Skip to content

Commit

Permalink
Remove eslint-plugin-import (#54835)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jul 14, 2023
1 parent 0ae8ca1 commit 2b4bf5a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1,581 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"plugin:@typescript-eslint/stylistic"
],
"plugins": [
"@typescript-eslint", "no-null", "import", "eslint-plugin-local", "simple-import-sort"
"@typescript-eslint", "no-null", "eslint-plugin-local", "simple-import-sort"
],
"ignorePatterns": [
"**/node_modules/**",
Expand Down Expand Up @@ -102,9 +102,6 @@
"local/no-keywords": "error",
"local/jsdoc-format": "error",

// eslint-plugin-import
"import/no-extraneous-dependencies": ["error", { "optionalDependencies": false }],

// eslint-plugin-no-null
"no-null/no-null": "error",

Expand Down
Loading

0 comments on commit 2b4bf5a

Please sign in to comment.