We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4a585 commit 0f667aeCopy full SHA for 0f667ae
.eslintrc.js
@@ -158,6 +158,7 @@ module.exports = {
158
'unicorn/prefer-reflect-apply': 'error',
159
'unicorn/prefer-string-trim-start-end': 'error',
160
'unicorn/prefer-type-error': 'error',
161
+ // Discourage `.forEach` because it can lead to accidental, incorrect use of async callbacks.
162
'unicorn/no-array-for-each': 'error',
163
'security-node/detect-child-process': 'error',
164
0 commit comments