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
2
2
3
3
Shareable [ ` commitlint ` ] ( https://github.com/conventional-changelog/commitlint ) config used by Rocketseat.
4
4
@@ -8,14 +8,14 @@ Installing:
8
8
9
9
``` sh
10
10
# npm
11
- npm i -D commitlint-config-rocketseat
11
+ npm i -D @rocketseat/ commitlint-config
12
12
13
13
# yarn
14
- yarn add -D commitlint-config-rocketseat
14
+ yarn add -D @rocketseat/ commitlint-config
15
15
```
16
16
17
17
Apply the config to ` commitlint ` :
18
18
19
19
``` sh
20
- echo " module.exports = {extends: ['rocketseat']};" > commitlint.config.js
20
+ echo " module.exports = {extends: ['@ rocketseat/commitlint-config ']};" > commitlint.config.js
21
21
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " commitlint-config-rocketseat " ,
2
+ "name" : " @rocketseat/ commitlint-config" ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " Shareable commitlint config used by Rocketseat" ,
5
5
"main" : " index.js" ,
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " https://github.com/Rocketseat/commitlint-config-rocketseat .git"
12
+ "url" : " https://github.com/Rocketseat/commitlint-config.git"
13
13
},
14
+ "bugs" : {
15
+ "url" : " https://github.com/Rocketseat/commitlint-config/issues"
16
+ },
17
+ "homepage" : " https://github.com/Rocketseat/commitlint-config#readme" ,
14
18
"keywords" : [
15
19
" commitlint" ,
16
20
" config" ,
21
+ " commitlint-config" ,
17
22
" rocketseat" ,
18
23
" git"
19
- ]
24
+ ],
25
+ "engines" : {
26
+ "node" : " >=v10"
27
+ }
20
28
}
You can’t perform that action at this time.
0 commit comments