superset/superset-websocket/.prettierrc.json

6 lines
78 B
JSON

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