From eec0a23eafca73f125a631c2f5b66b082ae08f43 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Wed, 21 Oct 2020 12:57:57 -0500 Subject: [PATCH] Stories exports no longer fire an eslint warning if they're untyped --- .eslintrc.js | 6 ++++++ 1 file changed, 6 insertions(+) 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": [