Skip to content

Commit 7eb7fa0

Browse files
authored
Merge pull request #35 from Springworks/package/add-auto-generated-config
chore(package): add autogenerated config
2 parents d1909fb + f228946 commit 7eb7fa0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,15 @@
3535
"homepage": "https://github.com/Springworks/eslint-plugin-springworks#readme",
3636
"release": {
3737
"analyzeCommits": "simple-commit-message"
38+
},
39+
"config": {
40+
"pre-git": {
41+
"commit-msg": "simple",
42+
"pre-commit": [],
43+
"pre-push": [],
44+
"post-commit": [],
45+
"post-checkout": [],
46+
"post-merge": []
47+
}
3848
}
39-
}
49+
}

0 commit comments

Comments
 (0)