5
5
" node_modules/tslint-eslint-rules/dist/rules"
6
6
],
7
7
"rules" : {
8
- "file-header" : [true , " Copyright Google Inc\\ ." ],
9
- "no-console" : [true , " log" ],
8
+ "file-header" : [
9
+ true ,
10
+ " Copyright Google Inc\\ ."
11
+ ],
12
+ "no-console" : [
13
+ true ,
14
+ " log"
15
+ ],
10
16
"no-duplicate-imports" : true ,
11
17
"no-duplicate-variable" : true ,
12
18
"no-jasmine-focus" : true ,
13
19
"no-var-keyword" : true ,
14
20
"require-internal-with-underscore" : true ,
15
21
"rollup-config" : true ,
16
- "semicolon" : [true ],
17
- "variable-name" : [true , " ban-keywords" ],
18
- "no-inner-declarations" : [true , " function" ]
22
+ "semicolon" : [
23
+ true
24
+ ],
25
+ "variable-name" : [
26
+ true ,
27
+ " ban-keywords"
28
+ ],
29
+ "no-inner-declarations" : [
30
+ true ,
31
+ " function"
32
+ ],
33
+ "no-debugger" : true
19
34
},
20
35
"jsRules" : {
21
- "file-header" : [true , " Copyright Google Inc\\ ." ],
22
- "no-console" : [true , " log" ],
36
+ "file-header" : [
37
+ true ,
38
+ " Copyright Google Inc\\ ."
39
+ ],
40
+ "no-console" : [
41
+ true ,
42
+ " log"
43
+ ],
23
44
"no-duplicate-imports" : true ,
24
45
"no-duplicate-variable" : true ,
25
46
"no-jasmine-focus" : true ,
26
47
"require-internal-with-underscore" : true ,
27
- "semicolon" : [true ],
28
- "variable-name" : [true , " ban-keywords" ],
29
- "no-inner-declarations" : [true , " function" ]
48
+ "semicolon" : [
49
+ true
50
+ ],
51
+ "variable-name" : [
52
+ true ,
53
+ " ban-keywords"
54
+ ],
55
+ "no-inner-declarations" : [
56
+ true ,
57
+ " function"
58
+ ]
30
59
}
31
- }
60
+ }
0 commit comments