fix: add missing arg to djlint
This commit is contained in:
parent
ed33aafb0f
commit
2bd9f0c06e
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
local lint = require("lint")
|
local lint = require("lint")
|
||||||
|
|
||||||
|
local djlint = lint.linters.djlint
|
||||||
|
djlint.args = {
|
||||||
|
"--reformat",
|
||||||
|
}
|
||||||
|
|
||||||
lint.linters_by_ft = {
|
lint.linters_by_ft = {
|
||||||
html = { "djlint" },
|
html = { "djlint" },
|
||||||
javascript = { "eslint_d" },
|
javascript = { "eslint_d" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue