Update config.codekit3

This commit is contained in:
Tetrakern 2025-09-07 12:54:43 +02:00
parent 766b274734
commit e253acc166

View file

@ -7,7 +7,7 @@
"uuidString" : "21EE8806-3582-481F-9C0D-9D2A8840CAB0"
}
],
"creatorBuild" : "34704",
"creatorBuild" : "34892",
"files" : {
"\/.gitattributes" : {
"cB" : 0,
@ -1201,6 +1201,9 @@
"active" : 0,
"optionString" : "{'skipBlankLines': false, 'ignoreComments': false}"
},
"no-unassigned-vars" : {
"active" : 0
},
"no-undef" : {
"active" : 1,
"optionString" : "{'typeof': false}"
@ -1281,7 +1284,8 @@
"active" : 0
},
"no-useless-escape" : {
"active" : 1
"active" : 1,
"optionString" : "{'allowRegexCharacters': []}"
},
"no-useless-rename" : {
"active" : 0,