setup-node/.prettierrc.json

9 lines
142 B
JSON

{
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}