Sergey Markov

Results 7 comments of Sergey Markov

@brendonco This is my configuration for SublimeLinter-eslint. I spent a lot of time getting this. I hope it will help you. ``` // https://github.com/SublimeLinter/SublimeLinter-eslint "eslint": { "disable": false, "args": [...

@mantoni It can be solved with `--resolve-plugins-relative-to`. But right now you can't use it, because eslint_d doesn't know it. I open PR #121 to fix that.

But it looks like you don't need this option. Perhaps you forgot to install plugins for eslint. It must be installed in the same folder where installed eslint and eslin_d....

@lucasoares You can look on my [fork](https://github.com/Mar-Ser/sonar-gitlab-plugin). I also include some changes from https://github.com/javamachr/sonar-gitlab-plugin. My version for SonarQube < 7.9.x.

@lucasoares * https://github.com/javamachr/sonar-gitlab-plugin - SQ > 8 (preview mode deprecated) * https://github.com/Mar-Ser/sonar-gitlab-plugin - SQ < 7.9.x (origin plugin + some changes from @javamachr) * Origin repo - SQ < 7.9.x...

This solution is working. But the source-map package was updated without checking its compatibility, which led to this issue, as well as to the fact that Travis could not run...

@royalrex Sorry for I am not answering a long time... I spent much time to trying made it work. But even when it is not throwing errors - it is...