feat: use prettier with eslint
This commit is contained in:
committed by
mrugesh mohapatra
parent
b13e5fb41a
commit
be36915605
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"endOfLine": "lf",
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5"
|
||||
"jsxSingleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "none"
|
||||
}
|
||||
|
Reference in New Issue
Block a user