We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0553b9d commit fea4e57Copy full SHA for fea4e57
eslint.config.js
@@ -17,4 +17,14 @@ export default [
17
pluginJs.configs.recommended,
18
...tseslint.configs.recommended,
19
pluginReact.configs.flat.recommended,
20
+ {
21
+ rules: {
22
+ "@typescript-eslint/no-empty-object-type": "off",
23
+ "@typescript-eslint/no-explicit-any": "off",
24
+ "@typescript-eslint/no-unused-expressions": "off",
25
+ "@typescript-eslint/no-unused-vars": "off",
26
+ "no-empty-pattern": "off",
27
+ "no-empty": "off",
28
+ }
29
30
];
0 commit comments