@conduction/components
Version:
React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)
31 lines (30 loc) • 533 B
Plain Text
{
"overrides": [
{
"files": ["*.json"],
"options": {
"parser": "json",
"printWidth": 120,
"tabWidth": 2
}
},
{
"files": ["*.ts", "*.tsx"],
"options": {
"parser": "typescript",
"printWidth": 120,
"trailingComma": "all",
"tabWidth": 2,
"singleQuote": false
}
},
{
"files": ["*.css", "*.scss"],
"options": {
"parser": "css",
"tabWidth": 2,
"printWidth": 180
}
}
]
}