diff options
Diffstat (limited to '.jscs.json')
-rw-r--r-- | .jscs.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.jscs.json b/.jscs.json index 6540c8f39..f2d8a1fb7 100644 --- a/.jscs.json +++ b/.jscs.json @@ -19,5 +19,5 @@ "disallowKeywordsOnNewLine": [ "else" ], "requireLineFeedAtFileEnd": true, - "excludeFiles": [ "src/intro.js", "src/outro.js" ] + "excludeFiles": [ "src/intro.js", "src/outro.js", "src/sizzle/**/*" ] } |