|
1 | 1 | { |
2 | 2 | "name": "eslint-plugin-eslint-plugin", |
3 | | - "version": "5.0.6", |
| 3 | + "version": "0.0.0-semantically-released", |
4 | 4 | "description": "An ESLint plugin for linting ESLint plugins", |
5 | 5 | "author": "Teddy Katz", |
6 | 6 | "main": "./lib/index.js", |
|
15 | 15 | "lint:eslint-docs": "npm-run-all \"update:eslint-docs --check\"", |
16 | 16 | "lint:js": "eslint --cache .", |
17 | 17 | "lint:package-json": "npmPkgJsonLint .", |
18 | | - "release": "release-it", |
19 | 18 | "test": "nyc --all --check-coverage --include lib mocha tests --recursive", |
20 | 19 | "update:eslint-docs": "eslint-doc-generator --rule-doc-section-include \"Rule Detail\" --ignore-config all --ignore-config rules --ignore-config rules-recommended --ignore-config tests --ignore-config tests-recommended" |
21 | 20 | }, |
|
48 | 47 | "devDependencies": { |
49 | 48 | "@commitlint/cli": "^17.1.2", |
50 | 49 | "@commitlint/config-conventional": "^17.1.0", |
51 | | - "@release-it/conventional-changelog": "^4.3.0", |
52 | 50 | "@typescript-eslint/parser": "^5.36.2", |
53 | 51 | "chai": "^4.3.6", |
54 | 52 | "dirty-chai": "^2.0.1", |
|
72 | 70 | "npm-run-all": "^4.1.5", |
73 | 71 | "nyc": "^15.1.0", |
74 | 72 | "prettier": "^2.7.1", |
75 | | - "release-it": "^14.14.3", |
76 | 73 | "typescript": "^4.8.3" |
77 | 74 | }, |
78 | 75 | "peerDependencies": { |
79 | 76 | "eslint": ">=7.0.0" |
80 | 77 | }, |
81 | 78 | "engines": { |
82 | 79 | "node": "^14.17.0 || ^16.0.0 || >= 18.0.0" |
83 | | - }, |
84 | | - "release-it": { |
85 | | - "git": { |
86 | | - "commitMessage": "chore: release v${version}" |
87 | | - }, |
88 | | - "plugins": { |
89 | | - "@release-it/conventional-changelog": { |
90 | | - "preset": "conventionalcommits", |
91 | | - "infile": "CHANGELOG.md" |
92 | | - } |
93 | | - }, |
94 | | - "github": { |
95 | | - "release": true |
96 | | - }, |
97 | | - "npm": { |
98 | | - "skipChecks": true |
99 | | - } |
100 | 80 | } |
101 | 81 | } |
0 commit comments