Files
freeCodeCamp/.prettierrc
2021-03-11 12:19:42 +05:30

10 lines
159 B
Plaintext

{
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"arrowParens": "avoid"
}