UNPKG

stop-iteration-iterator

Version:

Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.

15 lines (11 loc) 162 B
{ "root": true, "extends": "@ljharb", "globals": { "StopIteration": false, }, "rules": { "func-name-matching": [2, "always"], "id-length": 0, }, }