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 492ee73 commit fcfc106Copy full SHA for fcfc106
plugins/eslint-plugin-aws-toolkits/lib/rules/no-foreach.ts
@@ -12,7 +12,7 @@ export const errMsg = 'Avoid using .forEach as it can lead to race conditions'
12
export default ESLintUtils.RuleCreator.withoutDocs({
13
meta: {
14
docs: {
15
- description: 'disallow async functions with .forEach',
+ description: 'disallow .forEach',
16
recommended: 'recommended',
17
},
18
messages: {
0 commit comments