Skip to content

Commit

Permalink
[Dev Deps] update tape, jscs, eslint, @ljharb/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 6, 2015
1 parent b03d8e9 commit 3cbf28a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .jscs.json
Expand Up @@ -27,6 +27,8 @@
"WithStatement"
],

"requireObjectKeysOnNewLine": false,

"requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true },
"requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true },
"disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true },
Expand Down Expand Up @@ -117,6 +119,8 @@

"disallowArrowFunctions": true,

"disallowMultiLineTernary": true,

"validateOrderInObjectKeys": "asc-insensitive"
}

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -29,13 +29,13 @@
"devDependencies": {
"foreach": "^2.0.5",
"is": "^3.1.0",
"tape": "^4.2.0",
"tape": "^4.2.1",
"indexof": "^0.0.1",
"covert": "^1.1.0",
"jscs": "^2.1.1",
"jscs": "^2.2.1",
"nsp": "^1.1.0",
"eslint": "^1.5.1",
"@ljharb/eslint-config": "^1.2.0",
"eslint": "^1.6.0",
"@ljharb/eslint-config": "^1.3.0",
"semver": "^5.0.3"
},
"testling": {
Expand Down

0 comments on commit 3cbf28a

Please sign in to comment.