Skip to content

Commit

Permalink
chore: add shellcheck to lint .sh files
Browse files Browse the repository at this point in the history
Signed-off-by: t.azrab <[email protected]>
  • Loading branch information
tamirazrab committed Jan 28, 2025
1 parent 094fa1c commit e745fa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"*.ts": ["prettier --write", "eslint --fix"],
"*.js": ["prettier --write", "eslint --fix"],
"*.json": ["prettier --write"]
"*.json": ["prettier --write"],
"*.sh": ["shellcheck -f diff"]
}

0 comments on commit e745fa8

Please sign in to comment.