Update config.codekit3
This commit is contained in:
parent
5dbcec6b7f
commit
760902d14b
@ -7,7 +7,7 @@
|
||||
"uuidString" : "8FBBED4B-FAF6-4EE5-AC20-B162062715B3"
|
||||
}
|
||||
],
|
||||
"creatorBuild" : "34576",
|
||||
"creatorBuild" : "34590",
|
||||
"files" : {
|
||||
"\/.gitattributes" : {
|
||||
"cB" : 0,
|
||||
@ -4647,10 +4647,6 @@
|
||||
"active" : 0,
|
||||
"optionString" : "{'before': true, 'after': true, 'overrides': {}}"
|
||||
},
|
||||
"line-comment-position" : {
|
||||
"active" : 0,
|
||||
"optionString" : "{'position': 'above'}"
|
||||
},
|
||||
"linebreak-style" : {
|
||||
"active" : 0,
|
||||
"optionString" : "'unix'"
|
||||
@ -4703,10 +4699,6 @@
|
||||
"active" : 0,
|
||||
"optionString" : "{'max': 1}"
|
||||
},
|
||||
"multiline-comment-style" : {
|
||||
"active" : 0,
|
||||
"optionString" : "'starred-block'"
|
||||
},
|
||||
"multiline-ternary" : {
|
||||
"active" : 0,
|
||||
"optionString" : "'always'"
|
||||
@ -4848,7 +4840,8 @@
|
||||
"active" : 0
|
||||
},
|
||||
"no-extra-boolean-cast" : {
|
||||
"active" : 1
|
||||
"active" : 1,
|
||||
"optionString" : "{'enforceForInnerExpressions': false}"
|
||||
},
|
||||
"no-extra-label" : {
|
||||
"active" : 0
|
||||
@ -4933,7 +4926,8 @@
|
||||
"optionString" : "{'ignore': [], 'ignoreArrayIndexes': true, 'ignoreDefaultValues': false, 'ignoreClassFieldInitialValues': false, 'enforceConst': false, 'detectObjects': false}"
|
||||
},
|
||||
"no-misleading-character-class" : {
|
||||
"active" : 1
|
||||
"active" : 1,
|
||||
"optionString" : "{'allowEscape': false}"
|
||||
},
|
||||
"no-mixed-operators" : {
|
||||
"active" : 0,
|
||||
@ -5301,7 +5295,8 @@
|
||||
"active" : 0
|
||||
},
|
||||
"require-unicode-regexp" : {
|
||||
"active" : 0
|
||||
"active" : 0,
|
||||
"optionString" : "{'requireFlag': 'u'}"
|
||||
},
|
||||
"require-yield" : {
|
||||
"active" : 1
|
||||
@ -5731,6 +5726,7 @@
|
||||
"tsImportHelpers" : 0,
|
||||
"tsIsolatedModules" : 0,
|
||||
"tsJSXFactory" : "React.createElement",
|
||||
"tsJSXFragmentFactory" : "Fragment",
|
||||
"tsNoEmitHelpers" : 0,
|
||||
"tsNoFallthroughCasesInSwitch" : 0,
|
||||
"tsNoImplicitAny" : 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user