Skip to content

Commit c0924b6

Browse files
author
Alexej Yaroshevich
committed
update jscsrc according to last changes in google preset
1 parent 80f7584 commit c0924b6

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.jscsrc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"preset": "google",
3+
"fileExtensions": "jscs",
34

4-
"disallowSpacesInFunctionExpression": null
5+
"requireParenthesesAroundIIFE": true,
6+
"maximumLineLength": 120,
7+
"validateLineBreaks": "LF",
8+
"validateIndentation": 4,
9+
10+
"disallowKeywords": ["with"],
11+
"disallowSpacesInsideObjectBrackets": null,
12+
"disallowSpacesInFunctionExpression": null,
13+
"disallowImplicitTypeConversion": ["string"],
14+
15+
"excludeFiles": [
16+
"test/data/**"
17+
]
518
}

0 commit comments

Comments
 (0)