Closed maiertech closed 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.
This was introduced with Gatsby 2.31.0.