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 128d9bd commit 59d0c42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .jscs.json
Expand Up @@ -115,6 +115,10 @@
"maximum": 1
},

"requirePaddingNewLinesAfterUseStrict": true
"requirePaddingNewLinesAfterUseStrict": true,

"disallowArrowFunctions": true,

"validateOrderInObjectKeys": "asc-insensitive"
}

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"tape": "^4.0.3",
"covert": "^1.1.0",
"jscs": "^2.0.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 59d0c42

Please sign in to comment.