Skip to content

Commit

Permalink
style(jscs): reindent options in .jscs file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlinse committed Jun 1, 2014
1 parent 7e14b75 commit 8e8c2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"validateIndentation": 2,
"validateJSDoc": {
"checkParamNames": true,
"requireParamTypes": true
"checkParamNames": true,
"requireParamTypes": true
},
"validateLineBreaks": "LF",
"validateQuoteMarks": "'"
Expand Down

0 comments on commit 8e8c2de

Please sign in to comment.