Delete .prettierrc

This commit is contained in:
David Hemphill 2019-04-02 15:27:57 -05:00
parent 6190fe52d4
commit 06fbc2a0c8

View File

@ -1,13 +0,0 @@
{
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"printWidth": 100,
"proseWrap": "preserve",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}