Skip to content

Commit

Permalink
fix(redirects): remove locale param + validate with legacy (#37844)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Jan 28, 2025
1 parent 1c4e5da commit b8cc989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
"files/en-us/_redirects.txt": (filenames) => [
`yarn content fix-redirects en-US`,
`yarn content validate-redirects en-us --strict`,
`yarn content fix-redirects`,
`yarn content:legacy validate-redirects en-us --strict`,
],
"!*.md": (filenames) => [
`prettier --ignore-unknown --write ${filenames.join(" ")}`,
Expand Down

0 comments on commit b8cc989

Please sign in to comment.