Skip to content

Commit

Permalink
update jscsrc according to last changes in google preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexej Yaroshevich committed Aug 20, 2014
1 parent 80f7584 commit c0924b6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"preset": "google",
"fileExtensions": "jscs",

"disallowSpacesInFunctionExpression": null
"requireParenthesesAroundIIFE": true,
"maximumLineLength": 120,
"validateLineBreaks": "LF",
"validateIndentation": 4,

"disallowKeywords": ["with"],
"disallowSpacesInsideObjectBrackets": null,
"disallowSpacesInFunctionExpression": null,
"disallowImplicitTypeConversion": ["string"],

"excludeFiles": [
"test/data/**"
]
}

0 comments on commit c0924b6

Please sign in to comment.