mongkuen / gatsby-plugin-eslint

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

Difference between setting up eslint manually #12

Closed artemartemov closed 5 years ago

artemartemov commented 5 years ago

Hey there,

I am just curious, is there any added benefits to using this gatsby plugin vs setting up eslint manually within your project?

Thanks!

mongkuen commented 5 years ago

Nope, you can read the plugin source (it's like 10 lines) and literally copy/paste it into your project if you'd prefer.

I just published this plugin so I didn't have to keep doing the same thing over and over in different gatsby projects.