li-dance-backoffice/frontend/.prettierrc.json

12 lines
204 B
JSON
Raw Normal View History

2024-03-10 18:41:27 +01:00
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"trailingComma": "es5",
"bracketSameLine": true,
"printWidth": 80
}