Remove Eslint from linting job due to likely incompat with Svelte 5
This commit is contained in:
parent
3d31710c3f
commit
6ae4141b8c
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
"preview": "vite preview",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "prettier --check src && eslint src",
|
||||
"lint": "prettier --check src",
|
||||
"lint-full": "prettier --check src && eslint src",
|
||||
"format": "prettier --write src",
|
||||
"ui": "npx shadcn-svelte@latest"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue