Enhance Meteor Project Linting with eslint-import-resolver-meteor Plugin
Summary of my bookmarked Github repositories from Jul 5th, 2016
Github repositories
- clayne11/eslint-import-resolver-meteor
eslint-import-resolver-meteor is a plugin for the eslint-plugin-import that enables Meteor module resolution. By installing it through npm, you can configure the resolver in your .eslintrc.yml file. The resolver handles various Meteor-specific resolutions, including resolving imports from the project's root directory and enforcing correct import rules for client and server files. It also attempts to resolve Meteor package imports, although this feature may not work perfectly due to limitations in accessing package exports. Despite these limitations, using this resolver can greatly assist with linting Meteor projects.