dgraham/eslint-plugin-jquery

Library makes no distinction utilities and traversal methods with the same name

edg2s opened this issue · 1 comments

edg2s commented

There are two separate methods called 'each' with different documentation pages:

The same is true of 'map':

Right, a single rule covers both cases so all jQuery iteration is deprecated together and can be replaced with native loops and maps.