# eslint-plugin-wix-style-react

> Wix Style React Lint Plugin

Latest version **1.0.418** (published 2022-07-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install eslint-plugin-wix-style-react
pnpm add eslint-plugin-wix-style-react
yarn add eslint-plugin-wix-style-react
bun add eslint-plugin-wix-style-react
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.418 |
| Published | 2022-07-07 |
| First published | 2018-07-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 2 |
| Unpacked size | 18.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | yairhaimo |
| Maintainers | wix-ci, wix-ambassador, shahata, netanelgilad, wix-ci-publisher, wix-bi-publisher |
| Keywords | eslint, eslintplugin, eslint-plugin |

## Links

- npm: https://www.npmjs.com/package/eslint-plugin-wix-style-react
- Repository: https://github.com/wix-private/wix-ui
- Homepage: https://github.com/wix-private/wix-ui#readme
- Issues: https://github.com/wix-private/wix-ui/issues
- npm.io page: https://npm.io/package/eslint-plugin-wix-style-react

## Dependencies (2)

- [semver](https://npm.io/package/semver.md) ^5.6.0
- [resolve](https://npm.io/package/resolve.md) ^1.10.0

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.0.418 (latest) — 2022-07-07
- 1.0.414 — 2022-01-04
- 1.0.413 — 2021-02-11
- 1.0.412 — 2020-04-06
- 1.0.411 — 2020-04-05
- 1.0.410 — 2020-04-04
- 1.0.409 — 2020-04-03
- 1.0.408 — 2020-04-02
- 1.0.407 — 2020-04-01
- 1.0.406 — 2020-03-31
- 1.0.405 — 2020-03-30
- 1.0.404 — 2020-03-29
- 1.0.403 — 2020-03-28
- 1.0.402 — 2020-03-27
- 1.0.401 — 2020-03-26
- … 401 more at https://npm.io/package/eslint-plugin-wix-style-react/versions

## README

# eslint-plugin-wix-style-react

Wix Style React Lint Plugin

## Installation

You'll first need to install [ESLint](http://eslint.org):

```
$ 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:

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


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

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

## Supported Rules

* Fill in provided rules here

---
_Source: https://npm.io/package/eslint-plugin-wix-style-react · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
