Skip to content

Commit

Permalink
Merge b5c9561 into 9ab680c
Browse files Browse the repository at this point in the history
  • Loading branch information
amencionna committed Jan 21, 2018
2 parents 9ab680c + b5c9561 commit 71dca32
Show file tree
Hide file tree
Showing 6 changed files with 1,312 additions and 386 deletions.
3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

12 changes: 12 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,12 @@
module.exports = {
extends: 'eslint:recommended',
env: {
node: true
},
"parserOptions": {
"ecmaVersion": 6
},
rules: {
'no-console': 0
}
}

0 comments on commit 71dca32

Please sign in to comment.