Socket
Socket
Sign inDemoInstall

eslint-plugin-module-resolver

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-module-resolver

Warn when using relative paths to modules aliased


Version published
Weekly downloads
16K
increased by7.25%
Maintainers
1
Weekly downloads
 
Created

Readme

Source

eslint-plugin-module-resolver

npm version npm downloads CircleCI codecov

Warn when using relative paths to modules aliased using babel-plugin-module-resolver

Installation

You'll first need to install ESLint:

yarn add --dev eslint

Next, install eslint-plugin-module-resolver:

yarn add --dev eslint-plugin-module-resolver

Usage

Add module-resolver to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["module-resolver"]
}

Then configure the rules you want to use under the rules section of .eslintrc.

{
  "rules": {
    "module-resolver/use-alias": 2
  }
}

Supported Rules

License

ESLint-plugin-module-resolver is licensed under the MIT License.

Keywords

FAQs

Package last updated on 05 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc