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 = {
|
||||
rules: {
|
||||
'body-tense': [0, 'never', 0],
|
||||
lang: 'eng',
|
||||
},
|
||||
extends: ['@commitlint/config-angular'],
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
};
|
||||
|
||||
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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^3.1.3",
|
||||
"@commitlint/config-angular": "^3.1.1",
|
||||
"@commitlint/cli": "^11.0.0",
|
||||
"@commitlint/config-angular": "^11.0.0",
|
||||
"@commitlint/config-conventional": "^11.0.0",
|
||||
"async": "1.4.2",
|
||||
"coffee-script": "~1.7.1",
|
||||
"husky": "^0.14.3",
|
||||
|
||||
Reference in New Issue
Block a user