0.0.7 • Published 5 years ago

eslint-th v0.0.7

Weekly downloads
13
License
Apache-2.0
Repository
github
Last release
5 years ago

Eslint-th

Necessary

  1. eslint 7.+ more library
  2. Environment variable: NODE_PATH

Usage

eslint-th [options] file.js [file.js...]

Compare to eslint-cli, command has been extended as follow:

commanddescription
--allShow warning level, supersede quite (default false)
--rootSet up a working directory after which all paths follow
--autoAutomatic check file ".eslintrc, .eslintignore" (default true)

Remove command

  • --printConfig
  • --useStdin
  • --quite
  • --fix
  • --fix-dry-run
  • --fix-type

Plan

  • Increase inspection speed (very slow, too many to scan)
  • Remove the burden caused by fix function (bad function)
  • Remove cache
  • Achieve true "-quite" (take up extra time)
  • Complete statistics (e.g. number of scanned files and time consuming)
0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago