mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
[extras/eslint] make eslint primary formatter
This commit is contained in:
parent
ae77bfda89
commit
f48fd2f3e8
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ return {
|
|||
|
||||
local formatter = require("lazyvim.util").lsp.formatter({
|
||||
name = "eslint: lsp",
|
||||
primary = false,
|
||||
primary = true,
|
||||
priority = 200,
|
||||
filter = "eslint",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue