Skip to content

fistlabs/one-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

The solution based on jscs-checker and eslint-validator

Resources

License

Stars

Watchers

Forks

Packages

No packages published