{ "defaultSeverity": "error", "extends": [ "tslint:recommended" ], "jsRules": {}, "rules": { "no-consecutive-blank-lines": false, "space-before-function-paren": false, "no-bitwise": false, "trailing-comma": false, "variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"] }, "rulesDirectory": [] }