using javascript-tide before javascript-eslint #422
Unanswered
Aaronzinhoo
asked this question in
Q&A
Replies: 1 comment
-
I don't see an officially documented approach to set the next checkers flycheck/flycheck#836 flycheck/flycheck#1660 The way you do currently seems ok to me. One thing to note is, we define multiple tide checkers
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, so I have been using
rjsx-mode
for some time now and since I recently learned of the tide checkers I wanted to add javascript tide to its checkers. I was able to successfully load it, but every time it loads,javascript-eslint
is loaded before it. Is there any way to change the ordering so thatjavascript-tide
is preferred or loaded beforejavascript-eslint
?This is the relevant portion of my config. I also modified the
javascript-tide
modes it activates for. Any suggesitons?I got it to work by creating a hook function and disabling the add-next-checker line. My
tide-mode
hook simply starts the tide server and sets some presets I like for my dev environment. I do not think this is a good solution but it works at least. If you know a better method I would be open to suggestions.Beta Was this translation helpful? Give feedback.
All reactions