eslint-import-resolver-meteor
eslint-import-resolver-meteor copied to clipboard
Logic behind choosing package or version file
I don't really get the logic behind: https://github.com/clayne11/eslint-import-resolver-meteor/blob/master/index.js#L93
Why do you choose the package file when there's a colon? Because this seems to break when I have custom packages with a colon that imply other packages. The implied packages are not resolved.