eslint-webpack-plugin
eslint-webpack-plugin copied to clipboard
A ESLint plugin for webpack
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...
### Bug report Given these options: ```json { extensions: ['js', 'jsx', 'ts', 'tsx'], failOnWarning: true, threads: true, } ``` when I run webpack the plugin doesn't emit errors. When I...
After updating `eslint-plugin-import` from `2.22.1` to `2.23.0 `or higher the `eslint-plugin-import` breaks with warning: `ERROR in [eslint] The "path" argument must be of type string. Received null` After some investigation...
### Bug report 1. in `webpack-dev-server` development mode(watch), when the rule `@typescript-eslint/no-unsafe-assignment` is enabled 2. given a type in one file, given an object with this type imported in another...
Hi! :wave: I'm an author of [ForkTsCheckerWebpackPlugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin). I recently removed support for EsLint in the plugin to focus on the TypeScript part. The eslint-webpack-plugin is a suggested replacement, but some...
### Bug report Error with eslint error detection ### Actual Behavior Error detection gets stuck in cache or something similar ### Expected Behavior That the error detection continues without problems....
tscofig.json ```json { "compilerOptions": { "outDir": "./dist/", "sourceMap": true, "noImplicitAny": true, "target": "es5", "jsx": "react", "allowSyntheticDefaultImports":true, "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "noImplicitThis":true, "strictNullChecks":...
### Bug report I have set up webpack react project using weback 5 but getting this error `ERROR in ESLint is not a constructor` when running elint in the build....
This PR contains a: - [x] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [x] **test update** - [ ] **typo fix** - [ ] **metadata...
Documentation Is: - [ ] Missing - [ ] Needed - [X] Confusing - [ ] Not Sure? ### Please Explain in Detail... In the README, this is confusing: >...