We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0d49e commit 60aeff1Copy full SHA for 60aeff1
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