Skip to content

Commit

Permalink
build(root): ⬆️ upgrade lint-staged to 13.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Nov 26, 2022
1 parent 8ce3c6c commit 424710f
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 248 deletions.
4 changes: 2 additions & 2 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"src/**/*.ts": ["prettier --write", "npm run lint", "git add"],
"*.{json,md}": ["prettier --write", "git add"]
"src/**/*.ts": ["prettier --write", "npm run lint"],
"*.{json,md}": ["prettier --write"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jest-environment-jsdom-global": "^1.1.1",
"jest-watch-lerna-packages": "^1.1.0",
"lerna": "3.19.0",
"lint-staged": "9.5.0",
"lint-staged": "13.0.4",
"lodash": "^4.17.11",
"microbundle": "^0.12.0-next.6",
"npm-run-all": "4.1.5",
Expand Down

0 comments on commit 424710f

Please sign in to comment.