freeCodeCamp/curriculum/.prettierrc

5 lines
68 B
Plaintext
Raw Normal View History

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