-
Notifications
You must be signed in to change notification settings - Fork 61
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 7 #247
ESLint 7 #247
Conversation
- npm: Update eslint devDep.
Sorry see there are some issues--not sure how I missed those. Will seek to resolve. |
…spelling in test property
@@ -190,7 +190,7 @@ ruleTester.run('no-setup-in-describe', rule, { | |||
line: 1, | |||
column: 28 | |||
}, { | |||
messagee: memberExpressionError, | |||
message: memberExpressionError, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks to ESLint7! :) (It reports such unknown properties in the tester now)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Haven't updated peerDeps at this point per discussion on #246, but let me know if you still want to go ahead with a bump.