diff --git a/saofile.js b/saofile.js index c4e1061..59d3fd9 100644 --- a/saofile.js +++ b/saofile.js @@ -72,7 +72,7 @@ module.exports = { message: 'Choose an ESLint tool', type: 'list', default: 'xo', - choices: ['xo', 'standard', 'disable'] + choices: ['xo', 'standard', 'disabled'] }, { name: 'compile',