Skip to content

Commit 45d6651

Browse files
committed
✨ update eslint CLI conf
1 parent 29f38f8 commit 45d6651

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint-config-cli/base.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ extends:
22
- '@dudeofawesome/node'
33

44
rules:
5+
# allow scripts to log simply
56
no-console: 'off'
7+
# allow scripts to exit
8+
n/no-process-exit: 'off'

0 commit comments

Comments
 (0)