diff --git a/package.json b/package.json index d11d0d6..3c0e331 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check . && eslint .", + "lint:fix": "eslint . --fix", "format": "prettier --write .", "test:unit": "vitest", "test": "npm run test:unit -- --run",