ignore unreachable code

This commit is contained in:
g1nt0ki
2024-11-27 12:18:14 +01:00
parent 5888991beb
commit c85b4365c3

View File

@@ -16,5 +16,6 @@ module.exports = {
"no-unused-vars": "off",
"no-useless-escape": "warn",
"no-prototype-builtins": "off",
"no-unreachable": "off",
}
}