eslint-plugin-wix-style-react

v1.0.418
Wix Style React Lint Plugin
eslint eslintplugin eslint-plugin

eslint-plugin-wix-style-react

Wix Style React Lint Plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-wix-style-react:

$ npm install eslint-plugin-wix-style-react --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-wix-style-react globally.

Usage

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

{
    "plugins": [
        "wix-style-react"
    ]
}

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

{
    "rules": {
        "wix-style-react/no-full-wsr-lib": 2
    }
}

Supported Rules

  • Fill in provided rules here
npm i eslint-plugin-wix-style-react

Metadata

  • ISC
  • >=0.10.0
  • yairhaimo
  • released 7/7/2022

Downloads