diff --git a/.prettierrc b/.prettierrc index b38a0d8..d8e65b4 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,7 +1,6 @@ { "trailingComma": "all", "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"], - "pluginSearchDirs": false, "overrides": [ { "files": "*.svelte", diff --git a/package.json b/package.json index 0e6ffa2..53479f1 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,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 . && eslint --cache --cache-location node_modules/.eslintcache .", - "format": "prettier --write ." + "lint": "prettier --check --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss . && eslint --cache --cache-location node_modules/.eslintcache .", + "format": "prettier --write --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss ." }, "devDependencies": { "@modyfi/vite-plugin-yaml": "^1.0.4", diff --git a/src/app.html b/src/app.html index 5a34e5c..3870a0a 100644 --- a/src/app.html +++ b/src/app.html @@ -1,4 +1,4 @@ - +