{
    "extends": [
        "tslint-eslint-rules"
    ],
    "rules": {
        "no-constant-condition": false,
        "no-control-regex": false,
        "no-duplicate-case": false,
        "no-empty-character-class": false,
        "no-ex-assign": false,
        "no-extra-boolean-cast": false,
        "no-extra-semi": false, // prettier
        "no-inner-declarations": false,
        "no-invalid-regexp": false,
        "ter-no-irregular-whitespace": false, // prettier
        "no-regex-spaces": false,
        "ter-no-sparse-arrays": false,
        "no-unexpected-multiline": false,
        "valid-jsdoc": false,
        "valid-typeof": false,
        "no-multi-spaces": false, // prettier
        "ter-no-proto": false,
        "ter-no-script-url": false,
        "ter-no-self-compare": false,
        "array-bracket-spacing": false, // prettier
        "block-spacing": false, // prettier
        "brace-style": false, // prettier
        "ter-computed-property-spacing": false, // prettier
        "ter-func-call-spacing": false, // prettier
        "ter-indent": false, // prettier
        "ter-max-len": false, // prettier
        "ter-newline-after-var": false,
        "ter-no-mixed-spaces-and-tabs": false,
        "object-curly-spacing": false, // prettier
        "ter-padded-blocks": false, // prettier
        "sort-imports": false,
        "space-in-parens": false, // prettier
        "ter-no-tabs": false, // prettier
        "ter-arrow-body-style": false,
        "ter-arrow-parens": false, // prettier
        "ter-arrow-spacing": false, // prettier
        "ter-prefer-arrow-callback": false
    }
}
