This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
Help Request: eslint_d
#1369
Unanswered
DennisTheMenace780
asked this question in
Q&A
Replies: 1 comment 2 replies
-
To answer your first question: yes, but this should theoretically work out-of-the-box. null-ls will use this list of patterns to find the nearest config file, then use that as the I'm not sure why it's not working (there's an infinite variety of project structures out there) but you may want to consider just using the ESLint language server instead. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
I am trying to get
eslint_d
set up and I have two questions:null-ls
can source a pre-existing.eslintrc.js
file in a project root?null-ls
to add something like sort-imports as an option to specify and sort imports?Getting a formatter configured is a bit tricky for someone doing this for the first time, so any direction or guidance would be great while I continue my searching.
Beta Was this translation helpful? Give feedback.
All reactions