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