Skip to content

Commit

Permalink
Replaces node/no-process-exit rule with unicorn/no-process-exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Mar 1, 2021
1 parent 1967854 commit 8d3a9fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
'node/no-extraneous-require': 'error',
'node/no-new-require': 'error',
'node/no-path-concat': 'error',
'node/no-process-exit': 'error',
'node/no-sync': 'error',
'node/no-unpublished-bin': 'error',
'node/no-unpublished-import': 'error',
Expand Down
1 change: 1 addition & 0 deletions src/unicorn.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
},
],
'unicorn/no-object-as-default-parameter': 'error',
'unicorn/no-process-exit': 'error',
'unicorn/no-this-assignment': 'error',
'unicorn/no-unused-properties': 'error',
'unicorn/no-zero-fractions': 'error',
Expand Down

0 comments on commit 8d3a9fc

Please sign in to comment.