Skip to content

Commit 45ec39e

Browse files
committed
JSCS: Disable some presets
1 parent 7151cb7 commit 45ec39e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.jscsrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"preset": "ember-suave",
3+
"disallowTrailingComma": null,
4+
"disallowVar": null,
5+
"requireCamelCaseOrUpperCaseIdentifiers": null,
6+
"requireCommentsToIncludeAccess": null,
7+
"requireParenthesesAroundArrowParam": null,
38
"validateIndentation": 4
49
}

0 commit comments

Comments
 (0)