Skip to content

Commit

Permalink
feat: auto-fetching - continuation of #196 (#259)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
jdalrymple and Berkmann18 committed Jul 23, 2023
1 parent feefb2a commit f54703d
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 204 deletions.
9 changes: 5 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
module.exports = {
extends: [
require.resolve('eslint-config-kentcdodds'),
require.resolve('eslint-config-kentcdodds/jest'),
],
require.resolve('eslint-config-kentcdodds'),
require.resolve('eslint-config-kentcdodds/jest'),
],
rules: {
'func-names': 0,
'babel/camelcase': 0,
'import/extensions': 0,
'consistent-return': 0,
'no-process-exit': 0,
}
'no-continue': 0,
},
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"homepage": "https://github.com/all-contributors/all-contributors-cli#readme",
"dependencies": {
"@babel/runtime": "^7.7.6",
"ac-learn": "^1.5.1",
"async": "^3.1.0",
"chalk": "^4.0.0",
"ac-learn": "^1.0.3",
Expand All @@ -51,7 +52,7 @@
"inquirer": "^7.3.3",
"json-fixer": "^1.6.8",
"lodash": "^4.11.2",
"name-your-contributors": "^3.4.0",
"name-your-contributors": "^3.8.3",
"node-fetch": "^2.6.0",
"pify": "^5.0.0",
"yargs": "^15.0.1",
Expand Down
Loading

0 comments on commit f54703d

Please sign in to comment.