File tree Expand file tree Collapse file tree 4 files changed +114
-172
lines changed Expand file tree Collapse file tree 4 files changed +114
-172
lines changed Original file line number Diff line number Diff line change 9
9
ignore :
10
10
- dependency-name : " @types/node-fetch"
11
11
- dependency-name : " node-fetch"
12
- - dependency-name : " eslint"
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ https://help.github.com/articles/using-pull-requests
27
27
5 . Ensure the code is formatted by running: ` yarn run eslint:fix `
28
28
6 . Commit your changes using a descriptive commit message
29
29
30
- After your Pull Request is created, it will automatically be build using Circle CI
31
- and Travis. When the build is successful then the Pull Request is ready for review.
30
+ After your Pull Request is created, it will automatically be build using Circle CI.
31
+ When the build is successful then the Pull Request is ready for review.
Original file line number Diff line number Diff line change 83
83
"@types/jest" : " 27.0.2" ,
84
84
"@types/node" : " 16.10.3" ,
85
85
"@types/qs" : " 6.9.7" ,
86
- "@typescript-eslint/eslint-plugin" : " 4.33 .0" ,
87
- "@typescript-eslint/parser" : " 4.33 .0" ,
86
+ "@typescript-eslint/eslint-plugin" : " 5.0 .0" ,
87
+ "@typescript-eslint/parser" : " 5.0 .0" ,
88
88
"codecov" : " 3.8.3" ,
89
- "eslint" : " 7.32 .0" ,
89
+ "eslint" : " 8.0 .0" ,
90
90
"eslint-config-prettier" : " 8.3.0" ,
91
91
"eslint-plugin-prettier" : " 4.0.0" ,
92
92
"eslint-plugin-simple-import-sort" : " 7.0.0" ,
You can’t perform that action at this time.
0 commit comments