corrected lint and format scripts

This commit is contained in:
Fractal-Tess
2022-09-18 21:39:47 +03:00
parent f9366ba2c2
commit 8c48c8ec12
3 changed files with 1281 additions and 462 deletions

View File

@@ -18,7 +18,7 @@
"dev": "tauri dev",
"format": "prettier --write .",
"postinstall": "husky install",
"lint": "prettier --check . && eslint .",
"lint": "eslint .",
"svelte:build": "vite build",
"svelte:check": "svelte-check --tsconfig ./tsconfig.json",
"svelte:dev": "vite dev",