report-generator-backend/.prettierrc
jorming.chong 148182c680
Some checks are pending
Test / test (push) Waiting to run
first commit
2026-01-07 09:29:07 +08:00

16 lines
226 B
Plaintext

{
"semi": true,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"singleQuote": true,
"overrides": [
{
"files": ".yarnrc.yml",
"options": {
"singleQuote": false
}
}
]
}