docs-util: created docblock-generator tool (#6096)
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@babel/register": "^7.11.5",
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
||||
"@typescript-eslint/parser": "^5.53.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
||||
"@typescript-eslint/parser": "^6.19.0",
|
||||
"axios": "^0.21.4",
|
||||
"axios-mock-adapter": "^1.19.0",
|
||||
"babel-jest": "^26.6.3",
|
||||
@@ -67,6 +67,7 @@
|
||||
"hooks:uninstall": "husky uninstall",
|
||||
"build": "turbo run build --concurrency=50% --no-daemon",
|
||||
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts,.tsx .",
|
||||
"lint:path": "eslint --ignore-path .eslintignore --ext .js,.ts,.tsx",
|
||||
"prettier": "prettier",
|
||||
"jest": "jest",
|
||||
"test": "turbo run test --concurrency=50% --no-daemon",
|
||||
|
||||
Reference in New Issue
Block a user