Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 11ab8b2

Browse files
committed
refactor: remove simple-import-sort from eslint-config
1 parent bde4011 commit 11ab8b2

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

packages/eslint-config-tslint-base/lib/tslint-config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ module.exports = {
4545
"import/no-duplicates": "error",
4646
"no-empty": "off",
4747
"no-useless-escape": "off",
48-
"simple-import-sort/exports": "error",
49-
"simple-import-sort/imports": "error",
5048
"sort-keys-fix/sort-keys-fix": "warn",
5149
},
5250
},
@@ -69,7 +67,6 @@ module.exports = {
6967
},
7068
plugins: [
7169
"@typescript-eslint",
72-
"simple-import-sort",
7370
"sort-keys-fix",
7471
"import",
7572
],

packages/eslint-config-tslint-base/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"eslint-plugin-import": "^2.29.0",
2929
"eslint-plugin-json-files": "^4.1.0",
3030
"eslint-plugin-prefer-arrow": "^1.2.3",
31-
"eslint-plugin-simple-import-sort": "^10.0.0",
3231
"eslint-plugin-sort-keys-fix": "^1.1.2",
3332
"typescript": "^5.3.2"
3433
},

packages/eslint-config-tslint-react/lib/tslint-config-react.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ module.exports = {
9090
project: "./tsconfig.json",
9191
},
9292
plugins: [
93-
"simple-import-sort",
9493
"sort-keys-fix",
9594
"validate-jsx-nesting",
9695
"@typescript-eslint",

packages/eslint-config-tslint-react/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"eslint-plugin-jsx-a11y": "^6.8.0",
3232
"eslint-plugin-react": "^7.33.2",
3333
"eslint-plugin-react-hooks": "^4.6.0",
34-
"eslint-plugin-simple-import-sort": "^10.0.0",
3534
"eslint-plugin-sort-keys-fix": "^1.1.2",
3635
"eslint-plugin-validate-jsx-nesting": "^0.1.1"
3736
},

pnpm-lock.yaml

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)