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

Class fields not supported by linter #2978

Closed
adalinesimonian opened this issue Dec 22, 2019 · 2 comments
Closed

Class fields not supported by linter #2978

adalinesimonian opened this issue Dec 22, 2019 · 2 comments

Comments

@adalinesimonian
Copy link

Describe the problem and steps to reproduce it:

(Please include as many details as possible.)

  1. Create an extension with a javascript file that uses class fields (supported by Firefox 69 and above).
  2. Run the linter

What happened?

Screenshot of error

What did you expect to happen?

Validation passes without errors.

Anything else we should know?

(Please include screenshots and any relevant files.)

Error still happens even though the extension in question has the following in manifest.json:

  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "70.0"
    }
  },
@jetwitaussi
Copy link

Same problem :(

@willdurand
Copy link
Member

duplicate of #3062

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

No branches or pull requests

3 participants