This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
eslint_d not formatting quotes (but formatting indentation) #930
Answered
by
fitrh
RolandWarburton
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
fitrh
Jun 23, 2022
Replies: 2 comments 4 replies
-
Here are my logs as well. this is after running the format command.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Where did you get the local formatting = { -- ??
format.eslint_d
}
null_ls.setup({
debug = true,
sources = sources,
formatting = formatting -- ??
}) As far as I know, we use local sources = {
diagnostics.eslint_d,
format.eslint_d
}
null_ls.setup({
debug = true,
sources = sources,
}) |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
RolandWarburton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where did you get the
formatting
key from?As far as I know, we use
sources
key to register our sources