-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Eslint fixes for v4x #989
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Eslint fixes for v4x #989
Conversation
Thanks for the PR.
We will migrate to |
Cool, |
Re the |
We don't have any tests as of now. |
@giulioambrogi could you resolve the conflicts |
# Conflicts: # src/core/render/tpl.js # src/core/util/core.js
Done |
Cool 👍 |
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.
🎉
Summary
Fix #987
Fulfilled requirements
Other information:
I've added
"mocha": true
to theenv
object in.eslintsrc
to cover the tests. And removed the hard-coded/* eslint-env node, chai, mocha */
I've found in a couple of spec files.