diff --git a/config.jscs.json b/config.jscs.json
new file mode 100644
index 0000000..ac37532
--- /dev/null
+++ b/config.jscs.json
@@ -0,0 +1,49 @@
+{
+ "disallowKeywords": [
+ "with"
+ ],
+ "disallowKeywordsOnNewLine": [
+ "else"
+ ],
+ "disallowMixedSpacesAndTabs": true,
+ "disallowMultipleVarDecl": "exceptUndefined",
+ "disallowNewlineBeforeBlockStatements": true,
+ "disallowQuotedKeysInObjects": null,
+ "disallowSpaceAfterObjectKeys": true,
+ "disallowSpaceAfterPrefixUnaryOperators": true,
+ "disallowSpacesInFunction": {
+ "beforeOpeningRoundBrace": true
+ },
+ "disallowSpacesInsideParentheses": true,
+ "disallowTrailingWhitespace": true,
+ "maximumLineLength": 90,
+ "requireCamelCaseOrUpperCaseIdentifiers": true,
+ "requireCapitalizedComments": true,
+ "requireCapitalizedConstructors": true,
+ "requireCurlyBraces": true,
+ "requireSpaceAfterKeywords": [
+ "if",
+ "else",
+ "for",
+ "while",
+ "do",
+ "switch",
+ "case",
+ "return",
+ "try",
+ "catch",
+ "typeof"
+ ],
+ "requireSpaceAfterLineComment": true,
+ "requireSpaceAfterBinaryOperators": true,
+ "requireSpaceBeforeBinaryOperators": true,
+ "requireSpaceBeforeBlockStatements": true,
+ "requireSpaceBeforeObjectValues": true,
+ "requireSpacesInFunction": {
+ "beforeOpeningCurlyBrace": true
+ },
+ "requireTrailingComma": null,
+ "validateIndentation": 2,
+ "validateLineBreaks": "LF",
+ "validateQuoteMarks": "'"
+}
diff --git a/dist/template.html b/dist/template.html
index 24ef9fe..9123cc6 100644
--- a/dist/template.html
+++ b/dist/template.html
@@ -10,17 +10,15 @@
-->
-
+