Skip to content

Commit 1e22664

Browse files
committed
fix: update export entry point for eslint
1 parent b24a3a6 commit 1e22664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const {getGlobals} = require('eslint-plugin-mdx/lib/helpers')
1+
const {getGlobals} = require('eslint-plugin-mdx')
22

33
module.exports = {
44
root: true,

0 commit comments

Comments
 (0)