formhero/.prettierrc

7 lines
90 B
Plaintext
Raw Permalink Normal View History

2023-01-31 00:26:27 +00:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 200
}