Skip to content

Commit 645bf16

Browse files
committed
Lock down eslint to 2.2.x.
1 parent 35339ba commit 645bf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"babel-eslint": "^5.0.0",
3131
"babel-preset-es2015": "^6.6.0",
3232
"coveralls": "^2.11.8",
33-
"eslint": "^2.2.0",
33+
"eslint": "2.2.x",
3434
"istanbul": "^1.0.0-alpha.2",
3535
"mocha": "^2.4.5",
3636
"rimraf": "^2.5.2"

0 commit comments

Comments
 (0)