UNPKG

electron-about-window

Version:
33 lines (32 loc) 479 B
{ "tabWidth": 4, "semi": true, "singleQuote": true, "trailingComma": "es5", "printWidth": 120, "arrowParens": "avoid", "overrides": [ { "files": [ "*.ts", "*.tsx" ], "options": { "trailingComma": "all" } }, { "files": "*.css", "options": { "tabWidth": 2, "printWidth": -1 } }, { "files": "*.md", "options": { "tabWidth": 2 } } ] }