Skip to content

Commit 5e88a60

Browse files
committed
real glad you caught that one eslint. how would we ever cope without you
1 parent 3bd3257 commit 5e88a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/scripts/generate-dts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const types = fs.readFileSync('types/index.d.ts', 'utf-8');
3939
const bad_links = [...types.matchAll(/\]\((\/[^)]+)\)/g)];
4040
if (bad_links.length > 0) {
4141
console.error(
42-
`The following links in JSDoc annotations should be prefixed with https://svelte.dev:`
42+
'The following links in JSDoc annotations should be prefixed with https://svelte.dev:'
4343
);
4444

4545
for (const [, link] of bad_links) {

0 commit comments

Comments
 (0)