(eslint-plugin) Bump ESLint major version in Peer Dependencies #145
Labels
bug
Something isn't working
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
When using ESLint v5, I've had no issues 👍
However, with ESLint v4, I cannot get ESLint to locate the plugin. The following error is logged:
I've tried a few variations of the naming, like "@typescript-eslint/eslint-plugin" and "@typescript-eslint/", to no avail.
Since there's clearly a difference in the way ESLint v4 resolves plugins, would it be worthwhile to change the
peerDependencies
to"eslint": ">=5 < 6"
?Repro
Versions
@typescript-eslint/eslint-plugin
1.1.0
@typescript-eslint/parser
1.1.0
TypeScript
3.2.4
ESLint
4.19.1
node
8.4.0
npm
5.3.0
The text was updated successfully, but these errors were encountered: