{ "extends": "tslint-config-airbnb", "rules": { "indent": [true, 4], "ter-indent": [true, 4], "curly": false, "brace-style": [true, "1tbs", { "allowSingleLine": true }], "ter-arrow-parens": false, "no-namespace": false, "no-conditional-assignment": false, "max-line-length": [true, 120], "variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"], "prefer-for-of": false, "trailing-comma": false } }