Skip to content

Commit

Permalink
chore: enable cache for lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Aug 27, 2024
1 parent 49fb747 commit 6187c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"dev": "tsc -w",
"build": "tsc",
"lint": "eslint .",
"format": "prettier --write ."
"lint": "eslint --cache .",
"format": "prettier --write --cache ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6187c2f

Please sign in to comment.