Skip to content

Enable ESLint rules to discourage jQuery Ajax

Inactive Account requested to merge winh-eslint-no-jquery-ajax into master

Adds eslint-plugin-no-jquery and enables the following rules:

  • no-jquery/no-ajax
  • no-jquery/no-ajax-events
  • no-jquery/no-load
  • no-jquery/no-load-shorthand
  • no-jquery/no-serialize

This helps us to get rid of jQuery Ajax and eventually switch to jQuery slim build.

Edited by Inactive Account

Merge request reports