12 lines
220 B
Plaintext
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"
|
|
}
|
|
}
|