Merge pull request #11 from the-programmers-hangout/chore-prettier

chore: add all prettier options
This commit is contained in:
Jean-Philippe Sirois
2019-07-27 17:31:34 -04:00
committed by GitHub
+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
}