build: add necessary packages to workspace root
Showing
| ... | ... | @@ -16,9 +16,22 @@ |
| }, | ||
| "private": true, | ||
| "devDependencies": { | ||
| "@typescript-eslint/eslint-plugin": "^4.28.0", | ||
| "@typescript-eslint/parser": "^4.28.0", | ||
| "eslint": "^7.29.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-ban": "^1.5.2", | ||
| "eslint-plugin-import": "^2.23.4", | ||
| "eslint-plugin-jsdoc": "^35.1.2", | ||
| "eslint-plugin-prefer-arrow": "^1.2.3", | ||
| "eslint-plugin-prettier": "^3.4.0", | ||
| "eslint-plugin-react": "^7.24.0", | ||
| "eslint-plugin-unicorn": "^32.0.1", | ||
| "husky": "^6.0.0", | ||
| "lerna": "^4.0.0", | ||
| "patch-package": "^6.4.7" | ||
| "patch-package": "^6.4.7", | ||
| "prettier": "^2.3.1", | ||
| "typescript": "^4.2.3" | ||
| }, | ||
| "scripts": { | ||
| "clean": "yarn lerna run clean", | ||
| ... | ... |
Please register or sign in to comment