1.1.1 • Published 10 years ago

astro-jscs v1.1.1

Weekly downloads
2
License
MIT
Repository
-
Last release
10 years ago

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

Want options?

Submit a PR or open an issue

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago