UNPKG

node-each

Version:

Node asynchronous for each that avoids blocking Node Event Loop

34 lines 613 B
{ "rules": { "no-alert": 0, "no-bitwise": 0, "camelcase": 1, "curly": 1, "eqeqeq": 0, "no-eq-null": 0, "guard-for-in": 1, "no-empty": 1, "no-use-before-define": 0, "no-obj-calls": 2, "no-unused-vars": 0, "new-cap": 1, "no-shadow": 0, "strict": [2, "global"], "no-invalid-regexp": 2, "comma-dangle": 2, "no-undef": 1, "no-new": 1, "no-extra-semi": 1, "no-debugger": 2, "no-caller": 1, "semi": 1, "quotes": [1, "single"], "no-unreachable":2 }, "globals": { }, "env":{ "mocha": true, "node": true } }