Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New rule: no-nodelist-unsupported-methods #78

Merged
merged 1 commit into from
May 15, 2022

Conversation

edg2s
Copy link
Member

@edg2s edg2s commented May 11, 2022

This rule disallows NodeList prototype methods unsupported by various browsers.

Upstream issue: https://phabricator.wikimedia.org/T298911

This rule disallows NodeList prototype methods unsupported by various browsers.
@codecov-commenter
Copy link

codecov-commenter commented May 11, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (6c93a03) to head (17b4243).

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #78   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         9    +1     
  Lines          113       123   +10     
=========================================
+ Hits           113       123   +10     
Files Coverage Δ
src/index.js 100.00% <ø> (ø)
src/rules/no-nodelist-unsupported-methods.js 100.00% <100.00%> (ø)

@edg2s edg2s requested review from jdlrobson and Krinkle May 11, 2022 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants