mongkuen / gatsby-plugin-eslint

Gatsby plugin to add support for ESLint
MIT License
13 stars 14 forks source link

Fix README installation instructions for Gatsby v2 #6

Closed jmakGH closed 5 years ago

jmakGH commented 5 years ago

Gatsby v2 requires you to install all peer dependencies. https://www.gatsbyjs.org/docs/migrating-from-v1-to-v2/#manually-install-plugins-peer-dependencies

This change fixes the documentation to notify users to also install eslint-loader

mongkuen commented 5 years ago

I just copied the section from the v1 docs up to be also in the v2 section so it's more clear. thanks!