Skip to content

Commit

Permalink
Disable no-console for CLI config
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen authored Mar 22, 2024
1 parent aa9df6a commit a0a06cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ module.exports = {

// Process.exit is used in CLI context to stop execution.
'no-process-exit': 'off',

// console.log is used all the time in the CLI context.
'no-console': 'off',
},
};

0 comments on commit a0a06cc

Please sign in to comment.