Skip to content

Commit

Permalink
Merge pull request #14119 from strapi/chore/ignore-process-exit-warnings
Browse files Browse the repository at this point in the history
Chore: Ignore process.exit eslint warnings
  • Loading branch information
gu-stav committed Aug 18, 2022
2 parents 482c00e + 1194616 commit f4035f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.back.js
Expand Up @@ -28,7 +28,7 @@ module.exports = {
'no-use-before-define': 'warn',
'no-param-reassign': 'warn',
'no-continue': 'warn',
'no-process-exit': 'warn',
'no-process-exit': 'off',
'no-plusplus': 'warn',
'no-loop-func': 'warn',
'guard-for-in': 'warn',
Expand Down

0 comments on commit f4035f4

Please sign in to comment.