{
    "defaultSeverity": "error",
    "extends": [ ],
    "jsRules": {},
    "rules": {
    	"await-promise": [true, "Bluebird"],
    	"file-name-casing": [true, "kebab-case"],
    	"indent": "tabs",
    	"import-spacing": true,
        "max-line-length": {
            "options": [200]
        },
        "newline-before-return": true,
        "new-parens": true,
        "no-arg": true,
        "no-bitwise": false,
        "no-conditional-assignment": true,
        "no-consecutive-blank-lines": false,
        "no-console": {
            "severity": "off"
        },
        "no-eval": true,
        "no-string-literal": true,
        "no-string-throw": true,
        "no-var-keyword": true,
        "radix": true,
        "use-isnan": true,
        "no-default-export": true,
        "deprecation": true,
        "cyclomatic-complexity": [true, 20],
        "prefer-const": true,
        "prefer-readonly": true,
        "arrow-parens": true,
        "binary-expression-operand-order": true,
        "class-name": true
    },
    "rulesDirectory": []
}
