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 282b260 commit bba60e1Copy full SHA for bba60e1
eslint.config.ts
@@ -73,6 +73,9 @@ const extraConfigForTypeScriptESLint: ConfigWithExtends = {
73
'@typescript-eslint/no-import-type-side-effects': [
74
'error', // Avoids unexpected behavior, trims down the size of the bundle
75
],
76
+ '@typescript-eslint/no-unnecessary-parameter-property-assignment': [
77
+ 'error', // See https://www.typescriptlang.org/docs/handbook/2/classes.html#parameter-properties for more information
78
+ ],
79
},
80
};
81
0 commit comments