Skip to content

Commit ed6afeb

Browse files
authored
Merge pull request #123 from mdbenito/feature/update-deps
Update octokit, gitbeaker and others
2 parents c4951e5 + 37d2a1b commit ed6afeb

6 files changed

Lines changed: 856 additions & 941 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ settings.ts
3434
merge-requests.json
3535

3636
# ignore the lock
37-
package-lock.json
37+
#package-lock.json
3838

3939

4040
# Created by https://www.gitignore.io/api/visualstudiocode

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"trailingComma": "es5",
33
"tabWidth": 2,
44
"semi": true,
5-
"singleQuote": true
5+
"singleQuote": true,
6+
"arrowParens": "avoid"
67
}

0 commit comments

Comments
 (0)