oneuptime/.prettierrc.json

8 lines
148 B
JSON
Raw Normal View History

2020-02-17 21:13:47 +00:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "avoid"
}