anvil/striker-ui-api/.prettierrc.json

7 lines
90 B
JSON
Raw Normal View History

2021-11-29 22:48:55 +00:00
{
"endOfLine": "lf",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}