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 9570ced commit b9cd8deCopy full SHA for b9cd8de
.eslintrc.json
@@ -179,7 +179,6 @@
179
],
180
"@typescript-eslint/member-ordering": "error",
181
"@typescript-eslint/no-non-null-assertion": "off",
182
- "@typescript-eslint/no-parameter-properties": "error",
183
"@typescript-eslint/no-unnecessary-condition": "off",
184
"@typescript-eslint/no-unnecessary-qualifier": "error",
185
"@typescript-eslint/no-unsafe-argument": "off",
@@ -192,6 +191,7 @@
192
191
{"args": "all", "argsIgnorePattern": "^_", "ignoreRestSiblings": true}
193
194
"@typescript-eslint/no-use-before-define": ["error", {"functions": false}],
+ "@typescript-eslint/parameter-properties": "error",
195
"@typescript-eslint/promise-function-async": "error",
196
"import/no-cycle": "error",
197
"no-undef": "error"
0 commit comments