lint-deps should skip storybook-static/

This commit is contained in:
Evan Hahn
2021-05-06 16:28:40 -05:00
committed by GitHub
parent 3da97268d7
commit 4cf3d5f14c

View File

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