Skip to content

Commit 2efbca4

Browse files
committed
types
1 parent 23ccb37 commit 2efbca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ declare module 'svelte/compiler' {
11201120
}
11211121

11221122
interface SvelteOptions {
1123-
// start/end info (needed for Prettier, when someone wants to keep the options where they are)
1123+
// start/end info (needed for warnings and for our Prettier plugin)
11241124
start: number;
11251125
end: number;
11261126
// options

0 commit comments

Comments
 (0)