1.0.1 • Published 7 years ago

ned-lint v1.0.1

Weekly downloads
7
License
CC0-1.0
Repository
github
Last release
7 years ago

ned-lint

Linter for ned built on top of standard

install

npm install ned-lint

help

  Usage: ned-lint [options] [files...]

  Options:

    -h, --help   output usage information
    -w, --watch

[files...] can be globs or paths. If none given, lint **/*.js in the current directory. If a single path to a directory is given, lint **/*.js in that directory. Anything else will be considered as is.

Some files will be ignored. See standard for details.