1.3.0 • Published 5 months ago
eslint-plugin-gj-ts v1.3.0
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.3.0
5 months ago
1.2.8
9 months ago
1.2.9
9 months ago
1.2.7
9 months ago
1.2.6
10 months ago
1.2.5
10 months ago
1.2.4
10 months ago
1.2.3
10 months ago
1.2.2
10 months ago
1.1.9
10 months ago
1.2.1
10 months ago
1.1.8
1 year ago
1.1.6
1 year ago
1.1.5
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.9
1 year ago
1.1.4
1 year ago
1.1.3
1 year ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
0.0.4
2 years ago