Skip to content

Commit

Permalink
fix: re-enable no-unreachable, since TS does NOT handle it by default
Browse files Browse the repository at this point in the history
Not marked as a breaking change since this was *intended* to be
enabled de-facto.

Closes iamturns#347.
  • Loading branch information
Kenneth-Sills committed Aug 5, 2024
1 parent 766a2b9 commit 2862bea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ module.exports = {
'no-setter-return': 'off',
'no-this-before-super': 'off',
'no-undef': 'off',
'no-unreachable': 'off',
'no-unsafe-negation': 'off',
'valid-typeof': 'off',
// The following rules are enabled in Airbnb config, but are recommended to be disabled within TypeScript projects
Expand Down

0 comments on commit 2862bea

Please # to comment.