From 4de49af582204af155c5691b63368a07904e2cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Sat, 16 Nov 2024 16:49:38 +0100 Subject: [PATCH] Update snapshots --- src/configs/lint-staged/__snapshots__/config.spec.ts.snap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/configs/lint-staged/__snapshots__/config.spec.ts.snap b/src/configs/lint-staged/__snapshots__/config.spec.ts.snap index 83731471..d9b76aee 100644 --- a/src/configs/lint-staged/__snapshots__/config.spec.ts.snap +++ b/src/configs/lint-staged/__snapshots__/config.spec.ts.snap @@ -10,7 +10,7 @@ exports[`lint-staged > should override the default config 1`] = ` ], "*.(ts|tsx)": [Function], "*.css": [ - "foundry run stylelint --fix", + "foundry run stylelint --fix --allow-empty-input", ], "*.jsx?": [ "custom command", @@ -25,7 +25,7 @@ exports[`lint-staged > with options > should return a config for { useBiome: fal ], "*.(ts|tsx)": [Function], "*.css": [ - "foundry run stylelint --fix", + "foundry run stylelint --fix --allow-empty-input", ], } `; @@ -40,7 +40,7 @@ exports[`lint-staged > with options > should return a config for { useBiome: tru ], "*.(ts|tsx)": [Function], "*.css": [ - "foundry run stylelint --fix", + "foundry run stylelint --fix --allow-empty-input", ], } `;