0.2.1 • Published 9 years ago

one-guide v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

#one-guide Build Status

The solution based on jscs checker and eslint validator.

OneGuide is a tool that wraps jscs and eslint and provides an issues in one format.

Configs are built-in and not customizable.

##Cli tool

Pass direct file or glob pattern in quotes to check files.

$ one-guide "lib/**/*.js"

Pass -I or --ignore to provide exclusions

$ one-guide "lib/**/*.js" --ignore "lib/**/*.built.js"

Pass -c or --config to provide one of build-in configurations

$ one-guide "lib/**/*.js" --config yandex-node

##Plugins


LICENSE MIT