Skip to content

Commit

Permalink
Rm todo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertAKARobin committed Sep 5, 2024
1 parent 640b76c commit cf2463b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/lib/rules/element-newline.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ module.exports = {
}
return `<${node.name}>`;
default:
return `<${node.type}>`; // TODO1
return `<${node.type}>`;
}
}

Expand Down

0 comments on commit cf2463b

Please sign in to comment.