Skip to content

Commit

Permalink
[Dev Deps] update jscs, eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 1, 2015
1 parent bb7b413 commit 0a0f1be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@

"disallowArrowFunctions": true,

"disallowMultiLineTernary": true,

"validateOrderInObjectKeys": "asc-insensitive"
}

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"tape": "^4.2.0",
"array-map": "^0.0.0",
"covert": "^1.1.0",
"jscs": "^2.1.1",
"jscs": "^2.2.1",
"nsp": "^1.1.0",
"eslint": "^1.5.0",
"eslint": "^1.5.1",
"@ljharb/eslint-config": "^1.2.0",
"@es-shims/api": "^1.0.0"
},
Expand Down

0 comments on commit 0a0f1be

Please sign in to comment.