This slips through the validation. ``` if (some) { void 0; } ``` Okay or not okay? The style guide is unclear about this. I would assume this is better: ``` if (some) { void 0; } ```