0.2.7 • Published 6 years ago

eslint-scanner v0.2.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

eslint-scanner

eslint-scanner is a code specification check tool.ratherblue's eslint-html-reporter is used for create the result html.

  • Based on the eslint code standard specification
  • Display the results in HTML
  • You can customize eslint rules

Installation

$ npm -g install eslint-scanner

Usage

Simple

default eslint path: yourpath/.eslintrc(if it's not exsit, use airbnb).
default result file path: ./report.html

$ yourpath: escheck -f ./src

Then you can see the result file(report.html) under yourpath.

Set output path

$ yourpath: escheck -f ./src -o ./report.html

Set eslint-config

create .eslintrc in xxx/ and then:

$ yourpath: escheck -f ./src -c ./xxx/.eslintrc

Help

$: escheck --help  

  Usage: escheck [options] <src...>  

  Options:  

    -h, --help           output usage information  
    -V, --version        output the version number  
    -f, --path <path>    base directory for resolving paths  
    -c, --config <path>  .eslintrc path  
    -o, --output <path>  path for report html

License

MIT License

0.2.7

6 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago