fix: duplicate warnings

explicit-module-boundary-types is a subset of explicit-function-return-type
This commit is contained in:
Sainan 2024-10-17 22:00:23 +02:00
parent d1cf2953df
commit 7b894823cc

View File

@ -12,7 +12,6 @@
}, },
"rules": { "rules": {
"@typescript-eslint/explicit-function-return-type": "warn", "@typescript-eslint/explicit-function-return-type": "warn",
"@typescript-eslint/explicit-module-boundary-types": "warn",
"@typescript-eslint/restrict-template-expressions": "warn", "@typescript-eslint/restrict-template-expressions": "warn",
"@typescript-eslint/restrict-plus-operands": "warn", "@typescript-eslint/restrict-plus-operands": "warn",
"@typescript-eslint/no-unsafe-member-access": "warn", "@typescript-eslint/no-unsafe-member-access": "warn",