Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit c84c2e1

Browse files
committed
chore: add release script
1 parent a7bb660 commit c84c2e1

File tree

2 files changed

+1004
-19
lines changed

2 files changed

+1004
-19
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
{
22
"name": "eslint-config-smooth",
33
"description": "Smooth Code's ESLint config",
4-
"keywords": ["eslint", "eslint-config", "eslint-config-airbnb"],
4+
"keywords": [
5+
"eslint",
6+
"eslint-config",
7+
"eslint-config-airbnb"
8+
],
59
"version": "1.0.0",
610
"main": "index.js",
711
"license": "MIT",
812
"scripts": {
13+
"release": "standard-version && conventional-github-releaser -p angular",
914
"test": "eslint ."
1015
},
1116
"devDependencies": {
1217
"babel-eslint": "^8.2.2",
18+
"conventional-github-releaser": "^2.0.2",
1319
"eslint": "^4.19.1",
1420
"eslint-config-airbnb": "^16.1.0",
1521
"eslint-config-prettier": "^2.9.0",
1622
"eslint-plugin-import": "^2.10.0",
1723
"eslint-plugin-jsx-a11y": "^6.0.3",
18-
"eslint-plugin-react": "^7.7.0"
24+
"eslint-plugin-react": "^7.7.0",
25+
"standard-version": "^4.3.0"
1926
},
2027
"peerDependencies": {
2128
"babel-eslint": ">=8.2.2",

0 commit comments

Comments
 (0)