diff --git a/packages/ESLintConfigTypeScript/.eslintrc.json b/packages/ESLintConfigTypeScript/.eslintrc.json index e3b0b19..ae62141 100644 --- a/packages/ESLintConfigTypeScript/.eslintrc.json +++ b/packages/ESLintConfigTypeScript/.eslintrc.json @@ -23,6 +23,9 @@ "ts": "never", "tsx": "never" } - ] + ], + "@typescript-eslint/interface-name-prefix": "off", + "@typescript-eslint/explicit-function-return-type": "off", + "@typescript-eslint/no-explicit-any": "off" } }