Skip to content

Add support for eslint-import-resolver-meteor #200

@athyuttamre

Description

@athyuttamre

Support for Meteor was recently added to the eslint engine, but I forgot to mention another key component. Meteor projects often import like this:

  • import { Meteor } from 'meteor'
  • import /imports/ui/components/button/button

Typically the eslint engine fails both with the error Resolve error: unable to load resolver "meteor".. The fix is to use the eslint-import-resolver-meteor plugin, which is also recommended by Meteor's official guide.

Could we add support for this please?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions