Added eslint no-unreachable code rule

pull/1503/head
Thomas B 1 year ago
parent ee70f4298e
commit bd6d7203aa

@ -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

Loading…
Cancel
Save