Files
freeCodeCamp/.prettierrc

10 lines
159 B
Plaintext
Raw Permalink Normal View History

{
2019-02-19 01:43:11 +03:00
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
2019-02-19 01:43:11 +03:00
"jsxSingleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"arrowParens": "avoid"
}