freeCodeCamp/.prettierrc

9 lines
133 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"
}