Skip to content

Commit

Permalink
[Dev Deps] update jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 12, 2015
1 parent 8f3fcaa commit 393bf3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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"
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"tape": "^4.0.3",
"covert": "^1.1.0",
"jscs": "^2.0.0",
"jscs": "^2.1.0",
"foreach": "^2.0.5",
"make-arrow-function": "^1.0.0",
"make-generator-function": "^1.1.0",
Expand Down

0 comments on commit 393bf3f

Please sign in to comment.