Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spajus/pronto-jscs
- Owner: spajus
- License: mit
- Created: 2015-12-03T12:54:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T14:06:34.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T06:02:31.482Z (16 days ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.