Skip to content

Commit

Permalink
chore: add back commented out banner
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Dec 31, 2024
1 parent 220fbe7 commit c738c5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/eslint-config-sheriff/tsup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ export default defineConfig({
noExternal: ['@sherifforg/constants', '@sherifforg/types'],
skipNodeModulesBundle: true,
dts: { entry: 'src/index.ts' },
// banner: ({ format }) => {
// return format === 'esm'
// ? {
// js: `import { createRequire as __createRequire } from 'node:module'; const require = __createRequire(import.meta.url);`,
// }
// : {};
// },
});

0 comments on commit c738c5f

Please sign in to comment.