13 lines
246 B
JSON
13 lines
246 B
JSON
|
|
{
|
||
|
|
"plugins": ["typescript"],
|
||
|
|
"categories": {
|
||
|
|
"correctness": "error",
|
||
|
|
"suspicious": "warn"
|
||
|
|
},
|
||
|
|
"rules": {
|
||
|
|
"typescript/no-explicit-any": "error",
|
||
|
|
"no-console": "warn"
|
||
|
|
},
|
||
|
|
"ignorePatterns": ["dist/**", "node_modules/**"]
|
||
|
|
}
|