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 fixer for no-proxy #273

Closed edg2s closed 3 years ago

edg2s commented 4 years ago

Part of #115

codecov[bot] commented 4 years ago

Codecov Report

Merging #273 into master will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #273   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          101       101           
  Lines          580       583    +3     
=========================================
+ Hits           580       583    +3     
Impacted Files Coverage Δ
src/rules/no-and-self.js 100.00% <ø> (ø)
src/rules/no-error.js 100.00% <ø> (ø)
src/rules/no-escape-selector.js 100.00% <ø> (ø)
src/rules/no-is-array.js 100.00% <ø> (ø)
src/rules/no-is-function.js 100.00% <ø> (ø)
src/rules/no-load-shorthand.js 100.00% <ø> (ø)
src/rules/no-noop.js 100.00% <ø> (ø)
src/rules/no-now.js 100.00% <ø> (ø)
src/rules/no-parse-json.js 100.00% <ø> (ø)
src/rules/no-parse-xml.js 100.00% <ø> (ø)
... and 5 more
edg2s commented 4 years ago

This will require rebasing to add context to all the new fixers.

edg2s commented 4 years ago

Merge after the other fixers