Skip to content

Commit

Permalink
fix(*): changed commitlint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavrik Roman committed Dec 16, 2019
1 parent 7c2e76b commit 50a6a39
Show file tree
Hide file tree
Showing 3 changed files with 3,339 additions and 232 deletions.
1 change: 0 additions & 1 deletion commitlint.config.js

This file was deleted.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@babel/runtime": "7.4.5",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"assets-webpack-plugin": "3.9.7",
"autoprefixer": "^8.0.0",
"babel-core": "^7.0.0-bridge.0",
Expand All @@ -38,7 +36,6 @@
"cache-loader": "^1.2.5",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.3.1",
"commitlint": "^8.2.0",
"compression-webpack-plugin": "2.0.0",
"copy-webpack-plugin": "4.6.0",
"css-loader": "1.0.1",
Expand Down Expand Up @@ -104,14 +101,23 @@
"test": "npm run test-build && npm run test-test"
},
"devDependencies": {
"arui-presets": "^5.1.0",
"arui-presets-lint": "^2.0.0",
"commitlint": "^8.2.0",
"conventional-changelog-cli": "1.3.16",
"typescript": "3.5.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"./node_modules/arui-presets-lint/commitlint"
]
},
"peerDependencies": {
"typescript": ">=3.5.1"
},
Expand Down
Loading

0 comments on commit 50a6a39

Please sign in to comment.