We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cba7e commit 25e1706Copy full SHA for 25e1706
.husky/commit-msg
@@ -0,0 +1 @@
1
+npx --no -- commitlint --edit $1
package.json
@@ -0,0 +1,14 @@
+{
2
+ "name": "vs-openinnotepadplusplus",
3
+ "version": "0.0.0",
4
+ "private": true,
5
+ "description": "Development dependencies for VS-OpenInNotepadPlusPlus - conventional commits tooling",
6
+ "scripts": {
7
+ "prepare": "husky"
8
+ },
9
+ "devDependencies": {
10
+ "@commitlint/cli": "^19.0.0",
11
+ "@commitlint/config-conventional": "^19.0.0",
12
+ "husky": "^9.0.0"
13
+ }
14
+}
0 commit comments