/one-guide

The solution based on jscs-checker and eslint-validator

Primary LanguageJavaScriptMIT LicenseMIT

#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