cheatsheets/.prettierrc

7 lines
96 B
Plaintext

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