Skip to content

Commit

Permalink
removed unnecessary eslint disabled lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gratcliff committed Jul 16, 2019
1 parent ce79af3 commit b17af48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/prompts.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ exports.generatePrompts = versionList => [
choices: versionList.map(v => {
return {
message: v.version,
// eslint-disable-next-line
value: v.version,
};
}),
Expand All @@ -37,7 +36,6 @@ exports.createVersionPrompt = (versionList, opts, isUpdate) => [
choices: versionList.map(v => {
return {
message: v.version,
// eslint-disable-next-line
value: v.version,
};
}),
Expand Down

0 comments on commit b17af48

Please sign in to comment.