Marko Bonaći

Results 30 comments of Marko Bonaći

If you're going to accept the patch, please tell me where can I find/sign the CLA.

Sure, the Docker Engine was in beta until 2-3 months ago :) I signed the CLA, so you can wait until you feel comfortable enough with docker-machine, but I don't...

FYI: https://docs.docker.com/installation/mac says: > Note: This release of Docker deprecates the Boot2Docker command line in favor of Docker Machine. Use the Docker Toolbox to install Docker Machine as well as...

Isn't it a bit cleaner?

@jordaaash Would you accept a PR which adds an ability to specify alias mapping for your two rules? Similar to these two: [eslint-import-resolver-custom-alias](https://github.com/laysent/eslint-import-resolver-custom-alias) and [eslint-import-resolver-alias](https://github.com/johvin/eslint-import-resolver-alias). Ideally, it would take the...

FYI just to report that I managed to do a rewrite in which the existing import resolution aliases (webpack, jsconfig, tsconfig...) are taken into account. I decided to publish a...

@jordaaash No worries. > If there's an opportunity for us to consolidate... I'd be open to that. You can ping me here when you check it out.

@aorcsik thanks for the mention. JFYI that repo is in maintenance mode, because I made a switch to rust-based `Oxlint`, which dropped the linting time of my codebase from 7...

@kitsunekyo I added this tag, but I guess it's not "super noticeable":

It reports errors for peer dependencies and I'd like to avoid installing prettier (and other deps), since I'm not using it: ``` ERROR(TypeScript) Cannot find module 'prettier' or its corresponding...