Describe the bug
Running the JS linter will lint the build/ folder, resulting in hundreds of errors because it's minified, etc.
Expected behavior
The build/ folder should be ignored by the linter config.
In Gutenberg or did you mean in general? The .eslintignore in Gutenberg excludes build directories already, but I don't think there's any such default configuration in the scripts package.
Not with Gutenberg, but in general, when using wp-scripts to build blocks or other plugins that use wp.element, wp.component, etc. For example.
I would expect the same issue for lint-styles as well.
Most helpful comment
Not with Gutenberg, but in general, when using
wp-scriptsto build blocks or other plugins that usewp.element,wp.component, etc. For example.