@ghadyani-eslint/eslint-plugin-rules

2.2.9 • Public • Published

Various rules both custom and modified from various sources.

@ghadyani-eslint/eslint-plugin-rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-arrow-body-parens:

$ npm install @ghadyani-eslint/eslint-plugin-rules --save-dev

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

Usage

Add @ghadyani-eslint/rules to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": [
    "@ghadyani-eslint/rules"
  ]
}

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

{
  "rules": {
    "@ghadyani-eslint/rules/proper-ternary-nesting": [ "error" ],
    "@ghadyani-eslint/rules/proper-ternary-parens": [ "error" ]
  }
}

Supported Rules

/@ghadyani-eslint/eslint-plugin-rules/

    Package Sidebar

    Install

    npm i @ghadyani-eslint/eslint-plugin-rules

    Weekly Downloads

    0

    Version

    2.2.9

    License

    ISC

    Unpacked Size

    371 kB

    Total Files

    8

    Last publish

    Collaborators

    • sawtaytoes