javioverflow

Results 2 issues of javioverflow

I'm using Springboot and as shutdown hook I have the following: ```kotlin @PreDestroy fun stopIO() { server.stop() } ``` but when I restart the server I get that the address...

Is there a eslint plugin to allow this new syntax? I'm getting errors like: ESLint: Using pug each loops is forbidden.(vue-pug/no-pug-control-flow)