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 22, 2015
1 parent fc0da59 commit f8bb7a9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
10 changes: 9 additions & 1 deletion .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@

"disallowArrowFunctions": true,

"validateOrderInObjectKeys": "asc-insensitive"
"disallowMultiLineTernary": true,

"validateOrderInObjectKeys": "asc-insensitive",

"disallowIdenticalDestructuringNames": true,

"disallowNestedTernaries": { "maxLevel": 1 },

"requireSpaceAfterComma": true
}

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
],
"dependencies": {},
"devDependencies": {
"tape": "^4.2.0",
"tape": "^4.2.2",
"covert": "^1.1.0",
"jscs": "^2.1.1",
"eslint": "^1.5.1",
"@ljharb/eslint-config": "^1.2.0",
"jscs": "^2.3.5",
"eslint": "^1.7.3",
"@ljharb/eslint-config": "^1.4.1",
"editorconfig-tools": "^0.1.1",
"nsp": "^1.1.0"
},
Expand Down
1 change: 0 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ test('makeArrowFunction.list() is an array', function (t) {
}
t.end();
});

0 comments on commit f8bb7a9

Please sign in to comment.