wikimedia / eslint-plugin-no-jquery

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

Allow rules to disable get/set separately, starting with no-html #285

Closed edg2s closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #285 (ad5b733) into master (9b87d5b) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #285   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          101       101           
  Lines          583       590    +7     
=========================================
+ Hits           583       590    +7     
Impacted Files Coverage Δ
src/rules/no-html.js 100.00% <ø> (ø)
src/utils.js 100.00% <100.00%> (ø)
edg2s commented 2 years ago

Options should be documented in the description.

edg2s commented 2 years ago

This should be ready