diff --git a/lib/shared.js b/lib/shared.js index 306550be..d226d38e 100644 --- a/lib/shared.js +++ b/lib/shared.js @@ -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