Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Please update to latest eslint (~6.2.2) #1303

Closed
mercmobily opened this issue Sep 8, 2019 · 4 comments
Closed

Please update to latest eslint (~6.2.2) #1303

mercmobily opened this issue Sep 8, 2019 · 4 comments
Labels

Comments

@mercmobily
Copy link

Bug

Issue Description

ESLint finally has dynamic imports. At the moment, linter-eslint has as dependency an old version of eslint:

"eslint": "4.19.1",

Please upgrade to ~6.2.2 so that we get dynamic imports.

The goal is to suppress:

Parsing error: 'import' and 'export' may only appear at the top level (Fatal)
@Arcanemagus
Copy link
Member

The version embedded here should have nothing to do with the version used to lint your project. You should install a current version locally in your project and this package will automatically use that to lint your code.

@mercmobily
Copy link
Author

mercmobily commented Sep 8, 2019 via email

@Arcanemagus
Copy link
Member

#1277 is tracking updating it here, there's no rush especially since we plan on entirely removing the bundled version so people aren't encouraged to use it (this issue being a prime example of why that's a problem).

Since upgrading the bundled version is already being tracked elsewhere I'm going to close this issue, thanks for taking the time to file an issue though!

@mercmobily
Copy link
Author

mercmobily commented Sep 8, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants