-
-
Notifications
You must be signed in to change notification settings - Fork 50
Exclude files #15
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
- Operating System: macOS 10.15.5
- Node Version: 10.15.3
- NPM Version: 6.4.1
- webpack Version: 4.34.0
- eslint-webpack-plugin Version: 2.1.0
Feature Proposal
Exclude files based on glob pattern.
Feature Use Case
It was useful to be able to exclude certain files (using eslint-loader) during the build process because they aren't used for deployment purposes. Adding them to .eslintignore is not desirable because they should still be linted during development.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request