Skip to content

Commit

Permalink
testing lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Medley committed May 24, 2024
1 parent 324ee12 commit fa63543
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
templates
dist
coverage
node_modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf ./dist",
"format": "prettier ./src/ --write --single-quote",
"format": "prettier --write --single-quote",
"lint-staged": "lint-staged",
"prepare": "husky",
"prepublishOnly": "npm run test && npm run build",
Expand Down

0 comments on commit fa63543

Please sign in to comment.