Skip to content

Commit

Permalink
build(tslint): disable failing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmumenthaler committed Feb 5, 2024
1 parent b46186a commit 21887f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,9 @@ rules:
no-unused-variable:
- true
- { "ignore-pattern": "^_" }
no-redundant-jsdoc: true
deprecation: false
unnecessary-bind: false
no-shadowed-variable: false
prefer-for-of: false
no-redundant-jsdoc: false
no-unnecessary-initializer: false

0 comments on commit 21887f4

Please sign in to comment.