Skip to content

Commit ecadc4b

Browse files
committed
fix extension
1 parent 6bf39cc commit ecadc4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/slang-utils/has-prettier-ignore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { isBlockComment, isComment } from './is-comment.js';
22

33
import type { AstPath } from 'prettier';
4-
import type { PrintableNode } from '../slang-nodes/types.js';
4+
import type { PrintableNode } from '../slang-nodes/types.d.ts';
55

66
export function hasPrettierIgnore({
77
node

0 commit comments

Comments
 (0)