-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gatsby app gives eslint errors but not the others #4300
Comments
I should mention as well, I thought it maybe to do with TSX files as I have none of these on the server obviously. SO I created a normal TS file inside the web project and same error. |
Do you happen to be using symlinks in your project? I've been tracking down a similar issue (not gatsby though), and just opened an issue with typescript-eslint: typescript-eslint/typescript-eslint#2987 |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
My IDE and also running eslint from the command line gives issues on the gatsby app.
I have 2 apps, 1 called server and 1 called web
They were both created with the latest NX using the command line
The eslint's look the same.
but I get messages in the IDE and also on the commnad line
here is an eslint from server and it works well
and from the web (gatsby)
I tried copying the eslint from the server to the web to see if it fixes it but it does not.
The root eslint is like this
and my tsconfig root
server tsconfig
and web (gatsby)
Expected Behavior
The web project should not complain about an issue.
Environment
The text was updated successfully, but these errors were encountered: