Skip to content

Commit

Permalink
Update packages/language-server/src/plugins/svelte/features/getCodeAc…
Browse files Browse the repository at this point in the history
…tions/getQuickfixes.ts

Co-authored-by: Simon H <[email protected]>
  • Loading branch information
paoloricciuti and dummdidumm authored Oct 10, 2024
1 parent 18bc2d2 commit 82927bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function getSvelteIgnoreEdit(
const indent = getIndent(afterStartLineStart);

// TODO: Make all code action's new line consistent
let ignore = `${indent}// svelte-ignore wtf ${code}${EOL}${indent}`;
let ignore = `${indent}// svelte-ignore ${code}${EOL}${indent}`;
if (isHtml) {
ignore = `${indent}<!-- svelte-ignore ${code} -->${EOL}`;
}
Expand Down

0 comments on commit 82927bb

Please sign in to comment.