|
16 | 16 | "release": "standard-version", |
17 | 17 | "release:major": "yarn release --release-as major", |
18 | 18 | "release:minor": "yarn release --release-as minor", |
19 | | - "release:patch": "yarn release --release-as patch" |
| 19 | + "release:patch": "yarn release --release-as patch", |
| 20 | + "husky": "husky", |
| 21 | + "lint-staged": "lint-staged", |
| 22 | + "commitlint": "commitlint" |
20 | 23 | }, |
21 | 24 | "devDependencies": { |
22 | | - "@boringcodes/eslint-config": "^1.2.1", |
23 | | - "@boringcodes/prettier-config": "^1.3.1", |
24 | | - "@typescript-eslint/eslint-plugin": "^4.12.0", |
25 | | - "@typescript-eslint/parser": "^4.12.0", |
26 | | - "eslint": "^7.17.0", |
27 | | - "eslint-config-prettier": "^7.1.0", |
28 | | - "eslint-config-standard": "^16.0.2", |
29 | | - "eslint-config-standard-with-typescript": "^19.0.1", |
30 | | - "eslint-plugin-import": "^2.22.1", |
31 | | - "eslint-plugin-node": "^11.1.0", |
32 | | - "eslint-plugin-promise": "^4.2.1", |
33 | | - "eslint-plugin-standard": "^5.0.0", |
34 | | - "husky": "^4.3.7", |
35 | | - "lint-staged": "^10.5.3", |
36 | | - "prettier": "^2.2.1", |
37 | | - "rimraf": "^3.0.2", |
38 | | - "standard-version": "^9.1.0", |
39 | | - "typescript": "^4.1.3" |
| 25 | + "@boringcodes/eslint-config": "1.2.6", |
| 26 | + "@boringcodes/prettier-config": "1.3.2", |
| 27 | + "@commitlint/cli": "12.1.4", |
| 28 | + "@commitlint/config-conventional": "12.1.4", |
| 29 | + "@typescript-eslint/eslint-plugin": "4.26.0", |
| 30 | + "@typescript-eslint/parser": "4.26.0", |
| 31 | + "eslint": "7.28.0", |
| 32 | + "eslint-config-prettier": "8.3.0", |
| 33 | + "eslint-config-standard": "16.0.3", |
| 34 | + "eslint-config-standard-with-typescript": "20.0.0", |
| 35 | + "eslint-plugin-import": "2.23.4", |
| 36 | + "eslint-plugin-node": "11.1.0", |
| 37 | + "eslint-plugin-promise": "5.1.0", |
| 38 | + "eslint-plugin-standard": "5.0.0", |
| 39 | + "husky": "6.0.0", |
| 40 | + "lint-staged": "11.0.0", |
| 41 | + "prettier": "2.3.1", |
| 42 | + "rimraf": "3.0.2", |
| 43 | + "standard-version": "9.3.0", |
| 44 | + "typescript": "4.3.2" |
40 | 45 | }, |
41 | 46 | "peerDependencies": { |
42 | | - "@typescript-eslint/eslint-plugin": "^4.12.0", |
43 | | - "@typescript-eslint/parser": "^4.12.0", |
44 | | - "eslint": "^7.17.0", |
45 | | - "eslint-config-prettier": "^7.1.0", |
46 | | - "eslint-config-standard-with-typescript": "^19.0.1", |
47 | | - "eslint-plugin-import": "^2.22.1", |
| 47 | + "@typescript-eslint/eslint-plugin": "^4.26.0", |
| 48 | + "@typescript-eslint/parser": "^4.26.0", |
| 49 | + "eslint": "^7.28.0", |
| 50 | + "eslint-config-prettier": "^8.3.0", |
| 51 | + "eslint-config-standard-with-typescript": "^20.0.0", |
| 52 | + "eslint-plugin-import": "2.23.4", |
48 | 53 | "eslint-plugin-node": "^11.1.0", |
49 | | - "eslint-plugin-promise": "^4.2.1", |
| 54 | + "eslint-plugin-promise": "^5.1.0", |
50 | 55 | "eslint-plugin-standard": "^5.0.0", |
51 | | - "typescript": "^4.1.3" |
| 56 | + "typescript": "^4.3.2" |
| 57 | + }, |
| 58 | + "lint-staged": { |
| 59 | + "*.{js,json,md,yml}": "yarn format", |
| 60 | + "*.js": "yarn lint" |
| 61 | + }, |
| 62 | + "commitlint": { |
| 63 | + "extends": [ |
| 64 | + "@commitlint/config-conventional" |
| 65 | + ] |
52 | 66 | } |
53 | 67 | } |
0 commit comments