frontend/.prettierrc

9 lines
127 B
Plaintext

{
"useTabs": false,
"tabWidth": 2,
"singleQuote": false,
"semi": true,
"trailingComma": "all",
"printWidth": 100
}