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

Adjust ESLint config to work with v8 #724

Merged
merged 1 commit into from
Feb 25, 2022

Conversation

SergeAstapov
Copy link
Contributor

These are necessary changes to have CI pass in addition to #701.

Copy link
Member

@marcoow marcoow left a comment

Choose a reason for hiding this comment

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

🙌

package.json Outdated
},
"volta": {
"node": "12.22.10",
"yarn": "1.22.17"
Copy link
Member

Choose a reason for hiding this comment

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

I think Volta makes sense but would move this into a separate PR as it's unrelated to the ESLint fix. We'd also want to have Volta on CI then so it will actually use the right Node/Yarn versions there as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh no! sorry about that, intended to stash that change and not push 🙈

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed!

babel.config.js Outdated
return {
plugins: [...buildEmberPlugins(__dirname)],
};
};
Copy link
Member

Choose a reason for hiding this comment

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

I'd be in favor of babelrc.js actually to keep it in line with eslintrc.js etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@marcoow updated!

@marcoow marcoow mentioned this pull request Feb 24, 2022
Copy link
Member

@marcoow marcoow left a comment

Choose a reason for hiding this comment

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

🙌

@marcoow marcoow merged commit 6fa3235 into mainmatter:master Feb 25, 2022
@SergeAstapov SergeAstapov deleted the eslint-v8-setup branch March 7, 2022 16: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