ts-ci/.prettierrc.json
2020-05-27 22:02:44 +02:00

11 lines
224 B
JSON

{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "preserve",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid"
}