Skip to content

Commit

Permalink
Remove husky (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbok authored Jan 15, 2024
1 parent 6299039 commit 90d1124
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
6 changes: 0 additions & 6 deletions .husky/pre-commit

This file was deleted.

5 changes: 0 additions & 5 deletions .husky/pre-push

This file was deleted.

16 changes: 0 additions & 16 deletions tools/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"format": "ts-node format",
"compile": "ts-node compile",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "cd .. && husky install .husky",
"lint": "ts-node lint",
"lint:md": "markdownlint \".\/*.md\" markdownlint \"..\/*.md\"",
"lint:md": "markdownlint \"./*.md\" markdownlint \"../*.md\"",
"check": "npm run lint:md && npm run format && npm run compile"
},
"author": "",
Expand All @@ -21,11 +20,10 @@
"@types/prettier": "^2.7.3",
"fp-ts": "^2.16.0",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"markdownlint-cli": "^0.35.0",
"marked": "^5.1.0",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}
}

0 comments on commit 90d1124

Please sign in to comment.