1.0.6 • Published 4 years ago

eslint-plugin-gs-rules v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-gs-rules

Ganchrow Scientific's Custom Rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-gs-rules:

$ npm install eslint-plugin-gs-rules --save-dev

Usage

Extend the configuration using gs-rules/base configuration in your .eslintrc configuration file.

 {
  "extends": [
    "plugin:gs-rules/base"
  ]
};

Also you can use individual rules without extending a configuration

 'plugins': [
    'gs-rules'
  ],
{
    "rules": {
        "gs-rules/rule-name": 2
    }
}

Supported Rules

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago