Skip to content

Commit e3b0832

Browse files
committed
Removed prettier option
1 parent b3518a9 commit e3b0832

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.prettierrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"trailingComma": "none",
55
"printWidth": 80,
66
"plugins": ["prettier-plugin-svelte"],
7-
"pluginSearchDirs": ["."],
87
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
98
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
2727
"test:unit": "vitest",
2828
"test": "vitest run",
29-
"lint": "prettier --plugin-search-dir . --check . && eslint .",
30-
"format": "prettier --plugin-search-dir . --write ."
29+
"lint": "prettier --check . && eslint .",
30+
"format": "prettier --write ."
3131
},
3232
"exports": {
3333
".": {

0 commit comments

Comments
 (0)