Compare commits
1 Commits
e05c5bc8ce
...
9f66da7904
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f66da7904 |
@@ -11,8 +11,8 @@
|
||||
"check": "./node_modules/@sveltejs/kit/svelte-kit.js sync && ./node_modules/svelte-check/bin/svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "./node_modules/@sveltejs/kit/svelte-kit.js sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check",
|
||||
"lint:check": "oxlint ."
|
||||
"format:check": "./node_modules/prettier/bin/prettier.cjs . --check",
|
||||
"lint:check": "./node_modules/oxlint/bin/oxlint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user