eslint-webpack-plugin
eslint-webpack-plugin copied to clipboard
A ESLint plugin for webpack
### Bug report When I try webpack build, the following error occurs. ``` ERROR in [eslint] Cannot read config file: C:\dev\my-project\eslint.config.mjs Error: end of the stream or a document separator...
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...
Hello Avoid reusing global ESLint instances across multiple webpack configurations. This change corrects issues with incorrect cwd and context resolution caused by shared state between configurations. Note: Threaded mode remains...
### Bug report Hello ### Actual Behavior When using multiple webpack configurations, eslint-webpack-plugin reuses the same ESLint instance for each configuration. In fact, each configuration instantiates ESLint, but because the...