Skip to content

Commit

Permalink
chore: change pretty-quick in format library to lint-stage (orval…
Browse files Browse the repository at this point in the history
  • Loading branch information
soartec-lab authored Jan 10, 2024
1 parent 87fffef commit d637b99
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 159 deletions.
3 changes: 3 additions & 0 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"*": "prettier --check"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"format:staged": "pretty-quick --staged",
"format:staged": "lint-staged",
"prerelease": "yarn build && cd ./tests && yarn generate && yarn build",
"release": "dotenv release-it",
"postrelease": "yarn build && yarn update-samples",
Expand Down Expand Up @@ -52,7 +52,6 @@
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"release-it": "^15.6.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
Expand Down
Loading

0 comments on commit d637b99

Please sign in to comment.