formhero/.prettierrc
2023-01-31 01:26:27 +01:00

7 lines
90 B
Plaintext

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