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 #32

Merged
merged 1 commit into from
Jul 18, 2018
Merged

Upgrade to ESLint 5 #32

merged 1 commit into from
Jul 18, 2018

Conversation

jkrems
Copy link
Contributor

@jkrems jkrems commented Jul 18, 2018

BREAKING CHANGE: This config now builds on top of ESLint 5. This
also affects other peerDependencies like certain plugins.


This PR was started by: git wf pr

BREAKING CHANGE: This config now builds on top of ESLint 5. This
also affects other `peerDependencies` like certain plugins.
@@ -10,7 +10,7 @@ module.exports = Object.assign({
},
rules: {
'node/no-unsupported-features': [2, {
version: 8,
version: '8.3.0',
Copy link
Member

Choose a reason for hiding this comment

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

So what's with these?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's more correct now - technically object spread was only added in 8.3 apparently. So with just "8" it complains that object spread isn't supported.

@jkrems jkrems merged commit 7563240 into master Jul 18, 2018
@jkrems jkrems deleted the jkrems/feature/master/eslint5 branch July 18, 2018 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants