34 строки
698 B
JSON
34 строки
698 B
JSON
{
|
|
"rules": {
|
|
"no-arg": true,
|
|
"no-construct": true,
|
|
"no-debugger": true,
|
|
"no-duplicate-super": true,
|
|
"no-duplicate-switch-case": true,
|
|
"no-duplicate-variable": true,
|
|
"no-for-in-array": true,
|
|
"no-eval": true,
|
|
"no-redundant-jsdoc": true,
|
|
"no-restricted-globals": true,
|
|
"no-sparse-arrays": true,
|
|
"no-string-throw": true,
|
|
"no-unsafe-finally": true,
|
|
"no-unused-expression": true,
|
|
"no-var-keyword": true,
|
|
"number-literal-format": true,
|
|
"curly": true,
|
|
"class-name": true,
|
|
"label-position": true,
|
|
"semicolon": [
|
|
true,
|
|
"always"
|
|
],
|
|
"triple-equals": true
|
|
},
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"test-cases/**/*.*"
|
|
]
|
|
}
|
|
}
|