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

⬆️ Upgrade to ESLint 5.1.0 #106

Merged
merged 3 commits into from
Jul 14, 2018
Merged

⬆️ Upgrade to ESLint 5.1.0 #106

merged 3 commits into from
Jul 14, 2018

Conversation

randycoulman
Copy link
Contributor

@randycoulman randycoulman commented Jun 30, 2018

NOTE: This is based off of #105, so that PR needs to be merged first.

  • Remove deprecated experimentalObjectRestSpread flag in favor of ecmaVersion 2018
  • Disable new max-classes-per-file rule
  • Disable new max-lines-per-function rule
  • Enable new prefer-object-spread rule as a warning
  • Remove deprecated no-catch-shadow rule

This upgrade was done as a separate PR since it involves a major version upgrade of eslint itself. We may want to mark this as a major version upgrade, though the upstream changes don't seem that significant. We may, however, want to release a version without this PR and then another version with it.

Closes #100

Copy link

@n8io n8io left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

- Remove deprecated experimentalObjectRestSpread flag in favor of ecmaVersion 2018
- Disable new `max-classes-per-file` rule
- Disable new `max-lines-per-function` rule
- Enable new `prefer-object-spread` rule as a warning
@randycoulman randycoulman changed the title ⬆️ Upgrade to ESLint 5.0.1 ⬆️ Upgrade to ESLint 5.1.0 Jul 14, 2018
@randycoulman randycoulman merged commit da2cdba into master Jul 14, 2018
@randycoulman randycoulman deleted the chores/eslint-5 branch July 14, 2018 00:21
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.

2 participants