Sha256: ff0289ddf9899bf64b0a65e722ea6f668b93ffd7807edc102b34d9c36373d194

Contents?: true

Size: 997 Bytes

Versions: 7

Compression:

Stored size: 997 Bytes

Contents

# xECMAScript [![Build Status](https://travis-ci.org/exercism/xecmascript.svg?branch=master)](https://travis-ci.org/exercism/xecmascript)

Exercism exercises in ECMAScript 6

## Running the Unit Test Suite

[Node.js](https://nodejs.org) must be installed.  We recommend using the latest stable version (v7 at the moment.)

    % npm install

Then, the `make` command will install other dependencies as needed.

### Linting Your Code
This project uses [eslint](https://github.com/eslint/eslint) to help you write quality JavaScript code by checking for common formatting errors, enforcing style rules, and suggesting changes that conform to best practices.  

    % npm run lint-test
   

### All Assignments
The make script will build and test all exercises.

    % make

## Contributing Guide

Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data)

## License

The MIT License (MIT)

Copyright (c) 2014 Katrina Owen, _@kytrinyx.com

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trackler-2.1.0.11 tracks/ecmascript/README.md
trackler-2.1.0.10 tracks/ecmascript/README.md
trackler-2.1.0.9 tracks/ecmascript/README.md
trackler-2.1.0.8 tracks/ecmascript/README.md
trackler-2.1.0.7 tracks/ecmascript/README.md
trackler-2.1.0.6 tracks/ecmascript/README.md
trackler-2.1.0.5 tracks/ecmascript/README.md