diff --git a/.eslintrc.json b/.eslintrc.json index 4be2ddf..d112697 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,7 +11,8 @@ "plugin:react/recommended" ], "rules": { - "semi": "error" + "semi": "error", + "@typescript-eslint/explicit-function-return-type": ["off"] }, "parserOptions": { "ecmaFeatures": {