File tree Expand file tree Collapse file tree 3 files changed +19
-607
lines changed Expand file tree Collapse file tree 3 files changed +19
-607
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @frontendfixer/eslint-config-react ' : patch
3
+ ---
4
+
5
+ remove commitizen and scripts
Original file line number Diff line number Diff line change 35
35
"lint:fix" : " eslint . --fix" ,
36
36
"changeset" : " changeset" ,
37
37
"release" : " changeset publish" ,
38
- "commit" : " git-cz" ,
39
- "release_push" : " git add . && yarn changeset && yarn changeset version && git add . && yarn commit && yarn release && git push --follow-tags"
38
+ "version" : " changeset version"
40
39
},
41
40
"peerDependencies" : {
42
41
"eslint" : " >=8.0.0" ,
63
62
"devDependencies" : {
64
63
"@changesets/changelog-github" : " ^0.4.8" ,
65
64
"@changesets/cli" : " ^2.26.2" ,
66
- "cz-conventional-changelog" : " ^3.3.0" ,
67
65
"eslint" : " ^8.44.0" ,
68
66
"prettier" : " ^2.8.8" ,
69
67
"react" : " ^18.2.0" ,
You can’t perform that action at this time.
0 commit comments