Skip to content

Commit

Permalink
[Dev Deps] update jscs, nsp, eslint, @es-shims/api
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 15, 2016
1 parent aaeb1a7 commit d878ea6
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 @@ -163,6 +163,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 @@ -46,11 +46,11 @@
"tape": "^4.5.1",
"array-map": "^0.0.0",
"covert": "^1.1.0",
"jscs": "^2.11.0",
"nsp": "^2.2.2",
"eslint": "^2.5.3",
"jscs": "^3.0.1",
"nsp": "^2.3.0",
"eslint": "^2.7.0",
"@ljharb/eslint-config": "^2.2.0",
"@es-shims/api": "^1.1.0"
"@es-shims/api": "^1.2.0"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit d878ea6

Please sign in to comment.