feat: use prettier with eslint

This commit is contained in:
Valeriy
2019-02-19 01:43:11 +03:00
committed by mrugesh mohapatra
parent b13e5fb41a
commit be36915605
13 changed files with 70 additions and 2428 deletions

View File

@@ -1,5 +1,8 @@
{
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
"jsxSingleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}