Answer the question
In order to leave comments, you need to log in
What is the difference between linters, hinters, and praeters?
What is the difference between linters, hinters, and praeters?
What is the difference between them, and which is better?
Answer the question
In order to leave comments, you need to log in
All of them have a different purpose.
Lint - checking the code according to certain rules. The most popular ESLint tool.
Hint is almost never used anymore. This is the same as linters, only with cut functionality.
Prettier - code formatting (indents, hyphens) according to certain rules. It may work well in conjunction with ESLint, but some of the code can format ESLint itself automatically.
There is no better one, a certain tool is used for each task, but almost all projects have linters.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question