Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Nov 16, 2024
1 parent 89a64b0 commit 4de49af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/configs/lint-staged/__snapshots__/config.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
],
}
`;
Expand All @@ -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",
],
}
`;

0 comments on commit 4de49af

Please sign in to comment.