Uladzimir Havenchyk
Uladzimir Havenchyk
> My issue was with mocks, after fixing them issue got resolved @wkul9429 how exactly did you fix it?
yes, it's the problem. And it turned out debugging of unhandled rejected promises is so painful
I really want to have this issue fixed, but @louisscruz @birge https://twitter.com/slicknet/status/782274190451671040
@benjamn @hwillson could you please shed some light? are you guys expecting a PR for this? Do you have it in backlog maybe?
I would provide a PR if this proposal is approved /cc @feross
Dear @feross I know how busy you're but maybe you will find some time to review the diff and say which one looks better for you?
/cc @brodybits
@sheerun do you mean in `standard-jsx`? could you please help with issue description I need to create in `standard-jsx`?
yeah, I used it, but I have other project specific rules which are not related to formatting, so I need to use `eslint` as a pre-step. submitted https://github.com/standard/standard/issues/1458
what worked for me is `yarn lerna add npmpackage --scope=@scope/my-package` you can use `npx` instead of `yarn` here