What is the order of precedence of the configuration of prettier?
Why use Prettier?
It makes it easy to keep a single and consistent style guide when working on a project.
Prettier vs Linters, what’s the difference?
Linters have two types of rules: Formatting rules & Code-quality rules. Code-quality rules check for potential mistakes in your code. For example: no-unused-vars check for variables that are not used.
Why does Prettier have very few options?
Because it’s whole purpose is to stop the on-going debates over styles.
What is the order of precedence of the configuration of ESLint?
2. A “.eslintrc.*” configuration file