refactor(directory): add eslint

This commit is contained in:
Haoyu Xu
2023-03-02 23:53:46 -05:00
parent 1cbf3357d2
commit 5fc6f60b16
18 changed files with 1387 additions and 294 deletions

View File

@@ -25,6 +25,10 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"eslint": "^8.35.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prop-types": "^15.8.1",
"rollup": "^3.17.3",
"vite": "^4.1.4"
},