Skip to content

Commit

Permalink
chore: update babel rule reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jun 2, 2021
1 parent c73fa49 commit d2c83bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async function bundleMDX(
type: 'cjs',
},
}),
// eslint-disable-next-line babel/new-cap
// eslint-disable-next-line @babel/new-cap
NodeResolvePlugin({extensions: ['.js', '.ts', '.jsx', '.tsx']}),
inMemoryPlugin,
xdmESBuild(
Expand Down

0 comments on commit d2c83bf

Please sign in to comment.