Avoid storybook-build directory when linting (#12408)

feature/default_network_editable
David Walsh 3 years ago committed by GitHub
parent 7b34c7263d
commit 7bb44fafd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .eslintrc.js

@ -33,6 +33,7 @@ module.exports = {
'nyc_output/**',
'.vscode/**',
'lavamoat/*/policy.json',
'storybook-build/**',
],
extends: [

Loading…
Cancel
Save