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 56bce91 commit 791d632Copy full SHA for 791d632
apps/oxlint/test/fixtures/sourceCode_token_methods/plugin.ts
@@ -1,4 +1,4 @@
1
-import type { Plugin, Rule } from '../../../dist/index.js';
+import type { Plugin, Rule } from '#oxlint';
2
3
const rule: Rule = {
4
create(context) {
apps/oxlint/test/fixtures/tokens/plugin.ts
0 commit comments