20251209
This commit is contained in:
11
archive/bbs-go-active/site/.eslintrc
Normal file
11
archive/bbs-go-active/site/.eslintrc
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": ["@antfu"],
|
||||
"rules": {
|
||||
"@typescript-eslint/semi": "off",
|
||||
"no-undef": "off",
|
||||
"no-debugger": "warn",
|
||||
"no-console": "warn",
|
||||
"curly": "off",
|
||||
"n/prefer-global/process": "always"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user