OpenPanel/packages/live-previews/.prettierrc

9 lines
172 B
Plaintext
Raw Normal View History

2024-05-08 17:58:53 +00:00
{
"arrowParens": "always",
"bracketSpacing": true,
"semi": true,
"tabWidth": 4,
"trailingComma": "all",
"printWidth": 80,
"singleQuote": false
}