wikimedia / eslint-plugin-no-jquery

Control allowance of certain jQuery functions, and suggest or autofix alternatives.
MIT License
32 stars 8 forks source link

Add `allowAjaxEvents` option to `no-event-shorthand` and use in `deprecated-3.3` #209

Closed edg2s closed 4 years ago

edg2s commented 4 years ago

Ajax event shorthands were not deprecated until 3.5.

jdforrester commented 4 years ago

Should we add a deprecated-3.5 profile, then?

jdforrester commented 4 years ago

(Just found #207.)