7 "label-position": true,
8 "label-undefined": true,
9 "max-line-length": [false, 140],
21 "no-duplicate-key": true,
22 "no-duplicate-variable": false,
25 "no-string-literal": false,
26 "no-switch-case-fall-through": false,
27 "no-trailing-comma": true,
28 "no-trailing-whitespace": false,
29 "no-unused-expression": false,
30 "no-unused-variable": false,
31 "no-unreachable": true,
32 "no-use-before-declare": false,
38 "quotemark": [false, "double"],
41 "triple-equals": [false, "allow-null-check"],
42 "variable-name": false,