install and config commitlint

This commit is contained in:
ghsamm 2019-01-19 08:49:54 +01:00
parent b80ca1d852
commit 32267b766a
2 changed files with 5 additions and 0 deletions

3
commitlint.config.js Normal file
View File

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

View File

@ -55,6 +55,8 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.1.0", "@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"@commitlint/cli": "^7.3.2",
"@commitlint/config-conventional": "^7.3.1",
"babel-loader": "^8.0.4", "babel-loader": "^8.0.4",
"babel-plugin-import": "^1.9.1", "babel-plugin-import": "^1.9.1",
"css-loader": "^0.28.11", "css-loader": "^0.28.11",