We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relevant: helix-editor/helix#7079 (comment)
No luck with this (config borrowed from the relevant project's VSCode ESLint config):
config
diff --git a/home/editor.nix b/home/editor.nix index 15b3d80..5e94eac 100644 --- a/home/editor.nix +++ b/home/editor.nix @@ -58,6 +58,15 @@ ]; }; + eslint = { + command = "vscode-eslint-language-server"; + args = [ "--stdio" ]; + config = { + overrideConfigFile = "eslint.config.mjs"; + experimental.useFlatConfig = true; + }; + }; + efm = { command = "efm-langserver"; config.documentFormatting = true; @@ -77,6 +86,8 @@ name = "efm"; only-features = [ "format" ]; } + + "eslint" ]; } ];
The text was updated successfully, but these errors were encountered:
9cda00f
Sorry, something went wrong.
No branches or pull requests
Relevant: helix-editor/helix#7079 (comment)
No luck with this (
config
borrowed from the relevant project's VSCode ESLint config):The text was updated successfully, but these errors were encountered: