Files
CheckInApp/apps/frontend/.prettierrc.json

7 lines
90 B
JSON

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