Skip to content

Commit eca56e6

Browse files
committed
chore(): add commit lint
1 parent 0f5eab8 commit eca56e6

File tree

4 files changed

+1370
-0
lines changed

4 files changed

+1370
-0
lines changed

.commitlintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["@commitlint/config-conventional"]
3+
}

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx --no -- commitlint --edit ${1}

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "notenumberremapperbyvelocityvtsplugin",
3+
"version": "1.0.0",
4+
"description": "[<img src=\"https://img.shields.io/badge/slack-@lesimoes/help-blue.svg?logo=slack\">](https://lesimoes.slack.com/messages/C04JV5CRGJH) [<img src=\"https://img.shields.io/badge/discord-@lesimoes/help-blue.svg?logo=discord\">](https://discord.gg/7xegRfQjPz)",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/leandrosimoes/NoteNumberReMapperByVelocityVTSPlugin.git"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/leandrosimoes/NoteNumberReMapperByVelocityVTSPlugin/issues"
18+
},
19+
"homepage": "https://github.com/leandrosimoes/NoteNumberReMapperByVelocityVTSPlugin#readme",
20+
"devDependencies": {
21+
"@commitlint/cli": "^17.4.4",
22+
"@commitlint/config-conventional": "^17.4.4",
23+
"husky": "^8.0.3"
24+
}
25+
}

0 commit comments

Comments
 (0)