diff --git a/.eslintrc.js b/.eslintrc.js index 8da34d85..63f3dd64 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -62,6 +62,12 @@ module.exports = { tsxSpec, tsSettings, tsxSettings, + { + "files": ['*.stories.ts', '*.stories.tsx'], + "rules": { + "@typescript-eslint/explicit-module-boundary-types": ["off"], + }, + }, ], "rules": { "linebreak-style": [