Skip to content

Commit

Permalink
Uninstall eslint-unused-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
haecheonlee committed Apr 22, 2024
1 parent e73d6f9 commit 4c38b11
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 34 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ module.exports = {
ignorePatterns: ["dist", ".eslintrc.cjs"],
parserOptions: { ecmaVersion: "latest", sourceType: "module" },
settings: { react: { version: "18.2" } },
plugins: ["react-refresh", "unused-imports"],
plugins: ["react-refresh"],
rules: {
"react-refresh/only-export-components": [
"warn",
{ allowConstantExport: true },
],
"react/prop-types": 0,
"unused-imports/no-unused-imports": "error",
},
};
31 changes: 0 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-unused-imports": "^3.1.0",
"postcss": "^8.4.32",
"prettier": "3.2.5",
"tailwindcss": "^3.3.6",
Expand Down

0 comments on commit 4c38b11

Please sign in to comment.