Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rescript-disable-eslint

linonetwo102MIT1.0.2

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

rescript, react, create-react-app, eject, eslint, cra, rewired

readme

rescript-disable-eslint

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

Usage

npm i -D rescript-disable-eslint

Set up rescript as how its document said, then add 'disable-eslint' to the list, for example:

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