{
    "extends": "tslint:recommended",
    "rules": {
        "max-line-length": {
            "options": [120]
        },
        "quotemark": [
            true,
            "single",
            "avoid-escape"
        ]
    },
    "jsRules": {
        "max-line-length": {
            "options": [120]
        }
    }
}
