refactor: moved commitlint config file to package.json

This commit is contained in:
dec0dOS 2021-03-29 00:28:46 +03:00
parent 7330048747
commit d163690497
2 changed files with 5 additions and 1 deletions

View file

@ -1 +0,0 @@
module.exports = { extends: ["@commitlint/config-conventional"] };

View file

@ -21,5 +21,10 @@
"nodemon": "^2.0.7",
"rimraf": "^3.0.2",
"standard-version": "^9.1.1"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}