From 31f98ba365028429f38c4801036e862e548e0c9c Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Thu, 27 Apr 2023 22:02:16 -0700 Subject: [PATCH] ci: Do not ignore .storybook with eslint --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 167437f36..cf566af3a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,6 +12,7 @@ "parserOptions": { "project": "./tsconfig.json" }, + "ignorePatterns": ["!.storybook"], "rules": { "no-console": "warn", "@typescript-eslint/consistent-type-imports": [