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
Adding the gatsby-plugin-eslint to a brand new gatsby v2 project seems to fail currently. I was trying to add this to an existing project and it was failing, so I tried it out with a fresh install and had the same issue. Steps to reproduce:
gatsby new projectname (build new gatsby project with latest default starter, currently that's giving me gatsby 2.0.4)
gatsby develop (everything loads fine)
npm i --save-dev gatsby-plugin-eslint (currently adds v 2.0.1)
npm install --save-dev eslint eslint-loader
add the default config in gatsby-config.js to plugins - 'gatsby-plugin-eslint',
gatsby develop
This produces the errors in the screenshot below:
The text was updated successfully, but these errors were encountered:
Adding the gatsby-plugin-eslint to a brand new gatsby v2 project seems to fail currently. I was trying to add this to an existing project and it was failing, so I tried it out with a fresh install and had the same issue. Steps to reproduce:
gatsby new projectname
(build new gatsby project with latest default starter, currently that's giving me gatsby 2.0.4)gatsby develop
(everything loads fine)npm i --save-dev gatsby-plugin-eslint
(currently adds v 2.0.1)npm install --save-dev eslint eslint-loader
'gatsby-plugin-eslint',
gatsby develop
This produces the errors in the screenshot below:
The text was updated successfully, but these errors were encountered: