Skip to content

Commit 52fb64f

Browse files
committed
fix
1 parent e8f235c commit 52fb64f

2 files changed

Lines changed: 7 additions & 113 deletions

File tree

examples/documentation/rstack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ define.doc({
77
});
88

99
define.lint(async () => {
10-
const { js, ts, reactPlugin, reactHooksPlugin } = await import('@rslint/core');
10+
const { js, ts, reactPlugin, reactHooksPlugin } = await import('rstack/lint');
1111
return [
1212
js.configs.recommended,
1313
ts.configs.recommended,

pnpm-lock.yaml

Lines changed: 6 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)