I want a very simple eslint rule that ensures that the top line of every file says 'ouch'. Something like this seems to work - but how do I context.report it without a node? or how can I get a node which is the first line of the file to use? Should I be using a callback declared on an event in the 'return' instead (if so, which event)? Thanks!I want a very simple eslint rule that ensures t