Skip to content

Commit

Permalink
fix type once again
Browse files Browse the repository at this point in the history
  • Loading branch information
engineerklimov committed Nov 19, 2024
1 parent 4897ecc commit 379edb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules/
doc/api
test/integration/rules/td-headers-attr/td-headers-attr.html
4 changes: 2 additions & 2 deletions test/integration/rules/td-headers-attr/td-headers-attr.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
</table>

<table id="fail5">
<th role="cell" id="th-role-cell-hdr">Hello</td>
<th role="cell" id="th-role-cell-hdr">Hello</th>
<td headers="th-role-cell-hdr">World</td>
</table>

<table id="fail6">
<th role="button" id="th-role-button-hdr">Hello</td>
<th role="button" id="th-role-button-hdr">Hello</th>
<td headers="th-role-button-hdr">World</td>
</table>

Expand Down

0 comments on commit 379edb8

Please sign in to comment.