Skip to content

Commit

Permalink
fix: Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
falsy committed Feb 8, 2025
1 parent 1483b94 commit f76c2cd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ module.exports = {
"plugin:react/recommended",
"plugin:react-hooks/recommended"
],
plugins: [
"@typescript-eslint/eslint-plugin",
"prettier",
"react",
"react-hooks"
],
plugins: [],
rules: {
"@typescript-eslint/no-require-imports": "off",
"react/react-in-jsx-scope": "off"
Expand Down

0 comments on commit f76c2cd

Please sign in to comment.