mirror of
https://gh.llkk.cc/https://github.com/Tetrakern/fictioneer-minimalist.git
synced 2025-10-03 18:21:00 +08:00
Update config.codekit3
This commit is contained in:
parent
766b274734
commit
e253acc166
1 changed files with 6 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue