Skip to content

Commit

Permalink
chore: 🤖 change changelog preset from angular to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Jul 23, 2020
1 parent f028fef commit aa2fc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"fix": "eslint . --fix",
"pretest": "yarn run lint",
"test": "node ./test/runTest.js",
"changelog": "conventional-changelog -i CHANGELOG.md -p angular -s -r 0"
"changelog": "conventional-changelog -i CHANGELOG.md -p eslint -s -r 0"
},
"devDependencies": {
"@types/glob": "^7.1.1",
Expand Down

0 comments on commit aa2fc00

Please sign in to comment.