Anderson Arboleya
Anderson Arboleya
There seems to be a bunch of issues connected to this problem, such as: https://github.com/tkqubo/codeclimate-tslint/issues/51
@davidchin Were you able to get it working somehow? @wingrunr21 Could you pls give some code sample of how you're getting around this problem?
@wingrunr21 I believe this is to share the same config among multiple projects, right? However, I'm still failing to see how this could solve the problem of the dependencies not...
I believe the root problem of this issue isn't related to what you're saying, unfortunately. Here's the thing, when you try to extend some custom `tslint` config that comes from...
The only aspect that doesn't work looks to me like the only problem. But I got your points and how you override your config file. Thank you for the insights.
@dblandin I was wondering if it can be done now (then we just need some instructions I guess), or if some update needs to be done on the codeclimate-side-of-things first....
Any news on this?
```javascript const queue = kue.createQueue({ ... }) queue.setMaxListeners(1000) //
Sorry, I forgot to mention that I already have eventmachine installed. ``` [10:31][nybras@nybras-2:~]$ gem list | grep eventmachine eventmachine (0.12.10) [14:28][nybras@nybras-2:~]$ sudo gem list | grep eventmachine Password: eventmachine (0.12.10)...
@mohammadfawaz Could you please elaborate a bit further on what is the use of `configurables`? I'm trying to figure out if that's something I should consider in the new [`typescript...