We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043f55f commit 6ead30dCopy full SHA for 6ead30d
.eslintrc.yaml
@@ -283,7 +283,7 @@ rules:
283
i/unambiguous: [0]
284
init-declarations: [0]
285
jquery/no-ajax-events: [2]
286
- jquery/no-ajax: [0]
+ jquery/no-ajax: [2]
287
jquery/no-animate: [2]
288
jquery/no-attr: [0]
289
jquery/no-bind: [2]
@@ -396,7 +396,7 @@ rules:
396
no-irregular-whitespace: [2]
397
no-iterator: [2]
398
no-jquery/no-ajax-events: [2]
399
- no-jquery/no-ajax: [0]
+ no-jquery/no-ajax: [2]
400
no-jquery/no-and-self: [2]
401
no-jquery/no-animate-toggle: [2]
402
no-jquery/no-animate: [2]
0 commit comments