Skip to content

Commit 2b4bf5a

Browse files
authored
Remove eslint-plugin-import (microsoft#54835)
1 parent 0ae8ca1 commit 2b4bf5a

File tree

3 files changed

+29
-1581
lines changed

3 files changed

+29
-1581
lines changed

.eslintrc.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"plugin:@typescript-eslint/stylistic"
1717
],
1818
"plugins": [
19-
"@typescript-eslint", "no-null", "import", "eslint-plugin-local", "simple-import-sort"
19+
"@typescript-eslint", "no-null", "eslint-plugin-local", "simple-import-sort"
2020
],
2121
"ignorePatterns": [
2222
"**/node_modules/**",
@@ -102,9 +102,6 @@
102102
"local/no-keywords": "error",
103103
"local/jsdoc-format": "error",
104104

105-
// eslint-plugin-import
106-
"import/no-extraneous-dependencies": ["error", { "optionalDependencies": false }],
107-
108105
// eslint-plugin-no-null
109106
"no-null/no-null": "error",
110107

0 commit comments

Comments
 (0)