From bd6d7203aaef85ded60f57ea0e6c931bc8496e94 Mon Sep 17 00:00:00 2001 From: Thomas B Date: Wed, 28 Dec 2022 18:50:29 +0100 Subject: [PATCH] Added eslint no-unreachable code rule --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index 70a53fa0..60ddb5cd 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -21,5 +21,6 @@ rules: prettier/prettier: error no-undef: off no-unused-vars: off + no-unreachable: off no-prototype-builtins: off linebreak-style: off