lint-deps should skip storybook-static/
This commit is contained in:
parent
3da97268d7
commit
4cf3d5f14c
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ const searchPattern = normalizePath(join(basePath, '**/*.{js,ts,tsx}'));
|
||||||
const excludedFilesRegexps = [
|
const excludedFilesRegexps = [
|
||||||
'^release/',
|
'^release/',
|
||||||
'^preload.bundle.js(LICENSE.txt|map)?',
|
'^preload.bundle.js(LICENSE.txt|map)?',
|
||||||
|
'^storybook-static/',
|
||||||
|
|
||||||
// Non-distributed files
|
// Non-distributed files
|
||||||
'\\.d\\.ts$',
|
'\\.d\\.ts$',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue