update prettier for windows

This commit is contained in:
Proddy
2023-08-08 09:02:14 +02:00
parent 94407e5192
commit 2b54db255e
4 changed files with 7 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
node_modules/ node_modules/
build/ build/
dist/
.prettierrc .prettierrc
.yarn/ .yarn/

View File

@@ -97,6 +97,12 @@
"{}": false "{}": false
} }
} }
],
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
] ]
} }
} }

View File

@@ -1,5 +0,0 @@
node_modules/
build/
dist/
.prettierrc
.yarn/

View File

@@ -1,8 +0,0 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": true
}