rate/core/.prettierrc.json

6 lines
68 B
JSON
Raw Normal View History

2022-10-11 10:18:12 +00:00
{
"semi": true,
"trailingComma": "all",
"singleQuote": true
}