freeCodeCamp/.prettierrc

6 lines
69 B
Plaintext
Raw Normal View History

{
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}