chore(eslint): disable 'no-undef' rule

For TS projects this is already enforced by tsc, see:
https://eslint.org/docs/latest/rules/no-undef#handled_by_typescript
This commit is contained in:
Panagiotis Papadopoulos 2025-03-02 09:06:25 +01:00 committed by Panagiotis Papadopoulos
parent 744a0b8042
commit 1e599af480

View File

@ -19,6 +19,7 @@ export default tseslint.config(
{
rules: {
// add rule overrides here
"no-undef": "off"
}
},
{