1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Ignore storybook-build lint errors (#17373)

The `storybook-build` directory is the Storybook build output. These
are generated files that we do not need to lint.
This commit is contained in:
Mark Stacey 2023-01-30 09:36:52 -03:30 committed by GitHub
parent 82f2ba15e6
commit e58800952c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ module.exports = {
'development/ts-migration-dashboard/build/**',
'dist/**/*',
'node_modules/**/*',
'storybook-build/**/*',
'jest-coverage/**/*',
'coverage/**/*',
],

View File

@ -5,6 +5,7 @@ builds/**
test-*/**
coverage/
jest-coverage/
storybook-build/
app/vendor/**
.nyc_output/**
.vscode/**