Skip to content

[Fix] no-unknown-property: allow abbr on <th> and <td>#3419

Merged
ljharb merged 1 commit intojsx-eslint:masterfrom
OleksiiKachan:th-td-abbr
Sep 7, 2022
Merged

[Fix] no-unknown-property: allow abbr on <th> and <td>#3419
ljharb merged 1 commit intojsx-eslint:masterfrom
OleksiiKachan:th-td-abbr

Conversation

@OleksiiKachan
Copy link
Copy Markdown
Contributor

@OleksiiKachan OleksiiKachan commented Sep 7, 2022

@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 7, 2022

Codecov Report

Merging #3419 (fd90b0e) into master (8aa023a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3419   +/-   ##
=======================================
  Coverage   97.62%   97.62%           
=======================================
  Files         123      123           
  Lines        8959     8959           
  Branches     3272     3272           
=======================================
  Hits         8746     8746           
  Misses        213      213           
Impacted Files Coverage Δ
lib/rules/no-unknown-property.js 98.82% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Comment thread tests/lib/rules/no-unknown-property.js Outdated
Copy link
Copy Markdown
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebased and reverted the unrelated formatting changes

@ljharb ljharb merged commit fd90b0e into jsx-eslint:master Sep 7, 2022
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.

react/no-unknown-property: allow abbr on th

2 participants