all
This commit is contained in:
8
eslint.config.js
Normal file
8
eslint.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import antfu from '@antfu/eslint-config'
|
||||
|
||||
export default antfu({
|
||||
rules: {
|
||||
'no-console': 'off',
|
||||
},
|
||||
ignores: ['**/skills/**', 'research.md'],
|
||||
})
|
||||
Reference in New Issue
Block a user