Files
gov-portals-monorepo/.prettierrc.json
2026-02-13 10:30:56 -08:00

10 lines
156 B
JSON

{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"bracketSameLine": false,
"endOfLine": "lf"
}