Skip to content

Commit

Permalink
Merge pull request #1990 from c0rydoras/fix-readme
Browse files Browse the repository at this point in the history
docs: recommended-gts/gjs instead of gts/gjs-recommended
  • Loading branch information
NullVoxPopuli committed Nov 7, 2023
2 parents f71cfd6 + a5be7d5 commit 8b76219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = {
plugins: ['ember'],
extends: [
'eslint:recommended',
'plugin:ember/gts-recommended', // or other configuration
'plugin:ember/recommended-gts', // or other configuration
],
},
{
Expand All @@ -79,7 +79,7 @@ module.exports = {
plugins: ['ember'],
extends: [
'eslint:recommended',
'plugin:ember/gjs-recommended', // or other configuration
'plugin:ember/recommended-gjs', // or other configuration
],
},
{
Expand Down

0 comments on commit 8b76219

Please sign in to comment.