fix: misc

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-27 18:55:20 +01:00
parent 1903d316e0
commit dcac733acf
7 changed files with 383 additions and 349 deletions

View File

@@ -21,7 +21,7 @@
"test:e2e:run": "playwright test",
"test:ui": "vitest --ui",
"script:create:tool": "node scripts/create-tool.mjs",
"lint": "eslint src --max-warnings=0",
"lint": "eslint src --max-warnings=0 --fix",
"typecheck": "tsc --project tsconfig.json --noEmit",
"prepare": "husky install"
},