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
+1
View File
@@ -1,4 +1,5 @@
node_modules/
build/
dist/
.prettierrc
.yarn/
+6
View File
@@ -97,6 +97,12 @@
"{}": false
}
}
],
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
}
-5
View File
@@ -1,5 +0,0 @@
node_modules/
build/
dist/
.prettierrc
.yarn/
-8
View File
@@ -1,8 +0,0 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": true
}