mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01: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:
parent
82f2ba15e6
commit
e58800952c
@ -15,6 +15,7 @@ module.exports = {
|
||||
'development/ts-migration-dashboard/build/**',
|
||||
'dist/**/*',
|
||||
'node_modules/**/*',
|
||||
'storybook-build/**/*',
|
||||
'jest-coverage/**/*',
|
||||
'coverage/**/*',
|
||||
],
|
||||
|
@ -5,6 +5,7 @@ builds/**
|
||||
test-*/**
|
||||
coverage/
|
||||
jest-coverage/
|
||||
storybook-build/
|
||||
app/vendor/**
|
||||
.nyc_output/**
|
||||
.vscode/**
|
||||
|
Loading…
Reference in New Issue
Block a user