diff --git a/src/checks/stylelint.ts b/src/checks/stylelint.ts index 31378d54..1d6c67a7 100644 --- a/src/checks/stylelint.ts +++ b/src/checks/stylelint.ts @@ -22,7 +22,7 @@ export default async function stylelintCheck() { preferLocal: true, })`stylelint **/*.{${supportedStylelintFileExtensions.join( ',', - )}} --max-warnings 0 --formatter json`; + )}} --ignore-path .gitignore --max-warnings 0 --formatter json`; } catch (error) { const { stderr } = error as { stderr: string };