Closed twbartel closed 4 years ago
This PR introduces functionality for prettier-ignore, prettier-ignore-start, and prettier-ignore-end, as described here: https://prettier.io/docs/en/ignore.html#html. It aims to close issue #9.
prettier-ignore
prettier-ignore-start
prettier-ignore-end
This functionality relies on the originalSource property on AST nodes, which is up and coming in Melody: https://github.com/trivago/melody/pull/148
originalSource
This PR introduces functionality for
prettier-ignore
,prettier-ignore-start
, andprettier-ignore-end
, as described here: https://prettier.io/docs/en/ignore.html#html. It aims to close issue #9.This functionality relies on the
originalSource
property on AST nodes, which is up and coming in Melody: https://github.com/trivago/melody/pull/148