one-guide

0.2.1 • Public • Published

#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

Readme

Keywords

none

Package Sidebar

Install

npm i one-guide

Weekly Downloads

0

Version

0.2.1

License

MIT

Last publish

Collaborators

  • golyshevd