Skip to content

Commit 17baf1a

Browse files
Update JS dependencies, remove eslint-plugin-jquery (#31402)
- Result of `make update-js` - Added 1 new eslint rule - Autofixed 1 new eslint issue - Remove `eslint-plugin-jquery` as `eslint-plugin-no-jquery` does all it does and is actually the maintained fork of it. - Tested all affected `dependencies` --------- Co-authored-by: wxiaoguang <[email protected]>
1 parent 9c80928 commit 17baf1a

File tree

4 files changed

+482
-526
lines changed

4 files changed

+482
-526
lines changed

.eslintrc.yaml

+1-50
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ plugins:
1616
- eslint-plugin-array-func
1717
- eslint-plugin-github
1818
- eslint-plugin-i
19-
- eslint-plugin-jquery
2019
- eslint-plugin-no-jquery
2120
- eslint-plugin-no-use-extend-native
2221
- eslint-plugin-regexp
@@ -282,55 +281,6 @@ rules:
282281
i/prefer-default-export: [0]
283282
i/unambiguous: [0]
284283
init-declarations: [0]
285-
jquery/no-ajax-events: [2]
286-
jquery/no-ajax: [2]
287-
jquery/no-animate: [2]
288-
jquery/no-attr: [2]
289-
jquery/no-bind: [2]
290-
jquery/no-class: [0]
291-
jquery/no-clone: [2]
292-
jquery/no-closest: [0]
293-
jquery/no-css: [2]
294-
jquery/no-data: [0]
295-
jquery/no-deferred: [2]
296-
jquery/no-delegate: [2]
297-
jquery/no-each: [0]
298-
jquery/no-extend: [2]
299-
jquery/no-fade: [2]
300-
jquery/no-filter: [0]
301-
jquery/no-find: [0]
302-
jquery/no-global-eval: [2]
303-
jquery/no-grep: [2]
304-
jquery/no-has: [2]
305-
jquery/no-hide: [2]
306-
jquery/no-html: [0]
307-
jquery/no-in-array: [2]
308-
jquery/no-is-array: [2]
309-
jquery/no-is-function: [2]
310-
jquery/no-is: [2]
311-
jquery/no-load: [2]
312-
jquery/no-map: [2]
313-
jquery/no-merge: [2]
314-
jquery/no-param: [2]
315-
jquery/no-parent: [0]
316-
jquery/no-parents: [2]
317-
jquery/no-parse-html: [2]
318-
jquery/no-prop: [2]
319-
jquery/no-proxy: [2]
320-
jquery/no-ready: [2]
321-
jquery/no-serialize: [2]
322-
jquery/no-show: [2]
323-
jquery/no-size: [2]
324-
jquery/no-sizzle: [2]
325-
jquery/no-slide: [2]
326-
jquery/no-submit: [2]
327-
jquery/no-text: [2]
328-
jquery/no-toggle: [2]
329-
jquery/no-trigger: [0]
330-
jquery/no-trim: [2]
331-
jquery/no-val: [0]
332-
jquery/no-when: [2]
333-
jquery/no-wrap: [2]
334284
line-comment-position: [0]
335285
logical-assignment-operators: [0]
336286
max-classes-per-file: [0]
@@ -740,6 +690,7 @@ rules:
740690
unicorn/no-lonely-if: [2]
741691
unicorn/no-magic-array-flat-depth: [0]
742692
unicorn/no-negated-condition: [0]
693+
unicorn/no-negation-in-equality-check: [2]
743694
unicorn/no-nested-ternary: [0]
744695
unicorn/no-new-array: [0]
745696
unicorn/no-new-buffer: [0]

0 commit comments

Comments
 (0)