Files
common-server-public/archive/bbs-go-active/site/.eslintrc
12600k-rog-d4 8f4d399cfd 20251209
2025-12-09 20:33:57 +08:00

12 lines
220 B
Plaintext

{
"extends": ["@antfu"],
"rules": {
"@typescript-eslint/semi": "off",
"no-undef": "off",
"no-debugger": "warn",
"no-console": "warn",
"curly": "off",
"n/prefer-global/process": "always"
}
}