GitHub - ruthlessammo/xecmascript: Exercism exercises in EcmaScript 6

Exercism exercises in ECMAScript 6

Running the Unit Test Suite

Node.js must be installed. We recommend using the latest stable version (v7 at the moment.)

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

Linting Your Code

This project uses 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.

All Assignments

The make script will build and test all exercises.

Contributing Guide

Please see the contributing guide

License

The MIT License (MIT)

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