Skip to content

Commit c0c331e

Browse files
albertoaladdin-add
authored andcommitted
Docs: Add Prettier to FAQ (#10222)
1 parent 2443627 commit c0c331e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ Maybe, depending on how much you need it. [JSCS has reached end of life](https:/
123123

124124
If you are having issues with JSCS, you can try to move to ESLint. We are focusing our time and energy on JSCS compatibility issues.
125125

126-
### Is ESLint just linting or does it also check style?
126+
### Does Prettier replace ESLint?
127127

128-
ESLint does both traditional linting (looking for problematic patterns) and style checking (enforcement of conventions). You can use it for both.
128+
No, ESLint does both traditional linting (looking for problematic patterns) and style checking (enforcement of conventions). You can use ESLint for everything, or you can combine both using Prettier to format your code and ESLint to catch possible errors.
129129

130130
### Why can't ESLint find my plugins?
131131

0 commit comments

Comments
 (0)