eslint-plugin-northwell-eslint

0.0.0 • Public • Published

eslint-plugin-northwell-eslint

Eslint rules for Northwell React Native app

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-northwell-eslint:

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

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

Usage

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

{
    "plugins": [
        "northwell-eslint"
    ]
}

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

{
    "rules": {
        "northwell-eslint/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i eslint-plugin-northwell-eslint

Weekly Downloads

1

Version

0.0.0

License

ISC

Unpacked Size

10.3 kB

Total Files

12

Last publish

Collaborators

  • grshane