Skip to content

Commit

Permalink
fix(lint-staged): ensure commands use locally installed version (#18112)
Browse files Browse the repository at this point in the history
* chore: tests

* chore: test again

* chore: revert tests

---------

Co-authored-by: kennylam <[email protected]>
  • Loading branch information
tay1orjones and kennylam authored Nov 19, 2024
1 parent 5b3ad47 commit a968944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"prettier --cache --write",
"yarn prettier --cache --write",
"eslint"
],
"**/*.scss": [
"prettier --cache --write",
"yarn prettier --cache --write",
"stylelint --report-needless-disables --report-invalid-scope-disables --allow-empty-input"
],
"!(*sass).md": [
"prettier --cache --write"
"yarn prettier --cache --write"
],
"README.md": [
"all-contributors generate"
Expand Down

0 comments on commit a968944

Please sign in to comment.