Code Inspection: Non-block statement body
Reports if , while , for , and with statements whose bodies are not block statements. While such statements are legal JavaScript, it is usually safer for downstream maintenance to use the code blocks for statement bodies.
Last modified: 08 May 2020