freeCodeCamp/.prettierrc

6 lines
68 B
Plaintext
Raw Normal View History

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