2.0.0 • Published 3 years ago

@princed/rescript-disable-eslint v2.0.0

Weekly downloads
296
License
MIT
Repository
github
Last release
3 years ago

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