Skip to content

Commit

Permalink
Merge branch 'release/v2.0.0-beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanonly1 committed Dec 30, 2016
2 parents 7cbbc94 + f28d1fa commit 9a78535
Show file tree
Hide file tree
Showing 14 changed files with 8,145 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"extends": "standard",
"plugins": [
"standard",
"promise"
],
"env": {
"jest": true,
"mocha": true,
"node": true
},
"globals":{
"define": true
},
"rules": {
"one-var": ["error", "always"],
"semi": ["error", "always"],
"no-unused-vars": ["warn"],
"no-debugger": ["warn"]
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
Loading

0 comments on commit 9a78535

Please sign in to comment.