Skip to content

Commit

Permalink
Update stylelint.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
BBboy01 authored May 29, 2024
1 parent a127d2e commit 55fab72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/guard-collection/linter/stylelint.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
local lint = require('guard.lint')

return {
cmd = 'stylelint',
args = { '--formatter', 'json', '--stdin', '--stdin-filename' },
cmd = 'npx',
args = { 'stylelint', '--formatter', 'json', '--stdin', '--stdin-filename' },
stdin = true,
fname = true,
find = {
Expand Down

0 comments on commit 55fab72

Please sign in to comment.