Does Prettier count as a linter?

I always thought linters were more to find bad practice and possible errors than control the code style

Australis13
link
fedilink
147M

Some linters can do both. Getting one set up as an automated job whenever code is pushed to the repo is on my TODO list…

mesamune
link
fedilink
English
47M

Yep all my public repos have it on a ci job. When you have a library that is used on many different projects, I want to be able to read the prs.

That does sound nice to me too. I’ve found prettier with format on save works pretty well but that means you have to set it up in every editor

Format on save is a godsend. Copy paste something with whole indentation? Ctrl-s, it’s back to normal. Did some wacky nested anonymous function calls? Ctrl-s, and they’re laid out nicely.

I honestly almost golf my code nowadays and just let the tooling fix formatting for me. The space bar and enter key are in an ideal world vestigial for the purposes of programming.

I’ll always say that the best code editor is the one that makes you put your idea onto a file the fastest.

So yeah, you shouldn’t worry about style and code lint. You should worry if your code is sound and works. Keep your mind on the logic, not the extras

Create a post

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
  • 1 user online
  • 120 users / day
  • 257 users / week
  • 744 users / month
  • 3.72K users / 6 months
  • 1 subscriber
  • 1.48K Posts
  • 32.6K Comments
  • Modlog