{
    "defaultSeverity": "error",
    "extends": [
        "tslint:recommended"
    ],
    "linterOptions": {
        "exclude": [
            "./example/operations.ts"
        ]
    },
    "jsRules": {},
    "rules": {
        "variable-name": false,
        "class-name": false,
        "no-bitwise": false,
        "no-console": false,
        "array-type": false,
        "no-empty-interface": false,
        "quotemark": [true, "single", "avoid-escape", "avoid-template"]
    },
    "rulesDirectory": []
}