mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
chore: update commitlint
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
rules: {
|
extends: ['@commitlint/config-conventional'],
|
||||||
'body-tense': [0, 'never', 0],
|
|
||||||
lang: 'eng',
|
|
||||||
},
|
|
||||||
extends: ['@commitlint/config-angular'],
|
|
||||||
};
|
};
|
||||||
|
|||||||
1567
package-lock.json
generated
1567
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -42,8 +42,9 @@
|
|||||||
"postinstall": "node bin/postinstall || exit 0"
|
"postinstall": "node bin/postinstall || exit 0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^3.1.3",
|
"@commitlint/cli": "^11.0.0",
|
||||||
"@commitlint/config-angular": "^3.1.1",
|
"@commitlint/config-angular": "^11.0.0",
|
||||||
|
"@commitlint/config-conventional": "^11.0.0",
|
||||||
"async": "1.4.2",
|
"async": "1.4.2",
|
||||||
"coffee-script": "~1.7.1",
|
"coffee-script": "~1.7.1",
|
||||||
"husky": "^0.14.3",
|
"husky": "^0.14.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user