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

Use the contents of the file using `module.originalSource` or `module._source` reducing calls to files. Now we use the function the [`lintText`](https://eslint.org/docs/latest/integrate/nodejs-api#-eslintlinttextcode-options) instead of [`lintFiles`](https://eslint.org/docs/latest/integrate/nodejs-api#-eslintlintfilespatterns) *Need to add the performance improvements...

I'm using `eslint-webpack-plugin 4.0.1` with Angular 16.0.2, and `webpack-dev-server 4.15.0` and `node v18.16.0`. My compile process (with webpack-dev-server) succeeds initially and goes to 100%. When I change/edit a .ts or...

### Bug report ### Actual Behavior I've run into a performance issue when using `lintDirtyModulesOnly: true` and `cache: true` on a large repository that I believe was caused by #197....

### Bug report ### Actual Behavior When using `eslint-webpack-plugin 4.1.0` with `webpack 5.52.1`, I pass an instance of the plugin object to webpack via the plugins array with the `extensions`...

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

### Modification Proposal ESLint v9.0 has been officially released. It would be nice to bump the peer dependency of this plugin to v9.0. ### Expected Behavior / Situation Allow for...

### Modification Proposal Please update the eslint version to the latest version (9) as this plugin is incompatible with eslint 9. ### Expected Behavior / Situation ### Actual Behavior /...

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

### Bug report When I run this command: ``` npx eslint ./src/**/*.ts --config .\eslint.config.mjs ``` I get this response: ``` types.ts 1:44 error Strings must use singlequote @stylistic/ts/quotes ``` But...

### Bug report After ESLintPlugin has been running for a while, with a bunch of files changed, I will start to get errors like `'any' overrides all other types in...