eslint-webpack-plugin icon indicating copy to clipboard operation
eslint-webpack-plugin copied to clipboard

A ESLint plugin for webpack

Results 34 eslint-webpack-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

### Modification Proposal Reduce filesystem calls, by linting source code provided by webpack, instead of reading modules from filesystem again. Webpack has an undocumented feature exposing module's original source code...

- Operating System: macOS Big Sur 11.5.2 - Node Version: v14.17.6 - NPM Version: 6.14.15 - webpack Version: 4.46.0 - eslint-webpack-plugin Version: 2.5.4 ### Expected Behavior Errors in all the...

bug
enhancement

### Modification Proposal I've been debugging an issue where even with caching disabled, the previous state of my files can sometimes mess with my linter results. I filed an issue...

I was analyzing this plugin and doing some performance tests and I realized that some things should be refactored. Some proposed changes: ### 1. Not only parse files on graph...

### Bug report `failOnError` documentation is wrong. When there is an ESLint error, the build is failed but only in production mode. In development mode the build does not fail....

### Bug report - OS: macOS Catalina 10.15.7 - node Version: 17.0.1 - webpack Version: 5.64.3 - eslint Version: 8.3.0 - eslint-webpack-plugin Version: 3.1.1 ### Actual Behavior With webpack cache...

### Bug report ### Actual Behavior The issue was originally noted in [issue #93](https://github.com/webpack-contrib/eslint-webpack-plugin/issues/93). But it was not sufficiently tested and the commit that closed the issue did not solve...

- Operating System: N/R - Node Version: N/R - NPM Version: N/R - webpack Version: N/R - eslint-webpack-plugin Version: 2.4.3 (the same issue occurs on branch pref-use-finish-modules) Let's assume scenario:...

bug

This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...

My reator app (created by create-react-app) build error when in ci tool.(already set CI = true) ### Bug report the error log in ci tool(node image `node:16`) ```sh [2022-08-24 17:23:44]...