update prettierrc

This commit is contained in:
neri 2020-02-11 20:13:01 +01:00
parent d04e382d6e
commit f2b6d8eccb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"endOfLine": "lf", "endOfLine": "lf",
"semi": false, "semi": false,
"singleQuote": false, "singleQuote": true,
"tabWidth": 2, "tabWidth": 2,
"trailingComma": "es5" "trailingComma": "es5"
} }