ente/.prettierrc.json

7 lines
107 B
JSON
Raw Normal View History

2021-08-12 16:12:23 +00:00
{
"tabWidth": 4,
2021-08-13 02:38:38 +00:00
"trailingComma": "es5",
2021-08-12 16:12:23 +00:00
"singleQuote": true,
"jsxBracketSameLine": true
}