Skip to content

Commit

Permalink
Merge pull request #339 from octodemo/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies to latest
  • Loading branch information
yuichielectric authored Sep 22, 2022
2 parents 169a220 + 9e866ee commit 4a9e74a
Show file tree
Hide file tree
Showing 9 changed files with 13,217 additions and 14,796 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"rules": {
"eslint-comments/no-use": "off",
"i18n-text/no-en": "off",
"import/no-namespace": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "error",
Expand Down Expand Up @@ -50,5 +51,12 @@
"node": true,
"es6": true,
"jest/globals": true
},
"settings": {
"import/resolver": {
"typescript": {
"project": "./"
}
}
}
}
2 changes: 1 addition & 1 deletion __tests__/required_reviewers.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Settings, ReviewGatekeeper} from '../src/review_gatekeeper'
import {Settings, ReviewGatekeeper} from '../src/review-gatekeeper'

test('Top level minimum', async () => {
const settings: Settings = {
Expand Down
5,698 changes: 4,582 additions & 1,116 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4a9e74a

Please sign in to comment.