wikimedia / eslint-plugin-no-jquery

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

allow nth-child selector #296

Closed kkmuffme closed 2 years ago

kkmuffme commented 2 years ago

Fix https://github.com/wikimedia/eslint-plugin-no-jquery/issues/295

codecov[bot] commented 2 years ago

Codecov Report

Merging #296 (7924449) into master (6fc6a60) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #296   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          102       102           
  Lines          607       607           
=========================================
  Hits           607       607           
Impacted Files Coverage Δ
src/rules/no-sizzle.js 100.00% <100.00%> (ø)
edg2s commented 2 years ago

Merged with tests at #297