Skip to content

Commit

Permalink
[Dev Deps] update eslint, jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 20, 2015
1 parent 594154b commit 512710b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .jscs.json
Expand Up @@ -147,6 +147,8 @@

"requireEnhancedObjectLiterals": false,

"requireObjectDestructuring": false
"requireObjectDestructuring": false,

"requireEarlyReturn": false
}

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -33,10 +33,10 @@
"jscs": "jscs tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js"
},
"devDependencies": {
"eslint": "^1.10.1",
"eslint": "^1.10.3",
"@ljharb/eslint-config": "^1.6.0",
"jasmine-node": "^1.14.5",
"jscs": "^2.6.0",
"jscs": "^2.7.0",
"uglify-js": "^2.6.1",
"replace": "^0.3.0",
"semver": "^5.1.0"
Expand Down

0 comments on commit 512710b

Please sign in to comment.