aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2022-01-18 20:04:13 -0500
committerPriyansh <[email protected]>2022-01-18 20:04:13 -0500
commit9f66895f2f729ada5de7cbdc6878cba7fde0accb (patch)
treeeed338b9acc83204cf4423654d3c0eebbd344942
parent7b1a729a5779425b3e1de51266789333510d31be (diff)
downloadizuku.js-9f66895f2f729ada5de7cbdc6878cba7fde0accb.tar.xz
izuku.js-9f66895f2f729ada5de7cbdc6878cba7fde0accb.zip
chore: add commitlint
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 60e5fa7..af3be32 100644
--- a/package.json
+++ b/package.json
@@ -44,5 +44,10 @@
"hooks": {
"pre-commit": "npm run prettier-format && npm run lint"
}
+ },
+ "commitlint": {
+ "extends": [
+ "@commitlint/config-conventional"
+ ]
}
-}
+} \ No newline at end of file