UNPKG

adminjs

Version:
22 lines (21 loc) 332 B
{ "printWidth": 100, "singleQuote": true, "trailingComma": "all", "semi": false, "overrides": [ { "files": ["*.ts", "*.tsx"], "options": { "parser": "typescript" } }, { "files": "*.css", "options": { "singleQuote": false, "tabWidth": 2 } } ] }