chore: add line end to prettier (#548)

This commit is contained in:
Carlos Valente
2023-10-14 19:12:14 +02:00
committed by GitHub
parent 2f74293505
commit b34fe71995
5 changed files with 17 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
build
coverage
dist
node_modules
playwright-report
**/*.toml
**/*.yml
**/*.json
+1
View File
@@ -1,4 +1,5 @@
{
"endOfLine": "lf",
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
+1
View File
@@ -1,4 +1,5 @@
{
"endOfLine": "lf",
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
+4 -3
View File
@@ -1,7 +1,8 @@
{
"semi": true,
"endOfLine": "lf",
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2
"printWidth": 120
}
+1
View File
@@ -1,4 +1,5 @@
{
"endOfLine": "lf",
"trailingComma": "all",
"tabWidth": 2,
"semi": true,