Skip to content

chore: upgrade ESLint #22

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

Merged
merged 3 commits into from
Oct 7, 2019
Merged

chore: upgrade ESLint #22

merged 3 commits into from
Oct 7, 2019

Conversation

zhawtof
Copy link
Contributor

@zhawtof zhawtof commented Oct 4, 2019

Upgrading ESLint which required paths for resolvers as seen here: https://github.com/eslint/eslint/blob/master/docs/user-guide/migrating-to-6.0.0.md#rule-tester-parser

@@ -17,7 +17,7 @@
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint": "^6.5.1",
Copy link

Choose a reason for hiding this comment

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

peerDependencies need to be updated as well!

yarn.lock Outdated
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
resolved "https://nexus.soma.salesforce.com/nexus/content/groups/npm-all/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
Copy link

Choose a reason for hiding this comment

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

Seems like you need to update your .npmrc/.yanrc before doing yarn

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yup. I'll do that now

Copy link

@k-j-kim k-j-kim left a comment

Choose a reason for hiding this comment

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

LGTM!

@ekashida ekashida self-requested a review October 4, 2019 23:35
@pmdartus pmdartus merged commit ef915ef into salesforce:master Oct 7, 2019
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.

3 participants