1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Added eslint no-unreachable code rule

This commit is contained in:
Thomas B 2022-12-28 18:50:29 +01:00
parent ee70f4298e
commit bd6d7203aa

View File

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