Skip to content

Commit

Permalink
Merge pull request #93 from yannbertrand/patch-1
Browse files Browse the repository at this point in the history
Add missing parser metadata
  • Loading branch information
NullVoxPopuli authored Aug 14, 2024
2 parents 13f80e7 + b68cd3c commit d57f607
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/parser/gjs-gts-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const { transformForLint, preprocessGlimmerTemplates, convertAst } = require('./
* @type {import('eslint').ParserModule}
*/
module.exports = {
meta: {
name: 'ember-eslint-parser',
version: '*',
},

parseForESLint(code, options) {
patchTs();
registerParsedFile(options.filePath);
Expand Down

0 comments on commit d57f607

Please sign in to comment.