|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
"lint:yml": "prettier --check \"**/*.{yaml,yml}\"", |
|
|
|
|
"lint": "yarn lint:js && yarn lint:json && yarn lint:sass && yarn lint:yml", |
|
|
|
|
"postversion": "git push --tags", |
|
|
|
|
"prepare": "husky install", |
|
|
|
|
"prepare": "husky", |
|
|
|
|
"start": "node ./streaming/index.js", |
|
|
|
|
"test": "yarn lint && yarn run typecheck && yarn jest", |
|
|
|
|
"typecheck": "tsc --noEmit" |
|
|
|
|
@ -188,7 +188,7 @@
|
|
|
|
|
"eslint-plugin-promise": "~6.1.1", |
|
|
|
|
"eslint-plugin-react": "^7.33.2", |
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0", |
|
|
|
|
"husky": "^8.0.3", |
|
|
|
|
"husky": "^9.0.11", |
|
|
|
|
"jest": "^29.5.0", |
|
|
|
|
"jest-environment-jsdom": "^29.5.0", |
|
|
|
|
"lint-staged": "^15.0.0", |
|
|
|
|
|