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:
+2
-1
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user