json-theme-even-fork/.prettierrc.json

7 lines
95 B
JSON

{
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}