perfect-postcode/frontend/.prettierrc
2026-01-25 21:54:22 +00:00

7 lines
106 B
Text

{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100
}