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

Commit 4405978

Browse files
committed
chore: setup commit linting
1 parent 6e409aa commit 4405978

File tree

3 files changed

+415
-20
lines changed

3 files changed

+415
-20
lines changed

.commitlintrc.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"@commitlint/config-conventional"
4+
]
5+
}

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.6.0",
26+
"@commitlint/cli": "^8.2.0",
27+
"@commitlint/config-conventional": "^8.2.0",
2628
"@storybook/addon-actions": "^5.2.1",
2729
"@storybook/addon-centered": "^5.2.1",
2830
"@storybook/addon-links": "^5.2.1",

0 commit comments

Comments
 (0)