1.2.9 • Published 10 days ago

eslint-plugin-gj-ts v1.2.9

Weekly downloads
-
License
ISC
Repository
-
Last release
10 days ago

eslint-plugin-rn

rn eslint

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @grewer/eslint-plugin-rn:

$ npm install @grewer/eslint-plugin-rn --save-dev

Usage

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

{
    "plugins": [
        "@grewer/rn"
    ]
}

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

{
    "rules": {
        "@grewer/rn/no-inner-style": 1
    }
}

Supported Rules

  • Fill in provided rules here
1.2.8

10 days ago

1.2.9

10 days ago

1.2.7

13 days ago

1.2.6

1 month ago

1.2.5

1 month ago

1.2.4

1 month ago

1.2.3

1 month ago

1.2.2

1 month ago

1.1.9

1 month ago

1.2.1

1 month ago

1.1.8

6 months ago

1.1.6

6 months ago

1.1.5

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

0.0.4

1 year ago