Skip to content

Commit

Permalink
Updated style.js for airbnb#2428
Browse files Browse the repository at this point in the history
  • Loading branch information
ANaphade committed May 22, 2022
1 parent 7fdc87a commit 02da660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/rules/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ module.exports = {
},
{
selector: 'ForOfStatement',
message: 'iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in favor of array iterations.',
message: 'iterators/generators may require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, imperative loops should be avoided in favor of array iterations.',
},
{
selector: 'LabeledStatement',
Expand Down

0 comments on commit 02da660

Please sign in to comment.