{ "printWidth": 100, "overrides": [ { "files": ["*.js", "*.jsx", "*.ts", "*.tsx"], "options": { "singleQuote": true, "trailingComma": "all" } }, { "files": "*.json", "options": { "parser": "json" } } ] }