Skip to content

Commit

Permalink
Pin eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Dec 15, 2015
1 parent 188f5af commit 92e48ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"coveralls": "^2.11.4",
"esdoc": "^0.4.3",
"esdoc-importpath-plugin": "0.0.1",
"eslint": "^1.10.2",
"eslint-config-mysticatea": "^2.0.0-config-0.2.2",
"eslint": "^1.10.3",
"eslint-config-mysticatea": "2.0.0-config-0.2.2",
"isparta": "^4.0.0",
"mocha": "^2.3.4",
"power-assert": "^1.2.0",
Expand Down
3 changes: 3 additions & 0 deletions test/lib/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
],
"rules": {
"no-console": 0
},
"globals": {
"Promise": false
}
}

0 comments on commit 92e48ea

Please sign in to comment.