qcast-front/.prettierrc
2024-06-17 14:29:49 +09:00

11 lines
176 B
Plaintext

{
"singleQuote": true,
"semi": false,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80,
"arrowParens": "always",
"endOfLine": "auto"
}