Skip to content

Commit

Permalink
ignore legacy during pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ianedwards committed May 21, 2024
1 parent 4918bcb commit 624fece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
],
"**/*.(md|json)": [
"prettier --write"
]
],
"ignore": "src/legacy/**/*"
}
}

0 comments on commit 624fece

Please sign in to comment.