We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f38f8 commit 45d6651Copy full SHA for 45d6651
eslint-config-cli/base.yaml
@@ -2,4 +2,7 @@ extends:
2
- '@dudeofawesome/node'
3
4
rules:
5
+ # allow scripts to log simply
6
no-console: 'off'
7
+ # allow scripts to exit
8
+ n/no-process-exit: 'off'
0 commit comments