{
    "singleQuote": true,
    "trailingComma": "all",
    "tabWidth": 4,
    "semi": false,
    "overrides": [
        {
            "files": "*.ts",
            "options": {
                "parser": "typescript"
            }
        }
    ]
}
