Skip to content

Commit

Permalink
Treat process.exit() the same as throw in code path analysis rules (n…
Browse files Browse the repository at this point in the history
…ode/process-exit-as-throw)

Fixes: standard/standard#699
  • Loading branch information
feross committed Mar 2, 2017
1 parent 62fd746 commit e5cf63a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -181,6 +181,7 @@
"import/no-webpack-loader-syntax": "error",

"node/no-deprecated-api": "error",
"node/process-exit-as-throw": "error",

"promise/param-names": "error",

Expand Down

0 comments on commit e5cf63a

Please sign in to comment.