Skip to content

Commit

Permalink
upgrade lint-changed (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgummerer committed Mar 21, 2024
1 parent df8f38b commit 1e4f6ec
Show file tree
Hide file tree
Showing 2 changed files with 1,200 additions and 297 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint-staged": {
"src/**/*.{yaml,yml}": "prettier --write",
"src/**/*.{js,ts}": "eslint --cache --fix",
"{.eslintrc}": "prettier --write",
".eslintrc": "prettier --write",
"*.md": "prettier --write"
},
"devDependencies": {
Expand All @@ -36,7 +36,7 @@
"husky": "^8.0.3",
"jest": "~26.6.3",
"jest-playback": "^3.0.0",
"lint-staged": "^13.2.2",
"lint-staged": "^15.2.2",
"prettier": "^2.8.8",
"rimraf": "~5.0.1",
"ts-jest": "~26.5.6"
Expand Down
Loading

0 comments on commit 1e4f6ec

Please sign in to comment.