mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: use prettier with eslint
This commit is contained in:
committed by
mrugesh mohapatra
parent
b13e5fb41a
commit
be36915605
+4
-1
@@ -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