network-resurrector-frontend/.prettierrc.json

8 lines
113 B
JSON
Raw Normal View History

2020-12-16 03:09:24 +02:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
2020-12-19 01:47:14 +02:00
"singleQuote": false,
"arrowParens": "avoid"
2020-12-16 03:09:24 +02:00
}