Skip to content
Snippets Groups Projects
tslint.json 449 B
Newer Older
  • Learn to ignore specific revisions
  •   "extends": [
        "tslint-config-airbnb"
      ],
    
      "rulesDirectory": [
    
        "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