wikimedia / eslint-plugin-no-jquery

Control allowance of certain jQuery functions, and suggest or autofix alternatives.
MIT License
32 stars 8 forks source link

New config: `all` covers all usages of jQuery methods and utils #252

Closed edg2s closed 4 years ago

edg2s commented 4 years ago

Introduces two new rules: no-other-methods and no-other-utils

Fixes: #250

edg2s commented 4 years ago

Merge after #251

codecov[bot] commented 4 years ago

Codecov Report

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

@@            Coverage Diff            @@
##            master      #252   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           97        99    +2     
  Lines          540       561   +21     
=========================================
+ Hits           540       561   +21     
Impacted Files Coverage Δ
src/index.js 100.00% <ø> (ø)
src/rules/no-other-methods.js 100.00% <100.00%> (ø)
src/rules/no-other-utils.js 100.00% <100.00%> (ø)