diff --git a/client/.eslintrc.json b/client/.eslintrc.json index 4474ccb..2061f22 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json @@ -5,12 +5,9 @@ "plugin:prettier/recommended", "plugin:storybook/recommended" ], - "plugins": [ - "@typescript-eslint", - "prettier" - ], + "plugins": ["@typescript-eslint", "prettier"], "rules": { - "@typescript-eslint/explicit-module-boundary-types": "off", + "@typescript-eslint/explicit-module-boundary-types": "warn", "prettier/prettier": "error", "react/react-in-jsx-scope": "off" }, diff --git a/client/tsconfig.json b/client/tsconfig.json index 630ce47..645ca9d 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -4,7 +4,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, - "strict": true, + "strict": false, "noEmit": true, "esModuleInterop": true, "module": "esnext",