eslint-import-resolver-meteor icon indicating copy to clipboard operation
eslint-import-resolver-meteor copied to clipboard

Packages

Open ExcelNet-Public opened this issue 9 years ago • 1 comments
trafficstars

Found another "case" that needs to be handled. If you are writing a meteor package you do not end up having the .meteor folder for you to be matching against. Instead you would have to use the package.js in the root folder to determine inclusion and specifically the api.use() functions. This one will require a bit more coding.

ExcelNet-Public avatar May 19 '16 19:05 ExcelNet-Public

Good catch. IMO Meteor packages are pretty much deprecated at this point except for build plugins. I'm not going to write this functionality but I'd be happy to accept a PR (with tests).

clayne11 avatar May 19 '16 19:05 clayne11