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.
2 parents 33557e6 + 6b70a85 commit ab4baa4Copy full SHA for ab4baa4
etc/eslint/rules/stdlib.js
@@ -4371,7 +4371,7 @@ rules[ 'stdlib/no-nested-require' ] = 'error';
4371
* return inner();
4372
* }
4373
*/
4374
-rules[ 'stdlib/no-unnecessary-nested-functions' ] = 'error';
+rules[ 'stdlib/no-unnecessary-nested-functions' ] = 'off'; // FIXME: re-enable once we figured out the bug/patch
4375
4376
/**
4377
* Disallow the use of the `new Array()` constructor.
0 commit comments