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.
no-param-reassign
1 parent 49dab88 commit 8ed1d85Copy full SHA for 8ed1d85
packages/eslint-config-airbnb-base/rules/best-practices.js
@@ -173,6 +173,7 @@ module.exports = {
173
props: true,
174
ignorePropertyModificationsFor: [
175
'acc', // for reduce accumulators
176
+ 'accumulator', // for reduce accumulators
177
'e', // for e.returnvalue
178
'ctx', // for Koa routing
179
'req', // for Express requests
0 commit comments