eslint-import-resolver-node (0.3.9)

Published 2026-02-24 13:56:09 +00:00 by atheaadmin

Installation

registry=
npm install eslint-import-resolver-node@0.3.9
"eslint-import-resolver-node": "0.3.9"

About this package

eslint-import-resolver-node

npm

Default Node-style module resolution plugin for eslint-plugin-import.

Published separately to allow pegging to a specific version in case of breaking changes.

Config is passed directly through to resolve as options:

settings:
  import/resolver:
    node:
      extensions:
        # if unset, default is just '.js', but it must be re-added explicitly if set
        - .js
        - .jsx
        - .es6
        - .coffee

      paths:
        # an array of absolute paths which will also be searched
        # think NODE_PATH
        - /usr/local/share/global_modules

      # this is technically for identifying `node_modules` alternate names
      moduleDirectory:

        - node_modules # defaults to 'node_modules', but...
        - bower_components

        - project/src  # can add a path segment here that will act like
                       # a source root, for in-project aliasing (i.e.
                       # `import MyStore from 'stores/my-store'`)

or to use the default options:

settings:
  import/resolver: node

Dependencies

Dependencies

ID Version
debug ^3.2.7
is-core-module ^2.13.0
resolve ^1.22.4

Development Dependencies

ID Version
chai ^3.5.0
mocha ^3.5.3
nyc ^11.9.0

Keywords

eslint eslintplugin esnext modules eslint-plugin-import
Details
npm
2026-02-24 13:56:09 +00:00
1
Ben Mosher
MIT
latest
2.4 KiB
Assets (1)
Versions (1) View all
0.3.9 2026-02-24