File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments