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$',