chore: remove eslint no-undef override

This commit is contained in:
Ayo Ayco 2024-12-19 22:19:30 +01:00
parent 8c46683527
commit 5020713fa7

View file

@ -8,7 +8,6 @@ export default [
{ {
rules: { rules: {
"no-unused-vars": "warn", "no-unused-vars": "warn",
"no-undef": "off",
}, },
}, },
{ {