Skip to content

Commit b9cd8de

Browse files
committed
eslint: Follow @typescript-eslint/no-parameter-properties rule rename.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 9570ced commit b9cd8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@
179179
],
180180
"@typescript-eslint/member-ordering": "error",
181181
"@typescript-eslint/no-non-null-assertion": "off",
182-
"@typescript-eslint/no-parameter-properties": "error",
183182
"@typescript-eslint/no-unnecessary-condition": "off",
184183
"@typescript-eslint/no-unnecessary-qualifier": "error",
185184
"@typescript-eslint/no-unsafe-argument": "off",
@@ -192,6 +191,7 @@
192191
{"args": "all", "argsIgnorePattern": "^_", "ignoreRestSiblings": true}
193192
],
194193
"@typescript-eslint/no-use-before-define": ["error", {"functions": false}],
194+
"@typescript-eslint/parameter-properties": "error",
195195
"@typescript-eslint/promise-function-async": "error",
196196
"import/no-cycle": "error",
197197
"no-undef": "error"

0 commit comments

Comments
 (0)