update prettier settings

This commit is contained in:
2022-12-30 15:15:09 -06:00
parent 620e0f7c04
commit 0b459216ca
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
node_modules
out
dist
+1
View File
@@ -4,4 +4,5 @@ module.exports = {
semi: true,
singleQuote: true,
bracketSameLine: true,
printWidth: 120,
};