prettier with semicolon

This commit is contained in:
Arwid Thornström
2022-09-15 13:17:13 +02:00
parent 83a5ae9ace
commit d7fc3ecf95
4 changed files with 32 additions and 21 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
"testEnvironment": "node"
},
"prettier": {
"semi": false,
"semi": true,
"singleQuote": true
}
}