We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2a9f7 commit 1df274bCopy full SHA for 1df274b
eslint.config.js
@@ -41,6 +41,8 @@ export default [
41
...typescriptPlugin.configs.strict.rules,
42
...reactHooksPlugin.configs.recommended.rules,
43
"sort-imports": ["error"],
44
+ // TypeScript already checks for duplicates: https://archive.eslint.org/docs/rules/no-dupe-class-members
45
+ "no-dupe-class-members": "off",
46
},
47
languageOptions: {
48
globals: { ...globals.browser },
0 commit comments