Skip to content

Commit

Permalink
[Dev Deps] update jscs, eslint, nsp, core-js
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 15, 2016
1 parent c798cfe commit 043d51c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

"disallowSpacesInsideArrayBrackets": true,

"disallowQuotedKeysInObjects": "allButReserved",
"disallowQuotedKeysInObjects": { "allExcept": ["reserved"] },

"disallowSpaceAfterObjectKeys": true,

Expand Down Expand Up @@ -164,6 +164,12 @@

"disallowArrayDestructuringReturn": false,

"requireNewlineBeforeSingleStatementsInIf": false
"requireNewlineBeforeSingleStatementsInIf": false,

"disallowUnusedVariables": true,

"requireSpacesInsideImportedObjectBraces": true,

"requireUseStrict": true
}

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
"devDependencies": {
"tape": "^4.5.1",
"covert": "^1.1.0",
"jscs": "^2.11.0",
"jscs": "^3.0.1",
"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.5.3",
"eslint": "^2.7.0",
"@ljharb/eslint-config": "^2.2.0",
"nsp": "^2.2.2",
"nsp": "^2.3.0",
"replace": "^0.3.0",
"es6-shim": "^0.35.0",
"core-js": "^2.2.1"
"core-js": "^2.2.2"
},
"testling": {
"files": "test/native.js",
Expand Down

0 comments on commit 043d51c

Please sign in to comment.