lint: fixes

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-06-15 21:58:01 +00:00
parent 8ab0cf4a64
commit a493b32b90
No known key found for this signature in database
GPG Key ID: ACF3A160064BD5FA
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
"rules": { "rules": {
"@typescript-eslint/no-unused-vars": "warn", "@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-explicit-any": "off",
"@next/next/no-img-element": "off" "@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-empty-interface": "off"
}, },
"env": { "env": {
"browser": true, "browser": true,