Skip to content

Commit

Permalink
refactor: use eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
BBboy01 committed Apr 22, 2024
1 parent 47463ce commit 3577446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ return {
local null_ls = require('null-ls')
null_ls.setup({
sources = {
null_ls.builtins.diagnostics.eslint_d.with({
null_ls.builtins.diagnostics.eslint.with({
diagnostics_format = '[eslint] #{m}\n(#{c})',
}),
null_ls.builtins.diagnostics.fish,
Expand Down

0 comments on commit 3577446

Please sign in to comment.