Skip to content

Commit 59d18a6

Browse files
committed
feat: disable no-parameter-properties
1 parent 3723369 commit 59d18a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configurations/typescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"@typescript-eslint/no-non-null-asserted-nullish-coalescing": 2,
177177
"@typescript-eslint/no-non-null-asserted-optional-chain": 2,
178178
"@typescript-eslint/no-non-null-assertion": 2,
179-
"@typescript-eslint/no-parameter-properties": 2,
179+
"@typescript-eslint/no-parameter-properties": 0,
180180
"@typescript-eslint/no-require-imports": 2,
181181
"@typescript-eslint/no-restricted-imports": 0,
182182
"@typescript-eslint/no-this-alias": [

0 commit comments

Comments
 (0)