diff --git a/config.codekit3 b/config.codekit3 index cf85b4f..ef8020a 100644 --- a/config.codekit3 +++ b/config.codekit3 @@ -7,7 +7,7 @@ "uuidString" : "DB120F8A-61FE-4E84-A9E8-F4DDEDA93CC5" } ], - "creatorBuild" : "34704", + "creatorBuild" : "34892", "files" : { "\/.gitattributes" : { "cB" : 0, @@ -1176,6 +1176,9 @@ "active" : 0, "optionString" : "{'skipBlankLines': false, 'ignoreComments': false}" }, + "no-unassigned-vars" : { + "active" : 0 + }, "no-undef" : { "active" : 0, "optionString" : "{'typeof': false}" @@ -1256,7 +1259,8 @@ "active" : 0 }, "no-useless-escape" : { - "active" : 1 + "active" : 1, + "optionString" : "{'allowRegexCharacters': []}" }, "no-useless-rename" : { "active" : 0,