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

[Refactor] extract type parameters to a variable #3634

[Refactor] `jsx-props-no-multi-spaces`: extract type parameters to var

ca30f77
Select commit
Failed to load commit list.
Merged

[Refactor] extract type parameters to a variable #3634

[Refactor] `jsx-props-no-multi-spaces`: extract type parameters to var
ca30f77
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Nov 3, 2023 in 0s

97.65% (+0.00%) compared to 41d9b61

View this Pull Request on Codecov

97.65% (+0.00%) compared to 41d9b61

Details

Codecov Report

Merging #3634 (ca30f77) into master (41d9b61) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3634   +/-   ##
=======================================
  Coverage   97.64%   97.65%           
=======================================
  Files         132      132           
  Lines        9360     9369    +9     
  Branches     3427     3429    +2     
=======================================
+ Hits         9140     9149    +9     
  Misses        220      220           
Files Coverage Δ
lib/rules/boolean-prop-naming.js 99.40% <100.00%> (+0.01%) ⬆️
lib/rules/function-component-definition.js 99.00% <100.00%> (ø)
lib/rules/jsx-props-no-multi-spaces.js 100.00% <100.00%> (ø)
lib/util/propTypes.js 97.44% <100.00%> (+0.01%) ⬆️