question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support `# prettier-ignore`

See original GitHub issue

Add support for # prettier-ignore comment to skip the next node, see https://prettier.io/docs/en/ignore.html.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:9
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
kddnewtoncommented, Dec 14, 2020

Ahh @valscion thanks for the reminder - I had forgotten to activate that. That’s now in #725 and will be out in the next version.

2reactions
kddnewtoncommented, Apr 18, 2019

@github0013 that behavior is fixed on master and is going to be released soon. The #prettier-ignore behavior is after that. A PR would be welcome as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Prettier: support .prettierignore : WEB-32711 - YouTrack
prettierignore file will only be considered if it's in the same directory as the package.json file or is in the root directory of...
Read more >
Ignoring Code - Prettier
Use .prettierignore to ignore (i.e. not reformat) certain files and folders completely. Use “prettier-ignore” comments to ignore parts of files.
Read more >
[feature request] support .prettierignore · Issue #466 - GitHub
https://github.com/prettier/prettier#--ignore-path. ... [feature request] support .prettierignore #466. Closed. JounQin opened this issue on Aug 31, ...
Read more >
how to disable prettier formatting for individual files or folders
To disable prettier formatting on a single file, open the .prettierignore file and ... so don't forget to connect with me on social...
Read more >
prettier ignore all files | The AI Search Engine You Control
prettierignore file, --ignore-path CLI option, /* prettier-ignore */ comments and so on help wanted We're a small group who can't get to every...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found