portal-app/.prettierrc.json

9 lines
126 B
JSON
Raw Normal View History

2025-02-16 01:53:00 -05:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 80,
"tabWidth": 2,
"useTabs": false
}