Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking
Add compatibility with ESLint 8 (#118)
Use
@babel/eslint-parser
instead of archivedbabel-eslint
repo for Ember projectsbabel-eslint
from your dependenciesyarn add eslint @babel/core @babel/eslint-parser @babel/plugin-proposal-decorators -D
Please check your
.eslintrc.js
file, it should start like thisReplace eslint-plugin-node by eslint-plugin-n
eslint-plugin-node
was not maintainedplugins: ["node"],
plugin in your ESLint config (like.eslintrc.js
) you have to replace it byplugins: ["n"],
node/some-rule
, they becomen/some-rule
Remove eslint-plugin-ember-suave rules (#118)
It was added some years ago but it is not relevant anymore, repo is not really maintained and we can stick with
ember/recommended
rules for Ember projectseslint-disable ember-suave/
in your project you will have to remove themCI
New workflow to auto-update list of contributors (#94)
Reuse organisation's workflow to run tag & publish (#92)
Chore
Refine information in
package.json
(#93)Relax prefer-destructuring rule (#89)
Build
Update eslint-plugin-ember to 10.5.7 (#118)
Needed for ESLint 8 compatibility
Upgrade eslint-plugin-prettier to 4.0.0 (#85 )
Drops support for
Upgrade eslint-plugin-ember from 10.6.0 to 10.6.1 (#119)
Upgrade eslint-plugin-ember from 10.5.9 to 10.6.0 (#116)
Upgrade prettier from 2.6.1 to 2.6.2 (#115)
Upgrade prettier from 2.6.0 to 2.6.1 (#113)
Upgrade minimist from 1.2.5 to 1.2.6 (#114)
Upgrade prettier from 2.5.1 to 2.6.0 (#112)
Upgrade eslint-config-prettier from 8.4.0 to 8.5.0 (#109)
Upgrade prettier from 2.4.1 to 2.5.1 (#100)
Upgrade eslint-config-prettier from 8.3.0 to 8.4.0 (#104)
Upgrade eslint-plugin-ember from 10.5.8 to 10.5.9 (#102)
Upgrade eslint-plugin-qunit from 7.0.0 to 7.2.0 (#101)
Upgrade eslint-plugin-ember from 10.5.7 to 10.5.8 (#98)
Upgrade eslint-plugin-qunit from 6.2.0 to 7.0.0 (#91)
Update eslint-plugin-ember from 10.5.5 to 10.5.7 (#90)
Update eslint-plugin-ember from 10.5.4 to 10.5.5 (#88)
Update prettier from 2.4.0 to 2.4.1 (#87)
Update prettier from 2.3.2 to 2.4.0 (#86)
Update eslint-plugin-ember from 10.5.3 to 10.5.4 (#84)