Skip to content

Commit

Permalink
[Dev Deps] update tape, eslint, jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 15, 2015
1 parent 0a45177 commit 8f5e1d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
"maximum": 3
},

"requirePaddingNewLinesAfterUseStrict": true
"requirePaddingNewLinesAfterUseStrict": true,

"disallowArrowFunctions": true,

"validateOrderInObjectKeys": "asc-insensitive"
}

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"is-callable": "^1.0.4"
},
"devDependencies": {
"tape": "^4.0.2",
"jscs": "^2.0.0",
"eslint": "^1.0.0",
"tape": "^4.2.0",
"jscs": "^2.1.0",
"eslint": "^1.1.0",
"@ljharb/eslint-config": "^1.0.4",
"nsp": "^1.0.3"
},
Expand Down

0 comments on commit 8f5e1d5

Please sign in to comment.