Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Disable no-redundant-undefined rule (#336)
Browse files Browse the repository at this point in the history
It is going to turn into redundant-undefined soon, but in the meantime I
need to turn off the rule so that I can switch DT from complying with
no-redundant-undefined to complying with redundant-undefined.
  • Loading branch information
sandersn authored Jun 30, 2021
1 parent df3654a commit c25769b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dtslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"no-dead-reference": true,
"no-import-default-of-export-equals": true,
"no-padding": true,
"no-redundant-undefined": true,
"no-relative-import-in-test": true,
"strict-export-declare-modifiers": true,
"no-any-union": true,
Expand Down

0 comments on commit c25769b

Please sign in to comment.