You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the readme’s “Recommended Configuration” section, there are no instructions about the need to add e.g. ”extends”: [”prettier/react”] to support its corresponding ESLint plugin.
I think there should be at least a clarification notice about this for disabling rules of special ESLint plugins (e.g. eslint-plugin-react).
In the readme’s “Recommended Configuration” section, there are no instructions about the need to add e.g.
”extends”: [”prettier/react”]
to support its corresponding ESLint plugin.I think there should be at least a clarification notice about this for disabling rules of special ESLint plugins (e.g.
eslint-plugin-react
).Example: https://github.com/kripod/gatsby-starter-modern/blob/cabc047185ffdfe27c29d31071999d80fe39b474/.eslintrc.json#L3
The text was updated successfully, but these errors were encountered: