wikimedia / eslint-plugin-no-jquery

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

`no-append-html`: Catch `.add(html)` #309

Closed andersk closed 6 months ago

andersk commented 7 months ago
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4a5db0b) 100.00% compared to head (d59fd7c) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #309 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 103 103 Lines 608 608 ========================================= Hits 608 608 ``` | [Files](https://app.codecov.io/gh/wikimedia/eslint-plugin-no-jquery/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wikimedia) | Coverage Δ | | |---|---|---| | [src/rules/no-append-html.js](https://app.codecov.io/gh/wikimedia/eslint-plugin-no-jquery/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wikimedia#diff-c3JjL3J1bGVzL25vLWFwcGVuZC1odG1sLmpz) | `100.00% <100.00%> (ø)` | |
edg2s commented 6 months ago

Thanks. See also #310