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 authored May 24, 2020
1 parent cdac9d4 commit cc99369
Show file tree
Hide file tree
Showing 5 changed files with 215 additions and 206 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,
},
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"homepage": "https://github.com/all-contributors/all-contributors-cli#readme",
"dependencies": {
"@babel/runtime": "^7.7.6",
"ac-learn": "^1.0.3",
"ac-learn": "^1.5.1",
"async": "^3.0.1",
"chalk": "^4.0.0",
"clui": "^0.3.6",
"didyoumean": "^1.2.1",
"inquirer": "^7.0.4",
"json-fixer": "^1.4.0",
"json-fixer": "^1.4.1",
"lodash": "^4.11.2",
"name-your-contributors": "^3.4.0",
"name-your-contributors": "^3.8.3",
"pify": "^5.0.0",
"request": "^2.72.0",
"yargs": "^15.0.1"
Expand Down
Loading

0 comments on commit cc99369

Please sign in to comment.