add svelte check to lint script

This commit is contained in:
2026-06-28 16:42:56 +02:00
parent c9f5b594ff
commit 0455b53992
6 changed files with 9 additions and 4 deletions
+1 -2
View File
@@ -20,10 +20,9 @@
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
"lint": "prettier --check . && eslint . && svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@eslint/compat": "^2.1.0",