Skip to content

Commit

Permalink
Remove moot ESLint disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 30, 2018
1 parent f657cd3 commit 4ea8f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const listProcesses = async (processes, flags) => {
message: 'Running processes:',
type: 'autocomplete',
pageSize: 10,
source: async (answers, input) => filterProcesses(input, processes, flags) // eslint-disable-line require-await
source: async (answers, input) => filterProcesses(input, processes, flags)
}]);

try {
Expand Down

0 comments on commit 4ea8f35

Please sign in to comment.