npm.io
1.0.2 • Published 6 years ago

rescript-disable-eslint

Licence
MIT
Version
1.0.2
Deps
0
Size
7 kB
Vulns
0
Weekly
0
Stars
1

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"
  ],

Keywords