We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What version of this package are you using? 16.0.1 Latest
What operating system, Node.js, and npm version? Windows, node v16.13.1, npm v8.1.2
What happened? Semistandard considers static variables on a class as : "Parsing error: Unexpected token ="
What did you expect to happen? In standard there is no Parse error. ES6 should allow static variables on classes.
I can't disable this error with /* eslint-disable */
Are you willing to submit a pull request to fix this bug? Not sure where to look to figure out how/why this is different.
The text was updated successfully, but these errors were encountered:
Working on releasing a new 17.0.0 that will fix this. See #274. Maybe can have it completed today.
17.0.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What version of this package are you using?
16.0.1 Latest
What operating system, Node.js, and npm version?
Windows, node v16.13.1, npm v8.1.2
What happened?
Semistandard considers static variables on a class as : "Parsing error: Unexpected token ="
What did you expect to happen?
In standard there is no Parse error. ES6 should allow static variables on classes.
I can't disable this error with /* eslint-disable */
Are you willing to submit a pull request to fix this bug?
Not sure where to look to figure out how/why this is different.
The text was updated successfully, but these errors were encountered: