This commit is contained in:
10
server/eslint.config.mjs
Normal file
10
server/eslint.config.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
import antfu from '@antfu/eslint-config'
|
||||
|
||||
export default antfu({
|
||||
typescript: {
|
||||
overrides: {
|
||||
'no-console': 'off',
|
||||
'n/prefer-global/process': 'off',
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user