File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"trailingComma": "all",
3
3
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
4
- "pluginSearchDirs": false,
5
4
"overrides": [
6
5
{
7
6
"files": "*.svelte",
Original file line number Diff line number Diff line change 14
14
"preview" : " vite preview" ,
15
15
"check" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" ,
16
16
"check:watch" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" ,
17
- "lint" : " prettier --check . && eslint --cache --cache-location node_modules/.eslintcache ." ,
18
- "format" : " prettier --write ."
17
+ "lint" : " prettier --check --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss . && eslint --cache --cache-location node_modules/.eslintcache ." ,
18
+ "format" : " prettier --write --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss ."
19
19
},
20
20
"devDependencies" : {
21
21
"@modyfi/vite-plugin-yaml" : " ^1.0.4" ,
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
You can’t perform that action at this time.
0 commit comments