Skip to content

Commit fef603a

Browse files
authored
fix: useless conditional (#1631)
* fix: useless conditional Error spotted by VS Code Advanced Security: If a condition always evaluates to true or always evaluates to false, this often indicates incomplete code or a latent bug and should be examined carefully. Recommendation Examine the surrounding code to determine why the condition is useless. If it is no longer needed, remove it. * Update htmlhint.js
1 parent 5a7e6e2 commit fef603a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

0 commit comments

Comments
 (0)