Files
workavia-drive/twake/backend/node/.prettierrc
T
montaghanmy 10fe6f78d1 feat: init
2023-03-23 11:03:16 +01:00

11 lines
179 B
Plaintext

{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid"
}