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

Internal: Upgrade eslint-plugin-ember to v10.5.7 #613

Merged
merged 1 commit into from
Oct 26, 2021
Merged

Internal: Upgrade eslint-plugin-ember to v10.5.7 #613

merged 1 commit into from
Oct 26, 2021

Conversation

SergeAstapov
Copy link
Contributor

Just an internal clean up.
Aligns with the latest Ember CLI addon blueprint.

@@ -16,8 +16,7 @@ module.exports = {
browser: true,
},
rules: {
'ember/no-jquery': 'error',
'ember/no-observers': 0,
'ember/no-get': 'off',
Copy link
Contributor Author

@SergeAstapov SergeAstapov Oct 26, 2021

Choose a reason for hiding this comment

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

There is quite a bunch of get usage in the Changeset class and I'm pretty sure it's on purpose hence should not be removed so silenced this lint rule.

@snewcomer snewcomer merged commit b5fae4c into adopted-ember-addons:master Oct 26, 2021
@SergeAstapov SergeAstapov deleted the upgrade-eslint-plugin-ember branch October 26, 2021 16:27
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.

2 participants