From 4315cf26c764720a1c1386adbe6e603a95018073 Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrett-ruth@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:41:19 -0400 Subject: [PATCH] fix(#8): correct linter flag typo (#14) --- lua/guard-collection/linter/stylelint.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/guard-collection/linter/stylelint.lua b/lua/guard-collection/linter/stylelint.lua index cf60fb1..1426c3d 100644 --- a/lua/guard-collection/linter/stylelint.lua +++ b/lua/guard-collection/linter/stylelint.lua @@ -5,7 +5,7 @@ return { args = { '--formatter', 'json', '--stdin', '--stdin-filename' }, stdin = true, fname = true, - fine = { + find = { '.stylelintrc', '.stylelintrc.cjs', '.stylelintrc.js',