From 4cf3d5f14c45b6a7778ed09de36962f3690aee66 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Thu, 6 May 2021 16:28:40 -0500 Subject: [PATCH] lint-deps should skip storybook-static/ --- ts/util/lint/linter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/util/lint/linter.ts b/ts/util/lint/linter.ts index 4a76f26490..9b4a05d68e 100644 --- a/ts/util/lint/linter.ts +++ b/ts/util/lint/linter.ts @@ -22,6 +22,7 @@ const searchPattern = normalizePath(join(basePath, '**/*.{js,ts,tsx}')); const excludedFilesRegexps = [ '^release/', '^preload.bundle.js(LICENSE.txt|map)?', + '^storybook-static/', // Non-distributed files '\\.d\\.ts$',