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 080c50f commit 3554fb1
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 @@ -45,7 +45,7 @@

"disallowSpacesInsideArrayBrackets": true,

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

"disallowSpaceAfterObjectKeys": true,

Expand Down Expand Up @@ -165,6 +165,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 @@ -51,13 +51,13 @@
"devDependencies": {
"tape": "^4.5.1",
"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",
"semver": "^5.1.0",
"replace": "^0.3.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 3554fb1

Please sign in to comment.