freeCodeCamp/.prettierrc

10 lines
159 B
Plaintext
Raw Normal View History

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