{
"arrowParens": "always",
"jsxSingleQuote": true,
"printWidth": 100,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"overrides": [
{
"files": ["*.md", "*.mdx"],
"options": {
"arrowParens": "avoid",
"jsxSingleQuote": true,
"printWidth": 120,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}
}
]
}