1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

chore: updated eslint rules

This commit is contained in:
2024-10-09 14:16:02 +00:00
parent f096a5682b
commit 02f17ffa5a
+2 -1
View File
@@ -30,6 +30,7 @@
"no-unused-vars": "warn", "no-unused-vars": "warn",
"react/react-in-jsx-scope": "off", "react/react-in-jsx-scope": "off",
"react/jsx-uses-react": "off", "react/jsx-uses-react": "off",
"no-unreachable": "warn" "no-unreachable": "warn",
"no-empty": "warn"
} }
} }