I am finding it difficult to understand the supported plugins section in README In my eslint config for a react project I am using `extends: ["airbnb", "prettier"], plugins: ["prettier"],` when do i need to add `prettier/react` in extends ?
I am finding it difficult to understand the supported plugins section in README
In my eslint config for a react project I am using
extends: ["airbnb", "prettier"], plugins: ["prettier"],when do i need to add
prettier/reactin extends ?