Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge 7717804 into da911d2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Jan 28, 2021
2 parents da911d2 + 7717804 commit 67d4c00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: ['rocketseat'],
extends: ['@rocketseat/commitlint-config'],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@commitlint/travis-cli": "11.0.0",
"@rocketseat/commitlint-config": "^0.0.2",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.3",
"@types/dot-object": "2.1.2",
Expand All @@ -31,7 +32,6 @@
"@types/react-test-renderer": "17.0.0",
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"commitlint-config-rocketseat": "0.0.1",
"coveralls": "3.1.0",
"eslint": "7.18.0",
"eslint-config-prettier": "7.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2373,6 +2373,11 @@
sudo-prompt "^9.0.0"
wcwidth "^1.0.1"

"@rocketseat/commitlint-config@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@rocketseat/commitlint-config/-/commitlint-config-0.0.2.tgz#6b3ba12ec2f44a476f52a0d81974d566a8147833"
integrity sha512-Bh24AD6IoI04plVLQuLqGG+V9iOEQYfSwhgW5WWYFuZWc6b1ExD/R3N9BvlnjtAEAnSgh7m0jO1AGcdNRYA1ag==

"@rollup/pluginutils@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
Expand Down Expand Up @@ -3838,11 +3843,6 @@ commander@~2.13.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
integrity sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==

commitlint-config-rocketseat@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/commitlint-config-rocketseat/-/commitlint-config-rocketseat-0.0.1.tgz#3442dcf2956c1cc7a06859cafd97c50e5cebfe6b"
integrity sha512-klfAAQ4bWDrYvM1le9cbWLOidrGVhns+puYEMS/F7IO0KDBCXC09mczAm57oWClM5YFtkKSrvUGwz1oksfNQgQ==

commondir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
Expand Down

0 comments on commit 67d4c00

Please sign in to comment.