Package Exports
- jscs
- jscs/bin/jscs
- jscs/lib/checker
- jscs/lib/checker.js
- jscs/lib/cli
- jscs/lib/cli-config
- jscs/lib/js-file
- jscs/lib/reporters/console
- jscs/lib/tree-iterator
- jscs/lib/utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jscs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
JSCS — JavaScript Code Style
JSCS is a code style linter for programmatically enforcing your style guide. You can configure JSCS for your project in detail using over 150 validation rules, including presets from popular style guides like jQuery, Airbnb, Google, and more.
More about JSCS
- Tutorial and Overview
- Try JSCS Online (Coming back soon!)
- Codestyle Rules
- How to Contribute
- Development Team