We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf39cc commit ecadc4bCopy full SHA for ecadc4b
1 file changed
src/slang-utils/has-prettier-ignore.ts
@@ -1,7 +1,7 @@
1
import { isBlockComment, isComment } from './is-comment.js';
2
3
import type { AstPath } from 'prettier';
4
-import type { PrintableNode } from '../slang-nodes/types.js';
+import type { PrintableNode } from '../slang-nodes/types.d.ts';
5
6
export function hasPrettierIgnore({
7
node
0 commit comments