Newer
Older
"extends": [
"tslint-config-airbnb"
],
"node_modules/rxjs-tslint"
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"],
"strict-boolean-expressions": [false],
"max-line-length": [true, 140],
"rxjs-collapse-imports": true,
"rxjs-pipeable-operators-only": true,
"rxjs-no-static-observable-methods": true,
"rxjs-proper-imports": true