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