remove husky and pre-commit scripts

This commit is contained in:
2024-07-16 17:57:20 -05:00
parent 33b04e01c9
commit ef9afcbf3e
9 changed files with 1 additions and 250 deletions
-1
View File
@@ -6,7 +6,6 @@
"description": "shared logic for ontime",
"scripts": {
"lint": "eslint . --quiet",
"lint-staged": "eslint",
"test": "vitest",
"test:pipeline": "vitest run",
"cleanup": "rm -rf .turbo && rm -rf node_modules"