xnl-admin/.prettierrc

11 lines
203 B
Plaintext
Raw Normal View History

2024-09-06 12:28:50 +02:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "lf",
"tabWidth": 4,
"bracketSpacing": true,
"bracketSameLine": false
}