Skip to content

Commit fea4e57

Browse files
committed
turn off rules
1 parent 0553b9d commit fea4e57

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

eslint.config.js

+10
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,14 @@ export default [
1717
pluginJs.configs.recommended,
1818
...tseslint.configs.recommended,
1919
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+
}
2030
];

0 commit comments

Comments
 (0)