norma-library
Version:
Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.
21 lines (20 loc) • 386 B
JSON
{
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid",
"overrides": [
{
"files": ["docs/**/*.md", "docs/src/pages/**/*.{js,tsx}", "docs/data/**/*.{js,tsx}"],
"options": {
"printWidth": 85
}
},
{
"files": ["docs/pages/blog/**/*.md"],
"options": {
"printWidth": 82
}
}
]
}