Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spajus/pronto-jscs

JSCS runner for Pronto
https://github.com/spajus/pronto-jscs

Last synced: 7 days ago
JSON representation

JSCS runner for Pronto

Awesome Lists containing this project

README

        

# Pronto runner for JSCS

[![Gem Version](https://badge.fury.io/rb/pronto-jscs.png)](http://badge.fury.io/rb/pronto-jscs)

Pronto runner for [JSCS](http://jscs.info/), JavaScript Code Style checker.
[What is Pronto?](https://github.com/mmozuras/pronto)

## Prerequisites

You'll need to be able to run `jscs` from command line. See [jscs.info](http://jscs.info).

## Config

If you have a *.jscsrc* file in the root of your project, that will be used.
Alternatively the environment variable *JSCSRC_LOCATION* can specify an alternative location.
Otherwise, the *airbnb* config is used.