Skip to content

Commit

Permalink
feat: add no-unreachable-loop rule
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Sep 22, 2020
1 parent 5705be0 commit a578da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ module.exports = {
'no-template-curly-in-string': 'error',
'no-unexpected-multiline': 'error',
'no-unreachable': 'error',
'no-unreachable-loop': 'error',
'no-unsafe-finally': 'error',
'no-unsafe-negation': 'error',
'require-atomic-updates': 'off', // See https://github.com/eslint/eslint/issues/11899
Expand Down

0 comments on commit a578da4

Please sign in to comment.