add lint js

This commit is contained in:
Romulus21
2024-03-06 09:42:12 +01:00
parent 2de7c78344
commit 115d597a09
26 changed files with 479 additions and 163 deletions

View File

@@ -15,6 +15,7 @@
"@types/d3": "^7.4.3",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@vite-pwa/assets-generator": "^0.0.11",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
@@ -34,6 +35,7 @@
},
"dependencies": {
"d3": "^7.8.5",
"echarts": "^5.5.0",
"react-router-dom": "^6.22.1",
"vite-plugin-pwa": "^0.17.5"
}