chore: update lint-staged to fix color
parent
4d44fa9dc2
commit
6808ee3c36
|
|
@ -2,7 +2,7 @@
|
|||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
# Enable colors in Powershell (has scrolling issue?)
|
||||
# export FORCE_COLOR=1
|
||||
#export FORCE_COLOR=1
|
||||
|
||||
# Check changed files
|
||||
yarn lint-staged
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
"jest": "^27.5.1",
|
||||
"jest-circus": "^27.5.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lint-staged": "^12.3.4",
|
||||
"lint-staged": "^12.3.7",
|
||||
"prettier": "^2.5.1",
|
||||
"ts-jest": "^27.1.3",
|
||||
"ts-node": "10.4.0",
|
||||
|
|
|
|||
|
|
@ -3940,7 +3940,7 @@ lines-and-columns@^1.1.6:
|
|||
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz"
|
||||
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
|
||||
|
||||
lint-staged@^12.3.4:
|
||||
lint-staged@^12.3.7:
|
||||
version "12.3.7"
|
||||
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.7.tgz#ad0e2014302f704f9cf2c0ebdb97ac63d0f17be0"
|
||||
integrity sha512-/S4D726e2GIsDVWIk1XGvheCaDm1SJRQp8efamZFWJxQMVEbOwSysp7xb49Oo73KYCdy97mIWinhlxcoNqIfIQ==
|
||||
|
|
|
|||
Loading…
Reference in New Issue