Skip to content

Commit 9736c71

Browse files
author
Niels Dequeker
committed
Use Crockford configuration for JSCS
1 parent 1d02e06 commit 9736c71

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

.jscsrc

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
{
2-
"preset": "airbnb",
3-
"requireSpaceAfterKeywords": [
4-
"do",
5-
"for",
6-
"if",
7-
"else",
8-
"switch",
9-
"case",
10-
"try",
11-
"catch",
12-
"void",
13-
"while",
14-
"with",
15-
"return",
16-
"typeof",
17-
"function"
18-
]
19-
}
2+
"preset": "crockford",
3+
"validateIndentation": 2,
4+
"validateQuoteMarks": "'"
5+
}

0 commit comments

Comments
 (0)