Skip to content

Commit

Permalink
[Dev Deps] update jscs, eslint, @ljharb/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 18, 2015
1 parent f581c20 commit 9410d5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@

"disallowMultiLineTernary": true,

"validateOrderInObjectKeys": "asc-natural"
"validateOrderInObjectKeys": "asc-natural",

"disallowIdenticalDestructuringNames": true,

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

"requireSpaceAfterComma": true
}

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"devDependencies": {
"tape": "^4.2.1",
"covert": "^1.1.0",
"jscs": "^2.2.1",
"jscs": "^2.3.4",
"nsp": "^1.1.0",
"eslint": "^1.6.0",
"@ljharb/eslint-config": "^1.3.0",
"eslint": "^1.7.1",
"@ljharb/eslint-config": "^1.4.1",
"make-arrow-function": "^1.1.0",
"make-generator-function": "^1.1.0",
"semver": "^5.0.3",
Expand Down

0 comments on commit 9410d5e

Please sign in to comment.