eslint-plugin-rainbow

0.2.0 • Public • Published

eslint-plugin-rainbow

Static AST checker for React Rainbow Components projects

Installation

You'll first need to install ESLint:

$ yarn add -D eslint

Next, install eslint-plugin-rainbow:

$ yarn add -D eslint-plugin-rainbow

Usage

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

{
    "plugins": [
        "rainbow"
    ]
}

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

{
    "rules": {
        "rainbow/no-double-negation-renderif": 2
    }
}

Supported Rules

  • no-double-negation-renderif
  • no-capitalized-props
  • no-required-props-ts-declaration

Package Sidebar

Install

npm i eslint-plugin-rainbow

Weekly Downloads

4

Version

0.2.0

License

MIT

Unpacked Size

71.1 kB

Total Files

17

Last publish

Collaborators

  • reiniergs