Skip to content

Commit

Permalink
[Dev Deps] update browserify, tape, jscs, nsp, eslint, `@lj…
Browse files Browse the repository at this point in the history
…harb/eslint-config`
  • Loading branch information
ljharb committed Sep 28, 2016
1 parent 72cdbf5 commit 73278bd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
7 changes: 3 additions & 4 deletions .eslintrc
@@ -1,9 +1,8 @@
{
"root": true,

"globals": {
"System": false
},
"extends": "@ljharb",

"extends": "@ljharb"
"rules": {
}
}
10 changes: 8 additions & 2 deletions .jscs.json
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
}

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -43,14 +43,14 @@
"define-properties": "^1.1.2"
},
"devDependencies": {
"browserify": "^13.0.0",
"browserify": "^13.1.0",
"is": "^3.1.0",
"tape": "^4.5.1",
"tape": "^4.6.0",
"covert": "^1.1.0",
"jscs": "^2.11.0",
"nsp": "^2.2.2",
"eslint": "^2.5.3",
"@ljharb/eslint-config": "^2.2.0",
"jscs": "^3.0.7",
"nsp": "^2.6.1",
"eslint": "^3.6.1",
"@ljharb/eslint-config": "^8.0.0",
"@es-shims/api": "^1.2.0",
"for-each": "^0.3.2",
"parallelshell": "^2.0.0"
Expand Down

0 comments on commit 73278bd

Please sign in to comment.