eslint-plugin-custom-import

0.0.6 • Public • Published

eslint-plugin-custom-import

Specify import path

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-custom-import:

npm install eslint-plugin-custom-import --save-dev

Usage

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

{
    "plugins": [
        "custom-import"
    ]
}

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

{
    "rules": {
        "custom-import/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-custom-import

Weekly Downloads

1

Version

0.0.6

License

ISC

Unpacked Size

5.02 kB

Total Files

7

Last publish

Collaborators

  • jinpark1