wikimedia / eslint-plugin-no-jquery

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

Release v3.0.0 #321

Closed edg2s closed 4 months ago

edg2s commented 4 months ago

Fixes #320

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (6f5cc33) to head (f056a08).

:exclamation: Current head f056a08 differs from pull request most recent head 4b3a450

Please upload reports for the commit 4b3a450 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #321 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 103 103 Lines 603 603 ========================================= Hits 603 603 ```
jdforrester commented 4 months ago

Also, please don't name branches how we name tags, otherwise it's easy to pull/push to the wrong thing. I always use release-v1.2.3 for this reason.