Skip to content

Commit

Permalink
[Dev Deps] update jscs, eslint, @ljharb/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 16, 2016
1 parent 3554fb1 commit e89adee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Expand Up @@ -4,7 +4,6 @@
"extends": "@ljharb",

"rules": {
"max-nested-callbacks": [2, 3],
"new-cap": [2, { "capIsNewExceptions": ["CheckObjectCoercible", "ToString"] }],
"no-invalid-this": [1]
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -51,12 +51,12 @@
"devDependencies": {
"tape": "^4.5.1",
"covert": "^1.1.0",
"jscs": "^3.0.1",
"jscs": "^3.0.2",
"nsp": "^2.3.0",
"eslint": "^2.7.0",
"eslint": "^2.8.0",
"semver": "^5.1.0",
"replace": "^0.3.0",
"@ljharb/eslint-config": "^2.2.0",
"@ljharb/eslint-config": "^3.0.1",
"@es-shims/api": "^1.2.0"
},
"testling": {
Expand Down
5 changes: 5 additions & 0 deletions test/.eslintrc
@@ -0,0 +1,5 @@
{
"rules": {
"max-nested-callbacks": [2, 3]
}
}

0 comments on commit e89adee

Please sign in to comment.