How can I enable fixAll with eslint-lsp when saving a file #1683
Unanswered
LahmerIlyas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently when saving a file while having formatOnSave enabled,
eslint-lsp
server is only formatting the file. A code action option that's available withvscode-eslint
is to fix all auto fixable issues when saving the document by using the following option on VScode:How can I enable the same option on Neovim?
Beta Was this translation helpful? Give feedback.
All reactions