Skip to content

Commit c9897f4

Browse files
Remove parameter properties related rules (#96)
Co-authored-by: Sindre Sorhus <[email protected]>
1 parent e97100d commit c9897f4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ const rules = {
475475
// }
476476
// ],
477477

478-
'@typescript-eslint/no-unnecessary-parameter-property-assignment': 'error',
479478
'@typescript-eslint/no-unnecessary-qualifier': 'error',
480479
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
481480
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
@@ -531,12 +530,6 @@ const rules = {
531530
],
532531
'@typescript-eslint/no-wrapper-object-types': 'error',
533532
'@typescript-eslint/non-nullable-type-assertion-style': 'error',
534-
'@typescript-eslint/parameter-properties': [
535-
'error',
536-
{
537-
prefer: 'parameter-property'
538-
}
539-
],
540533
'@typescript-eslint/prefer-as-const': 'error',
541534
'@typescript-eslint/prefer-find': 'error',
542535
'@typescript-eslint/prefer-for-of': 'error',

0 commit comments

Comments
 (0)