Skip to content

Commit

Permalink
eslint-config-next: export parser meta
Browse files Browse the repository at this point in the history
  • Loading branch information
iqqmuT committed Dec 30, 2024
1 parent 35acd7e commit 4082349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config-next/parser.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
const {
meta,
parse,
parseForESLint,
} = require('next/dist/compiled/babel/eslint-parser')

module.exports = {
meta,
parse,
parseForESLint,
}

0 comments on commit 4082349

Please sign in to comment.