init
This commit is contained in:
11
backend/eslint.config.js
Normal file
11
backend/eslint.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import antfu from '@antfu/eslint-config'
|
||||
|
||||
export default antfu({
|
||||
typescript: true,
|
||||
node: true,
|
||||
formatters: true,
|
||||
rules: {
|
||||
'no-console': 'warn',
|
||||
'node/prefer-global/process': 'off',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user