Is prettier redundant when using eslint + airbnb
Asked Answered
D

0

8

This is a continuation of Is Prettier really needed when using Eslint?

My understanding is that historically eslint was primarily used for code quality issues and design patterns, things that impact how the code is consumed by the Javascript engine. In contrast, Prettier was used for things that are purely stylistic. However looking at the capabilities of eslint, especially when using the Airbnb style guide, it appears as though all stylistic issues are covered.

What, if any, rules might Prettier cover that are not covered by eslint (+Airbnb)?

Duress answered 2/3, 2022 at 14:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.