-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Exception when upgrading to eslint 7.19.0 #2986
8000
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
Labels
bug
Something isn't working
has pr
there is a PR raised to close this
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Comments
I run into same error when upgrade to eslint 7.19.0 : const config = {
method: 'GET',
cache: true,
}
for (const [key, value] of Object.entries(config)) {
console.log({key, value})
} got:
|
waitingsong
added a commit
to waitingsong/eslint-config
that referenced
this issue
Jan 31, 2021
eslint v7.19 went wrong ref: typescript-eslint/typescript-eslint#2986
waitingsong
added a commit
to waitingsong/eslint-config
that referenced
this issue
Jan 31, 2021
eslint v7.19 went wrong ref: typescript-eslint/typescript-eslint#2986
1 task
19 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Something isn't working
has pr
there is a PR raised to close this
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Repro
After upgrading to eslint 7.19.0, I get the following error message:
jsonDataConvertPara.ts:44
Expected Result
Actual Result
Additional Info
Versions
@typescript-eslint/eslint-plugin
4.14.1
@typescript-eslint/parser
4.14.1
TypeScript
4.1.3
ESLint
7.19.0
node
14.15.3
The text was updated successfully, but these errors were encountered: