We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35efa61 commit 9b29ce6Copy full SHA for 9b29ce6
package.json
@@ -29,6 +29,7 @@
29
"lint:fix": "eslint --fix",
30
"format": "npm run prettier && npm run lint:fix",
31
"prettier": "prettier --write --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss src",
32
+ "prettier:check:ci": "npx prettier --check --plugin prettier-plugin-tailwindcss --plugin prettier-plugin-svelte src",
33
"check": "svelte-check --tsconfig ./tsconfig.json"
34
},
35
"devDependencies": {
0 commit comments