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 61
61
"no-eval" : true ,
62
62
"no-inferrable-types" : [
63
63
true ,
64
- " ignore-params"
64
+ " ignore-params" ,
65
+ " ignore-properties"
65
66
],
66
67
"no-misused-new" : true ,
67
68
"no-non-null-assertion" : true ,
72
73
"no-trailing-whitespace" : true ,
73
74
"no-unnecessary-initializer" : true ,
74
75
"no-unused-expression" : true ,
75
- "no-use-before-declare" : true ,
76
76
"no-var-keyword" : true ,
77
77
"object-literal-sort-keys" : false ,
78
78
"one-line" : [
129
129
" kebab-case"
130
130
],
131
131
"no-output-on-prefix" : true ,
132
+ "no-inputs-metadata-property" : true ,
133
+ "no-outputs-metadata-property" : true ,
134
+ "no-host-metadata-property" : true ,
132
135
"no-input-rename" : true ,
133
136
"no-output-rename" : true ,
134
- "use-life-cycle -interface" : true ,
137
+ "use-lifecycle -interface" : true ,
135
138
"use-pipe-transform-interface" : true ,
136
139
"component-class-suffix" : true ,
137
140
"directive-class-suffix" : true
You can’t perform that action at this time.
0 commit comments