Skip to content

Commit

Permalink
Update deps (#247)
Browse files Browse the repository at this point in the history
This change:

- includes the `husky` major update.
  See https://github.com/typicode/husky/releases/tag/v8.0.0
- syncs the `pre-commit` script with one in the `stylelint/stylelint` repo.
  See https://github.com/stylelint/stylelint/blob/e1e28fec4b4f1a98fc94d81b7ffa0cdb393242ac/.husky/pre-commit
  • Loading branch information
ybiquitous committed May 21, 2022
1 parent 967f120 commit 120a9e6
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 705 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#!/usr/bin/env sh
[ -n "$CI" ] && exit 0

. "$(dirname "$0")/_/husky.sh"
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install lint-staged
Loading

0 comments on commit 120a9e6

Please sign in to comment.