Skip to content

Commit 654baeb

Browse files
remove rules that aren't failing
1 parent 575a8a3 commit 654baeb

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

eslint.config.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,7 @@ module.exports = [
4747
plugins: {
4848
react,
4949
},
50-
rules: {
51-
"no-unused-expressions": "off",
52-
"react/react-in-jsx-scope": "off",
53-
"react/jsx-no-undef": [
54-
"error",
55-
{
56-
allowGlobals: true,
57-
},
58-
],
59-
"@typescript-eslint/no-empty-object-type": "off",
60-
},
50+
6151
languageOptions: {
6252
globals: {
6353
useState: "readonly",

0 commit comments

Comments
 (0)