92 lines
2.1 KiB
JSON
92 lines
2.1 KiB
JSON
|
{
|
||
|
"rules": {
|
||
|
"align": false,
|
||
|
"ban": false,
|
||
|
"class-name": true,
|
||
|
"comment-format": [
|
||
|
true,
|
||
|
"check-space"
|
||
|
],
|
||
|
"curly": true,
|
||
|
"eofline": false,
|
||
|
"forin": true,
|
||
|
"indent": [
|
||
|
true,
|
||
|
"spaces"
|
||
|
],
|
||
|
"interface-name": true,
|
||
|
"jsdoc-format": true,
|
||
|
"label-position": true,
|
||
|
"label-undefined": true,
|
||
|
"max-line-length": [
|
||
|
true,
|
||
|
140
|
||
|
],
|
||
|
"member-access": false,
|
||
|
"member-ordering": false,
|
||
|
"no-any": false,
|
||
|
"no-arg": true,
|
||
|
"no-bitwise": true,
|
||
|
"no-conditional-assignment": true,
|
||
|
"no-consecutive-blank-lines": false,
|
||
|
"no-console": [
|
||
|
true,
|
||
|
"debug",
|
||
|
"info",
|
||
|
"time",
|
||
|
"timeEnd",
|
||
|
"trace"
|
||
|
],
|
||
|
"no-construct": true,
|
||
|
"no-constructor-vars": true,
|
||
|
"no-debugger": true,
|
||
|
"no-duplicate-key": true,
|
||
|
"no-duplicate-variable": true,
|
||
|
"no-empty": true,
|
||
|
"no-eval": true,
|
||
|
"no-inferrable-types": false,
|
||
|
"no-internal-module": false,
|
||
|
"no-null-keyword": false,
|
||
|
"no-require-imports": false,
|
||
|
"no-shadowed-variable": true,
|
||
|
"no-string-literal": true,
|
||
|
"no-switch-case-fall-through": true,
|
||
|
"no-trailing-whitespace": true,
|
||
|
"no-unreachable": true,
|
||
|
"no-unused-expression": true,
|
||
|
"no-unused-variable": true,
|
||
|
"no-use-before-declare": true,
|
||
|
"no-var-keyword": false,
|
||
|
"no-var-requires": false,
|
||
|
"object-literal-sort-keys": false,
|
||
|
"one-line": [
|
||
|
true,
|
||
|
"check-open-brace",
|
||
|
"check-catch",
|
||
|
"check-else",
|
||
|
"check-finally",
|
||
|
"check-whitespace"
|
||
|
],
|
||
|
"quotemark": false,
|
||
|
"radix": true,
|
||
|
"semicolon": [true, "always"],
|
||
|
"switch-default": false,
|
||
|
"trailing-comma": false,
|
||
|
"triple-equals": [
|
||
|
true,
|
||
|
"allow-null-check"
|
||
|
],
|
||
|
"typedef": false,
|
||
|
"typedef-whitespace": false,
|
||
|
"use-strict": false,
|
||
|
"variable-name": false,
|
||
|
"whitespace": [
|
||
|
true,
|
||
|
"check-branch",
|
||
|
"check-decl",
|
||
|
"check-operator",
|
||
|
"check-separator",
|
||
|
"check-type"
|
||
|
]
|
||
|
}
|
||
|
}
|