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

chore: update eslint packages to latest and fix complaints #3312

Merged
merged 1 commit into from Jul 12, 2019

Conversation

devoto13
Copy link
Collaborator

Two new rules are:

  • require whitespaces inside of the object literals
  • no usage of deprecated Node APIs

As for the second rule fixed assert module to use strict methods, but silenced warnings on deprecated url module API, because the new version (WHATWG URL class) is not a trivial replacement. Deprecated API will stay for at least couple of Node versions, so it is not urgent to update it.

@devoto13 devoto13 force-pushed the eslint branch 2 times, most recently from 0a65991 to d1cd581 Compare May 18, 2019 22:48
@johnjbarton johnjbarton merged commit a1049c6 into karma-runner:master Jul 12, 2019
@devoto13 devoto13 deleted the eslint branch July 25, 2019 15:42
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

Successfully merging this pull request may close these issues.

None yet

2 participants