File tree Expand file tree Collapse file tree 5 files changed +746
-25
lines changed Expand file tree Collapse file tree 5 files changed +746
-25
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "extends" : [" @commitlint/config-conventional" ]
3+ }
Original file line number Diff line number Diff line change 1+ _
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ yarn commitlint --edit $1
Original file line number Diff line number Diff line change 1919 "demo:serve" : " yarn workspace demo serve"
2020 },
2121 "devDependencies" : {
22+ "@commitlint/cli" : " ^12.0.1" ,
23+ "@commitlint/config-conventional" : " ^12.0.1" ,
2224 "@types/prosemirror-commands" : " ^1.0.3" ,
2325 "@types/prosemirror-dropcursor" : " ^1.0.1" ,
2426 "@types/prosemirror-gapcursor" : " ^1.0.3" ,
4244 "eslint-plugin-react" : " ^7.23.1" ,
4345 "eslint-plugin-react-hooks" : " ^4.2.0" ,
4446 "eslint-plugin-simple-import-sort" : " ^7.0.0" ,
47+ "husky" : " ^6.0.0" ,
4548 "prettier" : " ^2.2.1" ,
4649 "prosemirror-commands" : " ^1.1.7" ,
4750 "prosemirror-model" : " ^1.13.3" ,
You can’t perform that action at this time.
0 commit comments