|
7 | 7 | "uuidString" : "ECE3F09A-2816-43C6-9715-3F4A30BD28C5" |
8 | 8 | } |
9 | 9 | ], |
10 | | - "creatorBuild" : "34335", |
| 10 | + "creatorBuild" : "34365", |
11 | 11 | "files" : { |
12 | 12 | "\/.github\/FUNDING.yml" : { |
13 | 13 | "cB" : 0, |
|
419 | 419 | "oAP" : "\/src\/templates", |
420 | 420 | "oF" : 0 |
421 | 421 | }, |
| 422 | + "\/src\/translations\/en\/field-manager.php" : { |
| 423 | + "cB" : 0, |
| 424 | + "ft" : 8192, |
| 425 | + "hM" : 0, |
| 426 | + "oA" : 2, |
| 427 | + "oAP" : "\/src\/translations\/en\/field-manager.php", |
| 428 | + "oF" : 0 |
| 429 | + }, |
422 | 430 | "\/src\/twigextensions\/Extension.php" : { |
423 | 431 | "cB" : 0, |
424 | 432 | "ft" : 8192, |
|
444 | 452 | "creationDate" : 528723773, |
445 | 453 | "displayValue" : "field-manager", |
446 | 454 | "displayValueWasSetByUser" : 0, |
447 | | - "iconImageName" : "meme-ariel", |
448 | | - "iconImageWasSetByUser" : 0 |
| 455 | + "iconImageName" : "brackets-koamaru", |
| 456 | + "iconImageWasSetByUser" : 1 |
449 | 457 | }, |
450 | 458 | "projectSettings" : { |
451 | 459 | "abortBuildOnError" : 1, |
|
795 | 803 | "active" : 0, |
796 | 804 | "optionString" : "'1tbs', {'allowSingleLine': true}" |
797 | 805 | }, |
798 | | - "callback-return" : { |
799 | | - "active" : 0, |
800 | | - "optionString" : "['callback', 'cb', 'next']" |
801 | | - }, |
802 | 806 | "camelcase" : { |
803 | 807 | "active" : 0, |
804 | 808 | "optionString" : "{'properties': 'always'}" |
|
890 | 894 | "active" : 0, |
891 | 895 | "optionString" : "'expression'" |
892 | 896 | }, |
| 897 | + "function-call-argument-newline" : { |
| 898 | + "active" : 0, |
| 899 | + "optionString" : "'always'" |
| 900 | + }, |
893 | 901 | "function-paren-newline" : { |
894 | 902 | "active" : 0, |
895 | 903 | "optionString" : "'multiline'" |
|
902 | 910 | "active" : 0, |
903 | 911 | "optionString" : "{'allowImplicit': false}" |
904 | 912 | }, |
905 | | - "global-require" : { |
906 | | - "active" : 0 |
907 | | - }, |
908 | 913 | "grouped-accessor-pairs" : { |
909 | 914 | "active" : 0, |
910 | 915 | "optionString" : "'anyOrder'" |
911 | 916 | }, |
912 | 917 | "guard-for-in" : { |
913 | 918 | "active" : 0 |
914 | 919 | }, |
915 | | - "handle-callback-err" : { |
916 | | - "active" : 0, |
917 | | - "optionString" : "'err'" |
918 | | - }, |
919 | | - "id-blacklist" : { |
| 920 | + "id-denylist" : { |
920 | 921 | "active" : 0, |
921 | 922 | "optionString" : "'data', 'err', 'e', 'cb', 'callback'" |
922 | 923 | }, |
|
1040 | 1041 | "active" : 0, |
1041 | 1042 | "optionString" : "{'allow': ['~'], 'int32Hint': true}" |
1042 | 1043 | }, |
1043 | | - "no-buffer-constructor" : { |
1044 | | - "active" : 0 |
1045 | | - }, |
1046 | 1044 | "no-caller" : { |
1047 | 1045 | "active" : 0 |
1048 | 1046 | }, |
|
1070 | 1068 | "no-const-assign" : { |
1071 | 1069 | "active" : 1 |
1072 | 1070 | }, |
| 1071 | + "no-constant-binary-expression" : { |
| 1072 | + "active" : 0 |
| 1073 | + }, |
1073 | 1074 | "no-constant-condition" : { |
1074 | 1075 | "active" : 1, |
1075 | 1076 | "optionString" : "{'checkLoops': true}" |
|
1104 | 1105 | "no-dupe-keys" : { |
1105 | 1106 | "active" : 1 |
1106 | 1107 | }, |
| 1108 | + "no-duplicate-case" : { |
| 1109 | + "active" : 1 |
| 1110 | + }, |
1107 | 1111 | "no-duplicate-imports" : { |
1108 | 1112 | "active" : 0, |
1109 | 1113 | "optionString" : "{'includeExports': false}" |
|
1145 | 1149 | "no-extra-boolean-cast" : { |
1146 | 1150 | "active" : 1 |
1147 | 1151 | }, |
1148 | | - "no-extra-labels" : { |
| 1152 | + "no-extra-label" : { |
1149 | 1153 | "active" : 0 |
1150 | 1154 | }, |
1151 | 1155 | "no-extra-parens" : { |
|
1233 | 1237 | "active" : 0, |
1234 | 1238 | "optionString" : "{'groups': [['+', '-', '*', '\/', '%', '**'], ['&', '|', '^', '~', '<<', '>>', '>>>'], ['==', '!=', '===', '!==', '>', '>=', '<', '<='], ['&&', '||'], ['in', 'instanceof']], 'allowSamePrecedence': true}" |
1235 | 1239 | }, |
1236 | | - "no-mixed-requires" : { |
1237 | | - "active" : 0, |
1238 | | - "optionString" : "{'grouping': false, 'allowCall': false }" |
1239 | | - }, |
1240 | 1240 | "no-mixed-spaces-and-tabs" : { |
1241 | 1241 | "active" : 0, |
1242 | 1242 | "optionString" : "" |
|
1271 | 1271 | "no-new-object" : { |
1272 | 1272 | "active" : 0 |
1273 | 1273 | }, |
1274 | | - "no-new-require" : { |
1275 | | - "active" : 0 |
1276 | | - }, |
1277 | 1274 | "no-new-symbol" : { |
1278 | 1275 | "active" : 1 |
1279 | 1276 | }, |
|
1296 | 1293 | "active" : 0, |
1297 | 1294 | "optionString" : "{'props': false}" |
1298 | 1295 | }, |
1299 | | - "no-path-concat" : { |
1300 | | - "active" : 0 |
1301 | | - }, |
1302 | 1296 | "no-plusplus" : { |
1303 | 1297 | "active" : 0, |
1304 | 1298 | "optionString" : "{'allowForLoopAfterthoughts': false}" |
1305 | 1299 | }, |
1306 | | - "no-process-env" : { |
1307 | | - "active" : 0 |
1308 | | - }, |
1309 | | - "no-process-exit" : { |
1310 | | - "active" : 0 |
1311 | | - }, |
1312 | 1300 | "no-promise-executor-return" : { |
1313 | 1301 | "active" : 0 |
1314 | 1302 | }, |
|
1336 | 1324 | "no-restricted-imports" : { |
1337 | 1325 | "active" : 0 |
1338 | 1326 | }, |
1339 | | - "no-restricted-modules" : { |
1340 | | - "active" : 0, |
1341 | | - "optionString" : "" |
1342 | | - }, |
1343 | 1327 | "no-restricted-properties" : { |
1344 | 1328 | "active" : 0, |
1345 | 1329 | "optionString" : "[{'object': 'disallowedObjectName', 'property': 'disallowedPropertyName'}, {'object': 'disallowedObjectName', 'property': 'anotherDisallowedPropertyName', 'message': 'Please use allowedObjectName.allowedPropertyName.'}]" |
|
1382 | 1366 | "no-sparse-arrays" : { |
1383 | 1367 | "active" : 1 |
1384 | 1368 | }, |
1385 | | - "no-sync" : { |
1386 | | - "active" : 0, |
1387 | | - "optionString" : "{'allowAtRootLevel': false}" |
1388 | | - }, |
1389 | 1369 | "no-tabs" : { |
1390 | 1370 | "active" : 0, |
1391 | 1371 | "optionString" : "" |
|
1617 | 1597 | "require-await" : { |
1618 | 1598 | "active" : 0 |
1619 | 1599 | }, |
1620 | | - "require-jsdoc" : { |
1621 | | - "active" : 0, |
1622 | | - "optionString" : "{'require': {'FunctionDeclaration': true, 'MethodDefinition': false, 'ClassDeclaration': false, 'ArrowFunctionExpression': false}}" |
1623 | | - }, |
1624 | 1600 | "require-unicode-regexp" : { |
1625 | 1601 | "active" : 0 |
1626 | 1602 | }, |
|
1706 | 1682 | "active" : 1, |
1707 | 1683 | "optionString" : "" |
1708 | 1684 | }, |
1709 | | - "valid-jsdoc" : { |
1710 | | - "active" : 0, |
1711 | | - "optionString" : "{'prefer': {'return': 'returns'}, 'requireReturn': true, 'requireReturnDescription': true, 'requireReturnType': true, 'requireParamDescription': true}" |
1712 | | - }, |
1713 | 1685 | "valid-typeof" : { |
1714 | 1686 | "active" : 1, |
1715 | 1687 | "optionString" : "{'requireStringLiterals': true}" |
|
2210 | 2182 | "active" : 0, |
2211 | 2183 | "flagValue" : -1 |
2212 | 2184 | }, |
| 2185 | + "keep_numbers" : { |
| 2186 | + "active" : 0, |
| 2187 | + "flagValue" : -1 |
| 2188 | + }, |
2213 | 2189 | "keep_quoted_props" : { |
2214 | 2190 | "active" : 0, |
2215 | 2191 | "flagValue" : -1 |
|
2234 | 2210 | "active" : 1, |
2235 | 2211 | "flagValue" : 1 |
2236 | 2212 | }, |
| 2213 | + "preserve_annotations" : { |
| 2214 | + "active" : 0, |
| 2215 | + "flagValue" : -1 |
| 2216 | + }, |
2237 | 2217 | "properties" : { |
2238 | 2218 | "active" : 1, |
2239 | 2219 | "flagValue" : -1 |
|
2338 | 2318 | "active" : 0, |
2339 | 2319 | "flagValue" : -1 |
2340 | 2320 | }, |
| 2321 | + "wrap_func_args" : { |
| 2322 | + "active" : 1, |
| 2323 | + "flagValue" : -1 |
| 2324 | + }, |
2341 | 2325 | "wrap_iife" : { |
2342 | 2326 | "active" : 0, |
2343 | 2327 | "flagValue" : -1 |
|
0 commit comments