chore: fix lint and add lint to CI job (#79)

This commit is contained in:
David Sanders
2023-08-31 11:17:25 -07:00
committed by GitHub
parent 0d2b974dcc
commit 381ca1a748
3 changed files with 9 additions and 4 deletions

View File

@@ -26,6 +26,7 @@
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"lint": "prettier --check \"src/**/*.ts\"",
"prettier:write": "prettier --write \"src/**/*.ts\"",
"prepublishOnly": "npm run build",
"test": "exit 0",
"prepare": "husky install"