diff --git a/index.js b/index.js index efdd015..405969d 100644 --- a/index.js +++ b/index.js @@ -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