Fix linter issues

This commit is contained in:
Sander Declerck 2025-10-31 13:56:35 +01:00
parent 04751df30c
commit 3721ca9113
No known key found for this signature in database
2 changed files with 11 additions and 11 deletions

View file

@ -14,7 +14,8 @@
},
"rules": {
"eslint/no-console": "error",
"eslint/no-empty": "error"
"eslint/no-empty": "error",
"eslint/no-undef": "error"
},
"overrides": [
{