28 lines
433 B
JSON
28 lines
433 B
JSON
|
|
{
|
||
|
|
"categories": {
|
||
|
|
"correctness": "error",
|
||
|
|
"suspicious": "warn",
|
||
|
|
"perf": "warn",
|
||
|
|
"style": "warn",
|
||
|
|
"restriction": "error"
|
||
|
|
},
|
||
|
|
"env": {
|
||
|
|
"browser": true,
|
||
|
|
"es2021": true
|
||
|
|
},
|
||
|
|
"ignore": [
|
||
|
|
"node_modules",
|
||
|
|
"dist",
|
||
|
|
"build",
|
||
|
|
".svelte-kit",
|
||
|
|
".vercel",
|
||
|
|
"*.config.js",
|
||
|
|
"*.config.ts"
|
||
|
|
],
|
||
|
|
"rules": {
|
||
|
|
"no-console": "off",
|
||
|
|
"no-debugger": "error",
|
||
|
|
"no-alert": "warn"
|
||
|
|
}
|
||
|
|
}
|