Skip to content

Commit

Permalink
feat(parser): add exported meta object (#6586)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 10, 2023
1 parent 006c86d commit d05c3d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/parser/src/index.ts
Expand Up @@ -8,3 +8,8 @@ export {
// note - cannot migrate this to an import statement because it will make TSC copy the package.json to the dist folder
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access
export const version: string = require('../package.json').version;

export const meta = {
name: 'typescript-eslint/parser',
version,
};

0 comments on commit d05c3d8

Please sign in to comment.