Skip to content

Commit

Permalink
update null ls builtin for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
pr7prashant committed Jul 27, 2023
1 parent 2a068e3 commit fa7179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/user/lsp/null-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ null_ls.setup {
formatting.google_java_format,
formatting.rustfmt,
diagnostics.flake8,
diagnostics.eslint.with { extra_args = { "--quiet" } },
diagnostics.eslint_d.with { extra_args = { "--quiet" } },
},
}

0 comments on commit fa7179f

Please sign in to comment.