Skip to content

Commit

Permalink
add explanation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hweinstock committed Dec 20, 2024
1 parent 6b4a585 commit 0f667ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ module.exports = {
'unicorn/prefer-reflect-apply': 'error',
'unicorn/prefer-string-trim-start-end': 'error',
'unicorn/prefer-type-error': 'error',
// Discourage `.forEach` because it can lead to accidental, incorrect use of async callbacks.
'unicorn/no-array-for-each': 'error',
'security-node/detect-child-process': 'error',

Expand Down

0 comments on commit 0f667ae

Please sign in to comment.