diff --git a/.eslintrc.js b/.eslintrc.js index 0ff73d70..ad68956e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -21,7 +21,6 @@ module.exports = { rules: { // TODO: Remove warn rules when not needed anymore "@typescript-eslint/no-this-alias": "warn", - "no-fallthrough": "warn", "no-self-assign": "warn", "@typescript-eslint/no-empty-interface": "warn", "@typescript-eslint/ban-types": "warn",