We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c438436 commit 3353210Copy full SHA for 3353210
fixtures/meta-frameworks-support/tsslint.config.ts
@@ -1,8 +1,7 @@
1
import { defineConfig } from '@tsslint/config';
2
-import noConsoleRule from '../noConsoleRule';
3
4
export default defineConfig({
5
rules: {
6
- 'no-console': noConsoleRule,
+ 'no-console': (await import('../noConsoleRule.ts')).create(),
7
},
8
});
0 commit comments