dgraham / eslint-plugin-jquery

Disallow jQuery functions with native equivalents.
MIT License
209 stars 22 forks source link

Add "no-submit" rule #6

Closed mislav closed 7 years ago

mislav commented 7 years ago

Disallows $(form).submit() expressions in favor of dispatchEvent + native form.submit().