Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Jun 14, 2024
1 parent 5aaeee8 commit 923cd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { sveltePreprocess } from './autoProcess';

// default auto processor
// crazy es6/cjs export mix for backward compatibility
// eslint-disable-next-line no-multi-assign
/** @deprecated Use the named export instead: `import { sveltePreprocess } from 'svelte-preprocess'` */
// eslint-disable-next-line no-multi-assign
export default exports = module.exports = sveltePreprocess;

// also export auto preprocessor as named export to sidestep default export type issues with "module": "NodeNext" in tsconfig.
Expand Down

0 comments on commit 923cd10

Please sign in to comment.