commitlint support for git message formatting
package.json
0 → 100644
{ | ||
"name": "ariaec", | ||
"version": "1.0.0", | ||
"description": "===================================================== de Novo Ambiguous Restraints for Iterative Assignment =====================================================", | ||
"main": "index.js", | ||
"directories": { | ||
"doc": "docs" | ||
}, | ||
"scripts": { | ||
"precommit": "npm test", | ||
"prepush": "npm test", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"commitmsg": "commitlint -e $GIT_PARAMS" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.pasteur.fr/bis-aria/Ariaec.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@commitlint/cli": "^6.1.3", | ||
"@commitlint/config-conventional": "^6.1.3", | ||
"husky": "^0.14.3" | ||
}, | ||
"dependencies": {} | ||
} |
Please register or sign in to comment