Skip to content

Commit

Permalink
chore: Configure @commitlint/config-lerna-scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtitimoli committed Nov 7, 2017
1 parent c46fd5a commit 1fd9c4a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
4 changes: 3 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = {extends: ["@commitlint/config-angular"]};
module.exports = {
extends: ["@commitlint/config-angular", "@commitlint/config-lerna-scopes"]
};
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"commit": "commit",
"commitmsg": "commitlint -e"
},
"lint-staged": {
},
"lint-staged": {},
"devDependencies": {
"@commitlint/cli": "4.2.2",
"@commitlint/config-angular": "4.2.1",
"@commitlint/config-lerna-scopes": "4.2.1",
"@commitlint/prompt-cli": "4.2.2",
"babel-eslint": "8.0.1",
"babel-plugin-transform-runtime": "6.23.0",
Expand All @@ -23,13 +23,13 @@
"create-index": "2.2.0",
"doctoc": "1.3.0",
"documentation": "5.3.3",
"eslint": "4.10.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-config-prettier": "2.7.0",
"eslint-plugin-flowtype-errors": "3.3.5",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-flowtype-errors": "3.3.5",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-prettier": "2.3.1",
"eslint": "4.10.0",
"flow-bin": "0.58.0",
"flow-copy-source": "1.2.1",
"flow-typed": "2.2.3",
Expand All @@ -40,11 +40,11 @@
"pascal-case": "2.0.1",
"pkg-to-readme": "1.1.0",
"prettier": "1.7.4",
"rollup": "0.50.0",
"rollup-plugin-babel": "3.0.2",
"rollup-plugin-commonjs": "8.2.6",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-uglify": "2.0.1",
"rollup": "0.50.0",
"uglify-es": "3.1.7"
}
}
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
version "4.2.1"
resolved "https://registry.yarnpkg.com/@commitlint/config-angular/-/config-angular-4.2.1.tgz#95b8b9975591047308afb109bd63a4298616eb5b"

"@commitlint/config-lerna-scopes@4.2.1":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@commitlint/config-lerna-scopes/-/config-lerna-scopes-4.2.1.tgz#80033d885caed1fe3dbc82408bb68a4df3460358"
dependencies:
import-from "^2.1.0"
lerna "^2.0.0"

"@commitlint/core@^4.2.2":
version "4.2.2"
resolved "https://registry.yarnpkg.com/@commitlint/core/-/core-4.2.2.tgz#24f37b5afdeca993173f1696724570015148c1f8"
Expand Down Expand Up @@ -3209,6 +3216,12 @@ ignore@^3.3.3:
version "3.3.7"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"

import-from@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
dependencies:
resolve-from "^3.0.0"

imurmurhash@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
Expand Down Expand Up @@ -3769,7 +3782,7 @@ lcid@^1.0.0:
dependencies:
invert-kv "^1.0.0"

lerna@2.5.1:
lerna@2.5.1, lerna@^2.0.0:
version "2.5.1"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-2.5.1.tgz#d07099bd3051ee799f98c753328bd69e96c6fab8"
dependencies:
Expand Down

0 comments on commit 1fd9c4a

Please sign in to comment.