dcb-backoffice/.prettierrc

11 lines
160 B
Plaintext

{
"bracketSpacing": true,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"useTabs": false,
"tabWidth": 2,
"arrowParens": "always"
}