Skip to content

princed/rescript-disable-eslint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%