How should I mark two linters conflicting and choose one of them under the project in structure? #4794
Unanswered
bigshans
asked this question in
Q&A - Ask for help with problems
Replies: 2 comments
-
The best way to do this is to have project specific configurations. Some discussion on how to achieve this below:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a way to configure it but finally, I fork this repository and hard-coded the logic. It was solved but not perfect. |
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
-
I'm using tsserver primarily, but I also write some deno projects sometimes. Currently, it seems that I can only completely disable one of the liners, but I want to use only Tsserver in some projects and only Deno in others. Is there any general configuration that can solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions