File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6161 "no-eval" : true ,
6262 "no-inferrable-types" : [
6363 true ,
64- " ignore-params"
64+ " ignore-params" ,
65+ " ignore-properties"
6566 ],
6667 "no-misused-new" : true ,
6768 "no-non-null-assertion" : true ,
7273 "no-trailing-whitespace" : true ,
7374 "no-unnecessary-initializer" : true ,
7475 "no-unused-expression" : true ,
75- "no-use-before-declare" : true ,
7676 "no-var-keyword" : true ,
7777 "object-literal-sort-keys" : false ,
7878 "one-line" : [
129129 " kebab-case"
130130 ],
131131 "no-output-on-prefix" : true ,
132+ "no-inputs-metadata-property" : true ,
133+ "no-outputs-metadata-property" : true ,
134+ "no-host-metadata-property" : true ,
132135 "no-input-rename" : true ,
133136 "no-output-rename" : true ,
134- "use-life-cycle -interface" : true ,
137+ "use-lifecycle -interface" : true ,
135138 "use-pipe-transform-interface" : true ,
136139 "component-class-suffix" : true ,
137140 "directive-class-suffix" : true
You can’t perform that action at this time.
0 commit comments