ci: add eslint, vitest coverage, improved CI and deploy workflows
Some checks failed
CI / lint-test (push) Failing after 26s
CI / lint-test (pull_request) Failing after 33s

This commit is contained in:
Cosmo
2026-03-26 18:35:00 +00:00
parent cf5232045a
commit 8313920c44
6 changed files with 3453 additions and 206 deletions

View File

@@ -35,7 +35,12 @@
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^4.1.2",
"autoprefixer": "^10.4.17",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"jsdom": "^28.1.0",
"postcss": "^8.4.33",
"storybook": "^8.5.0",