Skip to content

Commit d2c83bf

Browse files
committed
chore: update babel rule reference
1 parent c73fa49 commit d2c83bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async function bundleMDX(
138138
type: 'cjs',
139139
},
140140
}),
141-
// eslint-disable-next-line babel/new-cap
141+
// eslint-disable-next-line @babel/new-cap
142142
NodeResolvePlugin({extensions: ['.js', '.ts', '.jsx', '.tsx']}),
143143
inMemoryPlugin,
144144
xdmESBuild(

0 commit comments

Comments
 (0)