0.2.7 • Published 8 years ago

eslint-scanner v0.2.7

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago