Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eslint 6 support #639

Closed
golopot opened this issue Jun 22, 2019 · 3 comments
Closed

Eslint 6 support #639

golopot opened this issue Jun 22, 2019 · 3 comments
Labels
package: parser Issues related to @typescript-eslint/parser triage Waiting for maintainers to take a look

Comments

@golopot
Copy link
Contributor

golopot commented Jun 22, 2019

Reproduce

$ yarn add eslint typescript @typescript-eslint/eslint-plugin @typescript-eslint/parser
$ npx eslint .
Failed to load parser '@typescript-eslint/parser' declared in '.eslintrc » plugin:@typescript-eslint/recommended » ./configs/base.json': Cannot find module 'eslint/lib/util/traverser'
Require stack:
- /home/jchn/test-teslint/node_modules/@typescript-eslint/parser/dist/parser.js
- /home/jchn/test-teslint/node_modules/eslint/lib/cli-engine/config-array-factory.js
- /home/jchn/test-teslint/node_modules/eslint/lib/cli-engine/cascading-config-array-factory.js
- /home/jchn/test-teslint/node_modules/eslint/lib/cli-engine/cli-engine.js
- /home/jchn/test-teslint/node_modules/eslint/lib/cli-engine/index.js
- /home/jchn/test-teslint/node_modules/eslint/lib/cli.js
- /home/jchn/test-teslint/node_modules/eslint/bin/eslint.js

Eslint 6 is released today. Both the parser and the plugin does not work in eslint 6. Failure in parser also fails the test of other eslint plugins.

@golopot golopot added package: parser Issues related to @typescript-eslint/parser triage Waiting for maintainers to take a look labels Jun 22, 2019
@platinumazure
Copy link
Contributor

Duplicate of #563, fixed on master and just needs to be released.

@JamesHenry
Copy link
Member

As per the README, every commit to master is published on npm, there is never any need to wait to get the latest updates

@JamesHenry
Copy link
Member

1.11.0 has now also been released which contains the necessary update

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: parser Issues related to @typescript-eslint/parser triage Waiting for maintainers to take a look
Projects
None yet
Development

No branches or pull requests

3 participants