maiertech / gatsby-themes

Gatsby themes for @maiertech websites.
https://digital-garden.examples.maier.tech/
0 stars 1 forks source link

Gatsby 2.32.3 does not pick up custom .eslintrc in monorepo #228

Closed maiertech closed 3 years ago

maiertech commented 3 years ago

This was introduced with Gatsby 2.31.0.

Screen Shot 2021-02-20 at 10 09 50 PM
maiertech commented 3 years ago

Gatsby does not seem to pick up .eslintrc in the root of Yarn workspaces and therefore uses its default ESLint config. This was not the case until 2.30.x.

Add empty .eslintrc to Gatsby workspace to disable Gatsby running ESLint. See https://www.gatsbyjs.com/docs/how-to/custom-configuration/eslint/#disabling-eslint.