Skip to content

Commit

Permalink
Remove unnecessary hasPrettierIgnore: undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
gitKrystan committed Dec 3, 2023
1 parent dab0585 commit 21ec3b2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/print/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@ export const printer: Printer<Node | undefined> = {
return;
};
},

/**
* Turn off any built-in prettier-ignore handling because it will skip
* embedding, which will print the preprocessed template instead of
* `<template>...</template>`.
*/
hasPrettierIgnore: undefined,
};

/** Remove the empty strings that Prettier added so we can manage them. */
Expand Down

0 comments on commit 21ec3b2

Please sign in to comment.