Skip to content

Commit

Permalink
chore: remove lint err
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Aug 28, 2019
1 parent 065e87e commit 4275fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/utils/validate-options.js
Expand Up @@ -15,6 +15,7 @@ module.exports = function validateOptions(options) {

if (error) {
console.error(error.message);
// eslint-disable-next-line no-process-exit
process.exit(-1);
}
};

0 comments on commit 4275fd5

Please sign in to comment.