aboutsummaryrefslogtreecommitdiffstats
path: root/.jscs.json
diff options
context:
space:
mode:
Diffstat (limited to '.jscs.json')
-rw-r--r--.jscs.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/.jscs.json b/.jscs.json
index 6540c8f39..b78228431 100644
--- a/.jscs.json
+++ b/.jscs.json
@@ -18,6 +18,5 @@
"disallowMultipleLineBreaks": true,
"disallowKeywordsOnNewLine": [ "else" ],
"requireLineFeedAtFileEnd": true,
-
- "excludeFiles": [ "src/intro.js", "src/outro.js" ]
+ "disallowSpaceAfterObjectKeys": true
}