|
7 | 7 | "uuidString" : "ECE3F09A-2816-43C6-9715-3F4A30BD28C5" |
8 | 8 | } |
9 | 9 | ], |
10 | | - "creatorBuild" : "34335", |
| 10 | + "creatorBuild" : "34359", |
11 | 11 | "files" : { |
12 | 12 | "\/.github" : { |
13 | 13 | "ft" : 65536, |
|
691 | 691 | "active" : 0, |
692 | 692 | "optionString" : "'1tbs', {'allowSingleLine': true}" |
693 | 693 | }, |
694 | | - "callback-return" : { |
695 | | - "active" : 0, |
696 | | - "optionString" : "['callback', 'cb', 'next']" |
697 | | - }, |
698 | 694 | "camelcase" : { |
699 | 695 | "active" : 0, |
700 | 696 | "optionString" : "{'properties': 'always'}" |
|
786 | 782 | "active" : 0, |
787 | 783 | "optionString" : "'expression'" |
788 | 784 | }, |
| 785 | + "function-call-argument-newline" : { |
| 786 | + "active" : 0, |
| 787 | + "optionString" : "'always'" |
| 788 | + }, |
789 | 789 | "function-paren-newline" : { |
790 | 790 | "active" : 0, |
791 | 791 | "optionString" : "'multiline'" |
|
798 | 798 | "active" : 0, |
799 | 799 | "optionString" : "{'allowImplicit': false}" |
800 | 800 | }, |
801 | | - "global-require" : { |
802 | | - "active" : 0 |
803 | | - }, |
804 | 801 | "grouped-accessor-pairs" : { |
805 | 802 | "active" : 0, |
806 | 803 | "optionString" : "'anyOrder'" |
807 | 804 | }, |
808 | 805 | "guard-for-in" : { |
809 | 806 | "active" : 0 |
810 | 807 | }, |
811 | | - "handle-callback-err" : { |
812 | | - "active" : 0, |
813 | | - "optionString" : "'err'" |
814 | | - }, |
815 | | - "id-blacklist" : { |
| 808 | + "id-denylist" : { |
816 | 809 | "active" : 0, |
817 | 810 | "optionString" : "'data', 'err', 'e', 'cb', 'callback'" |
818 | 811 | }, |
|
936 | 929 | "active" : 0, |
937 | 930 | "optionString" : "{'allow': ['~'], 'int32Hint': true}" |
938 | 931 | }, |
939 | | - "no-buffer-constructor" : { |
940 | | - "active" : 0 |
941 | | - }, |
942 | 932 | "no-caller" : { |
943 | 933 | "active" : 0 |
944 | 934 | }, |
|
966 | 956 | "no-const-assign" : { |
967 | 957 | "active" : 1 |
968 | 958 | }, |
| 959 | + "no-constant-binary-expression" : { |
| 960 | + "active" : 0 |
| 961 | + }, |
969 | 962 | "no-constant-condition" : { |
970 | 963 | "active" : 1, |
971 | 964 | "optionString" : "{'checkLoops': true}" |
|
1000 | 993 | "no-dupe-keys" : { |
1001 | 994 | "active" : 1 |
1002 | 995 | }, |
| 996 | + "no-duplicate-case" : { |
| 997 | + "active" : 1 |
| 998 | + }, |
1003 | 999 | "no-duplicate-imports" : { |
1004 | 1000 | "active" : 0, |
1005 | 1001 | "optionString" : "{'includeExports': false}" |
|
1041 | 1037 | "no-extra-boolean-cast" : { |
1042 | 1038 | "active" : 1 |
1043 | 1039 | }, |
1044 | | - "no-extra-labels" : { |
| 1040 | + "no-extra-label" : { |
1045 | 1041 | "active" : 0 |
1046 | 1042 | }, |
1047 | 1043 | "no-extra-parens" : { |
|
1129 | 1125 | "active" : 0, |
1130 | 1126 | "optionString" : "{'groups': [['+', '-', '*', '\/', '%', '**'], ['&', '|', '^', '~', '<<', '>>', '>>>'], ['==', '!=', '===', '!==', '>', '>=', '<', '<='], ['&&', '||'], ['in', 'instanceof']], 'allowSamePrecedence': true}" |
1131 | 1127 | }, |
1132 | | - "no-mixed-requires" : { |
1133 | | - "active" : 0, |
1134 | | - "optionString" : "{'grouping': false, 'allowCall': false }" |
1135 | | - }, |
1136 | 1128 | "no-mixed-spaces-and-tabs" : { |
1137 | 1129 | "active" : 0, |
1138 | 1130 | "optionString" : "" |
|
1167 | 1159 | "no-new-object" : { |
1168 | 1160 | "active" : 0 |
1169 | 1161 | }, |
1170 | | - "no-new-require" : { |
1171 | | - "active" : 0 |
1172 | | - }, |
1173 | 1162 | "no-new-symbol" : { |
1174 | 1163 | "active" : 1 |
1175 | 1164 | }, |
|
1192 | 1181 | "active" : 0, |
1193 | 1182 | "optionString" : "{'props': false}" |
1194 | 1183 | }, |
1195 | | - "no-path-concat" : { |
1196 | | - "active" : 0 |
1197 | | - }, |
1198 | 1184 | "no-plusplus" : { |
1199 | 1185 | "active" : 0, |
1200 | 1186 | "optionString" : "{'allowForLoopAfterthoughts': false}" |
1201 | 1187 | }, |
1202 | | - "no-process-env" : { |
1203 | | - "active" : 0 |
1204 | | - }, |
1205 | | - "no-process-exit" : { |
1206 | | - "active" : 0 |
1207 | | - }, |
1208 | 1188 | "no-promise-executor-return" : { |
1209 | 1189 | "active" : 0 |
1210 | 1190 | }, |
|
1232 | 1212 | "no-restricted-imports" : { |
1233 | 1213 | "active" : 0 |
1234 | 1214 | }, |
1235 | | - "no-restricted-modules" : { |
1236 | | - "active" : 0, |
1237 | | - "optionString" : "" |
1238 | | - }, |
1239 | 1215 | "no-restricted-properties" : { |
1240 | 1216 | "active" : 0, |
1241 | 1217 | "optionString" : "[{'object': 'disallowedObjectName', 'property': 'disallowedPropertyName'}, {'object': 'disallowedObjectName', 'property': 'anotherDisallowedPropertyName', 'message': 'Please use allowedObjectName.allowedPropertyName.'}]" |
|
1278 | 1254 | "no-sparse-arrays" : { |
1279 | 1255 | "active" : 1 |
1280 | 1256 | }, |
1281 | | - "no-sync" : { |
1282 | | - "active" : 0, |
1283 | | - "optionString" : "{'allowAtRootLevel': false}" |
1284 | | - }, |
1285 | 1257 | "no-tabs" : { |
1286 | 1258 | "active" : 0, |
1287 | 1259 | "optionString" : "" |
|
1513 | 1485 | "require-await" : { |
1514 | 1486 | "active" : 0 |
1515 | 1487 | }, |
1516 | | - "require-jsdoc" : { |
1517 | | - "active" : 0, |
1518 | | - "optionString" : "{'require': {'FunctionDeclaration': true, 'MethodDefinition': false, 'ClassDeclaration': false, 'ArrowFunctionExpression': false}}" |
1519 | | - }, |
1520 | 1488 | "require-unicode-regexp" : { |
1521 | 1489 | "active" : 0 |
1522 | 1490 | }, |
|
1602 | 1570 | "active" : 1, |
1603 | 1571 | "optionString" : "" |
1604 | 1572 | }, |
1605 | | - "valid-jsdoc" : { |
1606 | | - "active" : 0, |
1607 | | - "optionString" : "{'prefer': {'return': 'returns'}, 'requireReturn': true, 'requireReturnDescription': true, 'requireReturnType': true, 'requireParamDescription': true}" |
1608 | | - }, |
1609 | 1573 | "valid-typeof" : { |
1610 | 1574 | "active" : 1, |
1611 | 1575 | "optionString" : "{'requireStringLiterals': true}" |
|
2106 | 2070 | "active" : 0, |
2107 | 2071 | "flagValue" : -1 |
2108 | 2072 | }, |
| 2073 | + "keep_numbers" : { |
| 2074 | + "active" : 0, |
| 2075 | + "flagValue" : -1 |
| 2076 | + }, |
2109 | 2077 | "keep_quoted_props" : { |
2110 | 2078 | "active" : 0, |
2111 | 2079 | "flagValue" : -1 |
|
2130 | 2098 | "active" : 1, |
2131 | 2099 | "flagValue" : 1 |
2132 | 2100 | }, |
| 2101 | + "preserve_annotations" : { |
| 2102 | + "active" : 0, |
| 2103 | + "flagValue" : -1 |
| 2104 | + }, |
2133 | 2105 | "properties" : { |
2134 | 2106 | "active" : 1, |
2135 | 2107 | "flagValue" : -1 |
|
2234 | 2206 | "active" : 0, |
2235 | 2207 | "flagValue" : -1 |
2236 | 2208 | }, |
| 2209 | + "wrap_func_args" : { |
| 2210 | + "active" : 1, |
| 2211 | + "flagValue" : -1 |
| 2212 | + }, |
2237 | 2213 | "wrap_iife" : { |
2238 | 2214 | "active" : 0, |
2239 | 2215 | "flagValue" : -1 |
|
0 commit comments