Replies: 1 comment
-
Have you tried adding an .eslintignore? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am currently facing some weird troubles with integrating Gatsby in an existing project using Yarn workspaces and shared components which are already transpiled to esm/cjs by an separate rollup task. Starting from the gatsby-starter-default and importing my shared library, Gatsby unnecessarily starts linting the transpiled code again with lots of errors.
What am I missing out?
Beta Was this translation helpful? Give feedback.
All reactions