ABuffSeagull / eslint-import-resolver-parcel

Parcel import resolution plugin for eslint-plugin-import
MIT License
12 stars 2 forks source link

Parcel 2 support #63

Open simonwiles opened 3 years ago

simonwiles commented 3 years ago

To support Parcel 2, this plugin would need (at minimum) to be able to handle named pipelines (see https://v2.parceljs.org/getting-started/migration/#importing-non-code-assets-from-javascript and https://v2.parceljs.org/configuration/plugin-configuration/#named-pipelines).

I think this would be pretty straightforward, and would be willing to open a PR if you would like to add Parcel 2 support to this package. Alternatively, I would be happy to fork and/or create a new eslint-import-resolver-parcel2 package if you would prefer to keep this plugin scoped to Parcel 1.

@ABuffSeagull, do you have a preference?

simonwiles commented 3 years ago

v1.0.0 released here: https://www.npmjs.com/package/eslint-import-resolver-parcel2