Skip to content

Commit 4275fd5

Browse files
committedAug 28, 2019
chore: remove lint err
1 parent 065e87e commit 4275fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎bin/utils/validate-options.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = function validateOptions(options) {
1515

1616
if (error) {
1717
console.error(error.message);
18+
// eslint-disable-next-line no-process-exit
1819
process.exit(-1);
1920
}
2021
};

0 commit comments

Comments
 (0)
Please sign in to comment.