add husky and update todo

This commit is contained in:
Reid 2023-08-21 00:04:28 -07:00
parent 2414ae1189
commit 212642c3ab
4 changed files with 12 additions and 0 deletions

View file

@ -16,6 +16,7 @@
"name": "reidlab"
},
"scripts": {
"prepare": "husky install",
"build": "rbxtsc --rojo default.project.json --verbose && rojo build --output build.rbxl default.project.json",
"watch": "rbxtsc -w --rojo default.project.json --verbose",
"lint": "eslint src tests --max-warnings 0",
@ -29,6 +30,7 @@
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.42.0",
"eslint-plugin-roblox-ts": "^0.0.35",
"husky": "^8.0.3",
"typescript": "^5.1.3"
},
"dependencies": {