This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
Hard to say without more information. Honestly, for monorepos you may be better off using the ESlint language server. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @jose-elias-alvarez,
I'm workin on a monorepo with several projects in javascript and others in typescript. The eslint configuration is global for all projects, and eslint works for the
js
files but not forts
. What could be the problem?I have tried with
lunarvim
and the same thing happens.My current config is very simple:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions