Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Aug 31, 2023
1 parent 52d1314 commit 40e7e57
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,8 @@ module.exports = {
module.exports = {
overrides: [
{
files: ['**/*.gts'],
parser: 'eslint-plugin-ember/gts-parser',
},
{
files: ['**/*.gjs'],
parser: 'eslint-plugin-ember/gjs-parser',
files: ['**/*.gts', '**/*.gjs'],
parser: 'eslint-plugin-ember/gjs-gts-parser',
}
],
};
Expand Down

0 comments on commit 40e7e57

Please sign in to comment.