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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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