Skip to content

Commit

Permalink
[Dev Deps] update tape, jscs, nsp, eslint, `@ljharb/eslint-co…
Browse files Browse the repository at this point in the history
…nfig`
  • Loading branch information
ljharb committed Mar 28, 2016
1 parent 261533c commit f9473c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion .jscs.json
Expand Up @@ -156,6 +156,13 @@

"requireImportAlphabetized": false,

"disallowSpacesInsideTemplateStringPlaceholders": true
"requireSpaceBeforeObjectValues": true,
"requireSpaceBeforeDestructuredValues": true,

"disallowSpacesInsideTemplateStringPlaceholders": true,

"disallowArrayDestructuringReturn": false,

"requireNewlineBeforeSingleStatementsInIf": false
}

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -41,13 +41,13 @@
"function-bind": "^1.1.0"
},
"devDependencies": {
"tape": "^4.4.0",
"tape": "^4.5.1",
"array-map": "^0.0.0",
"covert": "^1.1.0",
"jscs": "^2.10.1",
"nsp": "^2.2.0",
"eslint": "^2.1.0",
"@ljharb/eslint-config": "^2.1.1",
"jscs": "^2.11.0",
"nsp": "^2.2.2",
"eslint": "^2.5.3",
"@ljharb/eslint-config": "^2.2.0",
"@es-shims/api": "^1.1.0"
},
"testling": {
Expand Down

0 comments on commit f9473c7

Please sign in to comment.