formhero/.prettierrc

7 lines
90 B
Plaintext

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