Skip to content

Commit 05f59e3

Browse files
committed
prettier fix
1 parent 1c5bf9c commit 05f59e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.prettierrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
3-
"pluginSearchDirs": ["."],
43
"overrides": [{ "files": "*.svelte *.ts *.js", "options": { "parser": "svelte" } }],
54
"svelteAllowShorthand": false,
65
"tabWidth": 4,
76
"singleQuote": false,
87
"bracketSpacing": true,
98
"bracketSameLine": false,
109
"printWidth": 200,
11-
"end_of_line ": "crlf"
10+
"endOfLine": "crlf"
1211
}

0 commit comments

Comments
 (0)