Skip to content

Commit

Permalink
Add redundant undefined eslint (DefinitelyTyped#64825)
Browse files Browse the repository at this point in the history
* Add redundant-undefined to eslintrc

Followup to microsoft/DefinitelyTyped-tools#642

* Remove unused redundant-undefined exemption
  • Loading branch information
sandersn authored Mar 22, 2023
1 parent 1d9d491 commit e2a22ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"no-const-enum": "error",
"no-useless-files": "error",
"prefer-declare-function": "error",
"redundant-undefined": "error",
"trim-file": "error"
}
}
1 change: 0 additions & 1 deletion types/jsforce/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"ban-types": false,
"eofline": false,
"no-empty-interface": false,
"redundant-undefined": false,
"no-unnecessary-class": false,
"semicolon": false,
"space-within-parens": false,
Expand Down

0 comments on commit e2a22ee

Please sign in to comment.