chore: add all prettier options

This commit is contained in:
Jean-Philippe Sirois
2019-07-27 15:58:10 -04:00
parent baa61147ac
commit 083e924bd7
+6 -1
View File
@@ -1,7 +1,12 @@
{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"jsxBracketSameLine": false,
"printWidth": 80,
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
"trailingComma": "es5",
"useTabs": false
}