I'm not sure if it's specifically for expression statements.
The case I found is:
// prettier-ignore
Object.defineProperties ( exports , {
hello: {
value() {
return 'Hello World!'
}
}
})
playground
On the other hand, ignore comment before a variable declaration worked (playground).