Skip to content

Commit

Permalink
fix: properly disable eslint (#9)
Browse files Browse the repository at this point in the history
`const useLinter = eslint !== 'disabled'`
  • Loading branch information
2nthony authored and egoist committed May 5, 2019
1 parent ba293a7 commit 4b1aaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saofile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4b1aaa5

Please sign in to comment.