UNPKG

conduction-components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

30 lines (29 loc) 506 B
{ "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 } } ] }