File tree Expand file tree Collapse file tree 4 files changed +716
-23
lines changed Expand file tree Collapse file tree 4 files changed +716
-23
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ yarn commitlint --edit $1
5+ yarn lint
6+ yarn type-check
7+ yarn test
Original file line number Diff line number Diff line change 1+ module . exports = { extends : [ '@commitlint/config-conventional' ] } ;
Original file line number Diff line number Diff line change 3333 "devDependencies" : {
3434 "@babel/core" : " 7.12.9" ,
3535 "@babel/runtime" : " 7.12.5" ,
36+ "@commitlint/cli" : " ^16.1.0" ,
37+ "@commitlint/config-conventional" : " ^16.0.0" ,
3638 "@react-native-community/eslint-config" : " 3.0.1" ,
3739 "@testing-library/jest-native" : " 4.0.4" ,
3840 "@testing-library/react-native" : " 9.0.0" ,
4244 "@types/react-test-renderer" : " 17.0.1" ,
4345 "@types/shortid" : " 0.0.29" ,
4446 "@types/use-global-hook" : " 0.1.5" ,
47+ "@typescript-eslint/parser" : " 5.7.0" ,
4548 "babel-jest" : " 26.6.3" ,
4649 "codecov" : " 3.8.3" ,
4750 "eslint" : " 7.32.0" ,
4851 "eslint-plugin-prettier" : " 4.0.0" ,
49- "@typescript-eslint/parser " : " 5. 7.0" ,
52+ "husky " : " ^ 7.0.4 " ,
5053 "istanbul" : " 0.4.5" ,
5154 "istanbul-api" : " 3.0.0" ,
5255 "istanbul-reports" : " 3.1.3" ,
You can’t perform that action at this time.
0 commit comments