Files
fx_cast/.prettierrc.json

7 lines
111 B
JSON

{
"arrowParens": "avoid",
"tabWidth": 4,
"trailingComma": "none",
"quoteProps": "consistent"
}