1.1.1 • Published 10 years ago
astro-jscs v1.1.1
astro-jscs
Astro module for running jscs style checking
USAGE
$cd anyJSProject
anyJSProject$ astro jscs
.jscsrc
Currently astro-jscs requires your project to have a .jscrc configuration file.
Options
--fix
Will auto-fix errors of a certain type, for more information see the jscs documentation
--esnext
Set esnext for ES6 projects
--preset
Set to use a predefined rules for specific code style, for more information see the jscs documentation