mongkuen / gatsby-plugin-eslint

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

Allow specification of webpack "include" option #19

Closed JoelWee closed 3 years ago

JoelWee commented 4 years ago

ESLint / Webpack allows users to set the rule.include option. It seems like reasonable behaviour to support this.

mongkuen commented 3 years ago

Just updated to use eslint-webpack-plugin because eslint-loader is deprecated. So I don't think this API applies anymore, you can just pass options directly into eslint-webpack-plugin now!