chore: add eslint plugin to sort import
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -28,7 +28,7 @@ |
"react-draggable": "^4.4.5", | ||
"react-redux": "^8.0.5", | ||
"react-router-dom": "^6.10.0", | ||
"react-scripts": "^5.0.1", | ||
"react-scripts": "^2.1.3", | ||
"socket.io-client": "^4.6.1", | ||
"sql.js": "^1.8.0", | ||
"vite-plugin-svgr": "^2.4.0", | ||
... | ... | @@ -76,6 +76,7 @@ |
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"prettier": "^2.8.7", | ||
"sass": "^1.61.0", | ||
"typescript": "^4.9.5", | ||
... | ... |
Please register or sign in to comment