eslint-plugin-isotropic

0.7.0 • Public • Published

eslint-plugin-isotropic

ESLint rules for Isotropic

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-isotropic:

$ npm install eslint-plugin-isotropic --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-isotropic globally.

Usage

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

{
    "plugins": [
        "isotropic"
    ]
}

Then extend your configuration:

{
    "extends": "plugin:isotropic/isotropic"
}

or configure the individual rules you want to use under the rules section.

{
    "rules": {
        "isotropic/rule-name": 2
    }
}

Custom Rules

Package Sidebar

Install

npm i eslint-plugin-isotropic

Weekly Downloads

0

Version

0.7.0

License

BSD-3-Clause

Unpacked Size

74.8 kB

Total Files

10

Last publish

Collaborators

  • ibigroup