Skip to content

Commit 923cd10

Browse files
committed
lint
1 parent 5aaeee8 commit 923cd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { sveltePreprocess } from './autoProcess';
22

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

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

0 commit comments

Comments
 (0)