We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52746b commit 279806eCopy full SHA for 279806e
tslint.json
@@ -72,7 +72,6 @@
72
"no-trailing-whitespace": true,
73
"no-unnecessary-initializer": true,
74
"no-unused-expression": true,
75
- "no-use-before-declare": true,
76
"no-var-keyword": true,
77
"object-literal-sort-keys": false,
78
"one-line": [
@@ -126,9 +125,6 @@
126
125
"kebab-case"
127
],
128
"no-output-on-prefix": true,
129
- "use-input-property-decorator": true,
130
- "use-output-property-decorator": true,
131
- "use-host-property-decorator": true,
132
"no-input-rename": true,
133
"no-output-rename": true,
134
"use-life-cycle-interface": true,
0 commit comments