eslint-plugin-wix-style-react

1.0.418 • Public • Published

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

/eslint-plugin-wix-style-react/

    Package Sidebar

    Install

    npm i eslint-plugin-wix-style-react

    Weekly Downloads

    91

    Version

    1.0.418

    License

    ISC

    Unpacked Size

    18.8 kB

    Total Files

    16

    Last publish

    Collaborators

    • arielh
    • falconci
    • yurynix
    • itai.benda
    • wix-ci
    • wix-ambassador
    • shahata
    • netanelgilad
    • wix-ci-publisher
    • wix-bi-publisher