File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
packages/@angular/cli/blueprints/ng/files Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 33 " node_modules/codelyzer"
44 ],
55 "rules" : {
6+ "arrow-return-shorthand" : true ,
67 "callable-types" : true ,
78 "class-name" : true ,
89 "comment-format" : [
4243 ],
4344 "no-construct" : true ,
4445 "no-debugger" : true ,
46+ "no-duplicate-super" : true ,
4547 "no-empty" : false ,
4648 "no-empty-interface" : true ,
4749 "no-eval" : true ,
4850 "no-inferrable-types" : [true , " ignore-params" ],
51+ "no-misused-new" : true ,
52+ "no-non-null-assertion" : true ,
4953 "no-shadowed-variable" : true ,
5054 "no-string-literal" : false ,
5155 "no-string-throw" : true ,
5256 "no-switch-case-fall-through" : true ,
5357 "no-trailing-whitespace" : true ,
58+ "no-unnecessary-initializer" : true ,
5459 "no-unused-expression" : true ,
5560 "no-use-before-declare" : true ,
5661 "no-var-keyword" : true ,
You can’t perform that action at this time.
0 commit comments