mongkuen / gatsby-plugin-eslint

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

Fixes issue with pluginOptions #27

Closed bryanpizzillo closed 3 years ago

bryanpizzillo commented 3 years ago

This fixes an issue were the code is assuming that pluginOptions has a property options as set from gatsby-config.js. However, pluginOptions IS the options from the config, so no need to use pluginOptions.options.

mongkuen commented 3 years ago

Should be fixed with the new release that fully addresses issues regarding this plugin and Gatsby V3. I appreciate the PR in any case!