Switch to Koa, more es6

This commit is contained in:
Jonathan Cremin 2015-06-03 21:45:54 -07:00
parent 1090affc9c
commit b3abff99ae
36 changed files with 25573 additions and 928 deletions

View file

@ -1,4 +1,10 @@
{
"ecmaFeatures": {
"modules": true
},
"rules": {
"quotes": [2, "single", "avoid-escape"]
},
"env": {
"node": true,
"es6": true