Added eslint to webpack config

This commit is contained in:
Elio Struyf
2024-09-27 11:14:34 +02:00
parent 017a2d7597
commit 6fd526e962
123 changed files with 555 additions and 347 deletions

View File

@@ -13,6 +13,8 @@
"no-unused-expressions": "error",
"curly": "error",
"class-methods-use-this": "warn",
"no-console": "warn"
"no-console": "warn",
"@typescript-eslint/no-empty-interface": "off",
"no-extra-boolean-cast": "off"
}
}