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.
guard-for-in
1 parent 7de7ddf commit 0e894a5Copy full SHA for 0e894a5
1 file changed
configs/javascript.js
@@ -265,7 +265,9 @@ const suggestions = {
265
266
"grouped-accessor-pairs": "error",
267
268
- "guard-for-in": "error",
+ // No need
269
+ // In most cases, the developer understands what he is doing and where, so no additional checks are required
270
+ // "guard-for-in": "error",
271
272
// No need
273
// "id-denylist": ["error", []]
0 commit comments