Skip to content

Commit

Permalink
Remove eslint-plugin-import
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 9, 2023
1 parent 6136872 commit 4be3d51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 650 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
'plugin:@typescript-eslint/recommended-type-checked',
'plugin:@typescript-eslint/stylistic-type-checked',
'plugin:prettier/recommended',
'plugin:import/recommended',
'plugin:unicorn/recommended',
],
env: {
Expand All @@ -27,6 +26,5 @@ module.exports = {
'unicorn/filename-case': 0,
'unicorn/better-regex': 0,
'@typescript-eslint/no-empty-function': 0,
'import/no-unresolved': 0,
},
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"documentation": "^14.0.1",
"eslint": "^8.30.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"jest": "^29.3.1",
Expand Down
Loading

0 comments on commit 4be3d51

Please sign in to comment.