File tree 1 file changed +5
-0
lines changed
packages/@angular/cli/blueprints/ng/files
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 3
3
" node_modules/codelyzer"
4
4
],
5
5
"rules" : {
6
+ "arrow-return-shorthand" : true ,
6
7
"callable-types" : true ,
7
8
"class-name" : true ,
8
9
"comment-format" : [
42
43
],
43
44
"no-construct" : true ,
44
45
"no-debugger" : true ,
46
+ "no-duplicate-super" : true ,
45
47
"no-empty" : false ,
46
48
"no-empty-interface" : true ,
47
49
"no-eval" : true ,
48
50
"no-inferrable-types" : [true , " ignore-params" ],
51
+ "no-misused-new" : true ,
52
+ "no-non-null-assertion" : true ,
49
53
"no-shadowed-variable" : true ,
50
54
"no-string-literal" : false ,
51
55
"no-string-throw" : true ,
52
56
"no-switch-case-fall-through" : true ,
53
57
"no-trailing-whitespace" : true ,
58
+ "no-unnecessary-initializer" : true ,
54
59
"no-unused-expression" : true ,
55
60
"no-use-before-declare" : true ,
56
61
"no-var-keyword" : true ,
You can’t perform that action at this time.
0 commit comments