1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-09 16:10:27 +00:00

fix: Update prettier config with master.

This commit is contained in:
Luis Reinoso
2020-05-08 17:11:16 -05:00
parent 98d4fa0603
commit 2ac38e9644
+2 -3
View File
@@ -1,6 +1,5 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"singleQuote": true
"jsxSingleQuote": true
}