Added Devtool Prettier

This commit is contained in:
Paoda
2019-02-08 21:29:09 -06:00
parent ac33d25a1d
commit c92956854d
3 changed files with 15 additions and 1 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"jsxSingleQuote": true,
"singleQuote": true,
"trailingComma": "es5",
"jsxBracketSameLine": true,
"parser": "babel"
}