chore: add sort import plugin

This commit is contained in:
Steven
2023-07-31 23:25:38 +08:00
parent e6ece43231
commit db842a2c78
19 changed files with 298 additions and 63 deletions

View File

@@ -4,7 +4,8 @@
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.ts,.tsx, src"
"lint": "eslint --ext .js,.ts,.tsx, src",
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"
},
"dependencies": {
"@emotion/react": "^11.11.1",
@@ -29,6 +30,7 @@
"zustand": "^4.3.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@types/lodash-es": "^4.17.5",
"@types/node": "^20.3.1",
"@types/react": "^18.2.0",