Skip to content

Commit

Permalink
⚡ Allow process.exit in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFoldi committed Oct 8, 2023
1 parent 88bc189 commit bbd6c83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/bundled-eslint-config/src/setup/for-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ export const nodeGlobals: Globals = {

export const nodePlugins: Plugins = {}

export const nodeRules: Rules = {}
export const nodeRules: Rules = {
'unicorn/no-process-exit': 'off'
}

0 comments on commit bbd6c83

Please sign in to comment.