Skip to content

Commit d48dbfe

Browse files
committed
Replaces ESLint import sorting with Pretttier import sorting
1 parent 2053a6c commit d48dbfe

File tree

2 files changed

+38
-216
lines changed

2 files changed

+38
-216
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"dependencies": {
2020
"@emotion/react": "^11.14.0",
2121
"@emotion/styled": "^11.14.0",
22+
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
2223
"@mui/icons-material": "^5.17.1",
2324
"@mui/material": "^5.17.1",
2425
"@plasmohq/messaging": "^0.7.1",
@@ -46,7 +47,6 @@
4647
"eslint-plugin-jsx-a11y": "^6.10.2",
4748
"eslint-plugin-react": "^7.37.5",
4849
"eslint-plugin-react-hooks": "^5.2.0",
49-
"eslint-plugin-simple-import-sort": "^12.1.1",
5050
"postcss": "^8.5.3",
5151
"prettier": "^3.5.3",
5252
"tailwindcss": "^3.4.17",
@@ -65,7 +65,6 @@
6565
],
6666
"parser": "@typescript-eslint/parser",
6767
"plugins": [
68-
"simple-import-sort",
6968
"@typescript-eslint"
7069
],
7170
"rules": {
@@ -85,8 +84,6 @@
8584
]
8685
}
8786
],
88-
"simple-import-sort/imports": "error",
89-
"simple-import-sort/exports": "error",
9087
"import/first": "error",
9188
"import/newline-after-import": "error",
9289
"import/no-duplicates": "error",

0 commit comments

Comments
 (0)