wikimedia / eslint-plugin-no-jquery

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

code: Move joinLiterals to utils and share between two rules #324

Closed edg2s closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (1c58586) to head (a88a9a6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #324 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 103 103 Lines 605 601 -4 ========================================= - Hits 605 601 -4 ``` | [Files](https://app.codecov.io/gh/wikimedia/eslint-plugin-no-jquery/pull/324?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wikimedia) | Coverage Δ | | |---|---|---| | [src/rules/no-parse-html-literal.js](https://app.codecov.io/gh/wikimedia/eslint-plugin-no-jquery/pull/324?src=pr&el=tree&filepath=src%2Frules%2Fno-parse-html-literal.js&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wikimedia#diff-c3JjL3J1bGVzL25vLXBhcnNlLWh0bWwtbGl0ZXJhbC5qcw==) | `100.00% <100.00%> (ø)` | | | [src/rules/no-sizzle.js](https://app.codecov.io/gh/wikimedia/eslint-plugin-no-jquery/pull/324?src=pr&el=tree&filepath=src%2Frules%2Fno-sizzle.js&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wikimedia#diff-c3JjL3J1bGVzL25vLXNpenpsZS5qcw==) | `100.00% <100.00%> (ø)` | | | [src/utils.js](https://app.codecov.io/gh/wikimedia/eslint-plugin-no-jquery/pull/324?src=pr&el=tree&filepath=src%2Futils.js&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wikimedia#diff-c3JjL3V0aWxzLmpz) | `100.00% <100.00%> (ø)` | |