Closed
Description
- Operating System: Windows 10
- Node Version: 12.19.0
- NPM Version: 6.14.8
- webpack Version: 5.0.0
- eslint-webpack-plugin Version: 2.1.0
Feature Proposal
One thing I liked about eslint-loader is that it was run only on files in the graph module of the build. That is, if a file wasn't imported anywhere it was ignored.
With eslint-webpack-plugin I need to set up separate files/extensions configuration instead of simply relying on webpack to provide the files.
Feature Use Case
This is very useful whenever you don't have time to deal with files that are currently not part of the build.
Metadata
Metadata
Assignees
Labels
No labels