# no-dead-reference A `` comment should go at the top of a file -- otherwise it is just a normal comment. **Bad**: ```ts console.log("Hello world!"); /// ``` **Good**: ```ts /// console.log("Hello world!"); ```