superset/docs/.prettierrc

6 lines
78 B
Plaintext

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