Skip to content

Commit 3353210

Browse files
committed
test: update tsslint.config.ts
1 parent c438436 commit 3353210

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { defineConfig } from '@tsslint/config';
2-
import noConsoleRule from '../noConsoleRule';
32

43
export default defineConfig({
54
rules: {
6-
'no-console': noConsoleRule,
5+
'no-console': (await import('../noConsoleRule.ts')).create(),
76
},
87
});

0 commit comments

Comments
 (0)