Skip to content

Commit cc99369

Browse files
feat: auto-fetching - continuation of #196 (#259)
* fix: Adjusting file access that was clashing with uncontrolled promises * review: Adding code review changing and linting * fix(cli): rectify an async call Co-authored-by: Maximilian Berkmann <[email protected]>
1 parent cdac9d4 commit cc99369

File tree

5 files changed

+215
-206
lines changed

5 files changed

+215
-206
lines changed

.eslintrc.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
module.exports = {
22
extends: [
3-
require.resolve('eslint-config-kentcdodds'),
4-
require.resolve('eslint-config-kentcdodds/jest'),
5-
],
3+
require.resolve('eslint-config-kentcdodds'),
4+
require.resolve('eslint-config-kentcdodds/jest'),
5+
],
66
rules: {
77
'func-names': 0,
88
'babel/camelcase': 0,
99
'import/extensions': 0,
1010
'consistent-return': 0,
1111
'no-process-exit': 0,
12-
}
12+
'no-continue': 0,
13+
},
1314
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"homepage": "https://github.com/all-contributors/all-contributors-cli#readme",
4444
"dependencies": {
4545
"@babel/runtime": "^7.7.6",
46-
"ac-learn": "^1.0.3",
46+
"ac-learn": "^1.5.1",
4747
"async": "^3.0.1",
4848
"chalk": "^4.0.0",
4949
"clui": "^0.3.6",
5050
"didyoumean": "^1.2.1",
5151
"inquirer": "^7.0.4",
52-
"json-fixer": "^1.4.0",
52+
"json-fixer": "^1.4.1",
5353
"lodash": "^4.11.2",
54-
"name-your-contributors": "^3.4.0",
54+
"name-your-contributors": "^3.8.3",
5555
"pify": "^5.0.0",
5656
"request": "^2.72.0",
5757
"yargs": "^15.0.1"

0 commit comments

Comments
 (0)