File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 37
37
"curly" : false ,
38
38
"forin" : true ,
39
39
"label-position" : true ,
40
- "label-undefined" : true ,
41
40
"no-arg" : true ,
42
41
"no-bitwise" : true ,
43
42
"no-conditional-assignment" : true ,
51
50
],
52
51
"no-construct" : true ,
53
52
"no-debugger" : true ,
54
- "no-duplicate-key" : true ,
55
53
"no-duplicate-variable" : true ,
56
54
"no-empty" : false ,
57
55
"no-eval" : true ,
58
56
"no-null-keyword" : false ,
59
57
"no-shadowed-variable" : true ,
60
58
"no-string-literal" : false ,
61
59
"no-switch-case-fall-through" : true ,
62
- "no-unreachable" : true ,
63
60
"no-unused-expression" : true ,
64
- "no-unused-variable" : false ,
65
61
"no-use-before-declare" : true ,
66
62
"no-var-keyword" : true ,
67
63
"radix" : true ,
70
66
true ,
71
67
" allow-null-check"
72
68
],
73
- "use-strict" : [
74
- true ,
75
- " check-module"
76
- ],
77
-
78
69
"eofline" : true ,
79
70
"indent" : [
80
71
true ,
81
72
" spaces"
82
73
],
83
74
"max-line-length" : [
84
75
true ,
85
- 100
76
+ 120
86
77
],
87
78
"no-require-imports" : false ,
88
79
"no-trailing-whitespace" : true ,
104
95
"interface-name" : false ,
105
96
"jsdoc-format" : true ,
106
97
"no-consecutive-blank-lines" : false ,
107
- "no-constructor-vars" : false ,
108
98
"one-line" : [
109
- true ,
99
+ false ,
110
100
" check-open-brace" ,
111
101
" check-catch" ,
112
102
" check-else" ,
132
122
" check-operator" ,
133
123
" check-separator" ,
134
124
" check-type"
135
- ],
136
- "import-destructuring-spacing" : true
125
+ ]
137
126
}
138
- }
127
+ }
You can’t perform that action at this time.
0 commit comments