Skip to content

Commit

Permalink
build: disable linting rule for deprecation since it causes false pos…
Browse files Browse the repository at this point in the history
…itives
  • Loading branch information
MrWolfZ committed Nov 17, 2021
1 parent 5b8276e commit 0f69151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"completed-docs": false,
"curly": true,
"cyclomatic-complexity": false,
"deprecation": true,
"deprecation": false,
"encoding": true,
"eofline": true,
"file-header": false,
Expand Down

0 comments on commit 0f69151

Please sign in to comment.