freeCodeCamp/client/.prettierrc

6 lines
68 B
Plaintext
Raw Normal View History

{
2018-09-05 13:00:48 +00:00
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}