Skip to content
Snippets Groups Projects
Commit 89325187 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Update developement options

parent c5071947
No related branches found
No related tags found
1 merge request!176Cache cas types
engine-strict=true engine-strict=true
resolution-mode=highest
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev", "dev": "vite dev",
"format": "prettier --write --plugin prettier-plugin-svelte .", "format": "prettier --plugin prettier-plugin-svelte --write .",
"lint": "prettier --check --plugin prettier-plugin-svelte . && eslint --ignore-path .gitignore .", "lint": "prettier --check --plugin prettier-plugin-svelte . && eslint --ignore-path .gitignore .",
"preview": "vite preview", "preview": "vite preview",
"test": "playwright test" "test": "playwright test"
......
module.exports = { module.exports = {
overrides: [{ files: "*.svelte", options: { parser: "svelte" } }],
plugins: ["prettier-plugin-svelte"], plugins: ["prettier-plugin-svelte"],
semi: false, semi: false,
trailingComma: "all", trailingComma: "all",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment