Skip to content

Commit

Permalink
[Dev Deps] update tape, jscs, semver, eslint, `@ljharb/eslint…
Browse files Browse the repository at this point in the history
…-config`, `nsp`
  • Loading branch information
ljharb committed Jul 4, 2016
1 parent 5139dd8 commit a53cc6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"object.entries": "^1.0.3"
},
"devDependencies": {
"tape": "^4.5.1",
"tape": "^4.6.0",
"covert": "^1.1.0",
"jscs": "^3.0.3",
"jscs": "^3.0.6",
"foreach": "^2.0.5",
"object.entries": "^1.0.3",
"make-arrow-function": "^1.1.0",
"make-generator-function": "^1.1.0",
"semver": "^5.1.0",
"eslint": "^2.11.0",
"@ljharb/eslint-config": "^5.0.0",
"nsp": "^2.4.0",
"semver": "^5.2.0",
"eslint": "^3.0.0",
"@ljharb/eslint-config": "^6.0.0",
"nsp": "^2.5.0",
"replace": "^0.3.0",
"es6-shim": "^0.35.1",
"core-js": "^2.4.0"
Expand Down
4 changes: 3 additions & 1 deletion test/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"rules": {
"max-statements-per-line": [2, { "max": 2 }]
"max-lines": 0,
"max-statements-per-line": [2, { "max": 2 }],
"max-statements": [1, 25]
}
}

0 comments on commit a53cc6f

Please sign in to comment.