express/.prettierrc.json

11 lines
223 B
JSON
Raw Normal View History

2024-06-11 19:44:33 +00:00
{
"semi": true,
"tabWidth": 4,
"printWidth": 120,
"singleQuote": false,
"bracketSpacing": true,
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"requirePaddingNewLinesBetweenLines": true
}