chore: Add linting
Some checks failed
Build Docker Image / build_docker (push) Failing after 3m9s
Lint / run (push) Failing after 59s
Build, check & Test / run (push) Successful in 9m12s

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2024-05-23 14:55:52 +02:00
parent 22a20d67d0
commit eb3b41be72
7 changed files with 275 additions and 21 deletions

View File

@ -12,7 +12,8 @@
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "vitest --coverage --run",
"test:e2e": "playwright test",
"install:test": "playwright install --with-deps"
"install:test": "playwright install --with-deps",
"lint": "biome check ."
},
"dependencies": {
"@astrojs/node": "^7",
@ -28,6 +29,7 @@
},
"devDependencies": {
"@astrojs/check": "^0",
"@biomejs/biome": "^1.7.3",
"@playwright/test": "^1",
"@types/node": "^20",
"@vitest/coverage-v8": "^1",