File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1- # commitlint-config-rocketseat
1+ # @ rocketseat/ commitlint-config
22
33Shareable [ ` commitlint ` ] ( https://github.com/conventional-changelog/commitlint ) config used by Rocketseat.
44
@@ -8,14 +8,14 @@ Installing:
88
99``` sh
1010# npm
11- npm i -D commitlint-config-rocketseat
11+ npm i -D @rocketseat/ commitlint-config
1212
1313# yarn
14- yarn add -D commitlint-config-rocketseat
14+ yarn add -D @rocketseat/ commitlint-config
1515```
1616
1717Apply the config to ` commitlint ` :
1818
1919``` sh
20- echo " module.exports = {extends: ['rocketseat']};" > commitlint.config.js
20+ echo " module.exports = {extends: ['@ rocketseat/commitlint-config ']};" > commitlint.config.js
2121```
Original file line number Diff line number Diff line change 11{
2- "name" : " commitlint-config-rocketseat " ,
2+ "name" : " @rocketseat/ commitlint-config" ,
33 "version" : " 0.0.1" ,
44 "description" : " Shareable commitlint config used by Rocketseat" ,
55 "main" : " index.js" ,
99 },
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " https://github.com/Rocketseat/commitlint-config-rocketseat .git"
12+ "url" : " https://github.com/Rocketseat/commitlint-config.git"
1313 },
14+ "bugs" : {
15+ "url" : " https://github.com/Rocketseat/commitlint-config/issues"
16+ },
17+ "homepage" : " https://github.com/Rocketseat/commitlint-config#readme" ,
1418 "keywords" : [
1519 " commitlint" ,
1620 " config" ,
21+ " commitlint-config" ,
1722 " rocketseat" ,
1823 " git"
19- ]
24+ ],
25+ "engines" : {
26+ "node" : " >=v10"
27+ }
2028}
You can’t perform that action at this time.
0 commit comments