chore: update eslint config

This commit is contained in:
Pooya Parsa 2024-12-06 13:23:10 +01:00
parent 61fb931f16
commit dae5d1b574

View File

@ -13,5 +13,6 @@ export default unjs({
"unicorn/prefer-ternary": 0,
"unicorn/prefer-string-raw": 0,
"@typescript-eslint/no-empty-object-type": 0,
"unicorn/prefer-global-this": 0, // window. usage
},
});