# rescript-disable-eslint

> Enable web worker-loader for your create-react-app project.

Latest version **1.0.2** (published 2020-06-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install rescript-disable-eslint
pnpm add rescript-disable-eslint
yarn add rescript-disable-eslint
bun add rescript-disable-eslint
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-06-26 |
| First published | 2019-06-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | linonetwo |
| Maintainers | linonetwo012 |
| Keywords | rescript, react, create-react-app, eject, eslint, cra, rewired |

## Links

- npm: https://www.npmjs.com/package/rescript-disable-eslint
- Repository: https://github.com/linonetwo/rescript-disable-eslint
- Homepage: https://github.com/linonetwo/rescript-disable-eslint#readme
- Issues: https://github.com/linonetwo/rescript-disable-eslint/issues
- npm.io page: https://npm.io/package/rescript-disable-eslint

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2020-06-26
- 1.0.1 — 2019-06-23

## README

# rescript-disable-eslint

Disable preflight eslint check, so you can just check it in your code editor and CI.

## Usage

```shell
npm i -D rescript-disable-eslint
```

Set up rescript [as how its document said](https://github.com/harrysolovay/rescripts#2-define-a-rescripts-field-and-specify-which-to-use), then add `'disable-eslint'` to the list, for example:

```json
  "rescripts": [
    [
      "use-babel-config",
      ".babelrc.js"
    ],
    "disable-eslint",
    "worker-loader"
  ],
```

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