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 Oct 17, 2015
1 parent 0a44aa3 commit 471a794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"max-statements": [2, 12],
"new-cap": [2, { "capIsNewExceptions": ["RequireObjectCoercible"] }],
"no-invalid-this": [1],
"no-magic-numbers": [0],
"no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"]
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"tape": "^4.2.1",
"array-map": "^0.0.0",
"covert": "^1.1.0",
"jscs": "^2.3.0",
"jscs": "^2.3.3",
"nsp": "^1.1.0",
"eslint": "^1.6.0",
"@ljharb/eslint-config": "^1.3.0",
"eslint": "^1.7.1",
"@ljharb/eslint-config": "^1.4.0",
"@es-shims/api": "^1.0.0"
},
"testling": {
Expand Down

0 comments on commit 471a794

Please sign in to comment.