Skip to content

Commit

Permalink
Cache eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Oct 21, 2024
1 parent 17d3ca2 commit c1b5d65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
node_modules/
/.vscode/
/esm/

tsconfig.tsbuildinfo
node_modules/

tsconfig.tsbuildinfo
.eslintcache
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"clean": "del esm && del dist && del tsconfig.tsbuildinfo",
"compile": "tsc",
"dist": "node esbuild.mjs",
"lint": "eslint",
"format": "prettier --write .",
"lint": "eslint --cache",
"format": "prettier --cache --write .",
"check-format": "prettier --check ."
},
"files": [
Expand Down

0 comments on commit c1b5d65

Please # to comment.