Skip to content

Commit

Permalink
move lint staged config to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Dec 18, 2024
1 parent 63f90dd commit cc8a146
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/git-hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -euo pipefail

if [[ -n "${SKIP_GIT_HOOKS-}" ]]; then exit 0; fi

npx lint-staged --relative
npx lint-staged --relative --config scripts/configs/lint-staged.config.mjs
npm run test:all

0 comments on commit cc8a146

Please sign in to comment.