@flint.fyi/ts 0.20.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (666) hide show
  1. package/{lib/plugin.d.ts → dist/index.d.mts} +360 -365
  2. package/dist/index.mjs +22467 -0
  3. package/package.json +10 -10
  4. package/lib/index.d.ts +0 -2
  5. package/lib/index.js +0 -2
  6. package/lib/plugin.js +0 -621
  7. package/lib/rules/accessorPairGroups.d.ts +0 -10
  8. package/lib/rules/accessorPairGroups.js +0 -48
  9. package/lib/rules/accessorPairTypes.d.ts +0 -10
  10. package/lib/rules/accessorPairTypes.js +0 -72
  11. package/lib/rules/accessorThisRecursion.d.ts +0 -10
  12. package/lib/rules/accessorThisRecursion.js +0 -65
  13. package/lib/rules/anyArguments.d.ts +0 -10
  14. package/lib/rules/anyArguments.js +0 -234
  15. package/lib/rules/anyAssignments.d.ts +0 -10
  16. package/lib/rules/anyAssignments.js +0 -265
  17. package/lib/rules/anyCalls.d.ts +0 -10
  18. package/lib/rules/anyCalls.js +0 -68
  19. package/lib/rules/anyMemberAccess.d.ts +0 -10
  20. package/lib/rules/anyMemberAccess.js +0 -85
  21. package/lib/rules/anyReturns.d.ts +0 -10
  22. package/lib/rules/anyReturns.js +0 -102
  23. package/lib/rules/arguments.d.ts +0 -10
  24. package/lib/rules/arguments.js +0 -38
  25. package/lib/rules/arrayCallbackReturns.d.ts +0 -10
  26. package/lib/rules/arrayCallbackReturns.js +0 -73
  27. package/lib/rules/arrayConstructors.d.ts +0 -10
  28. package/lib/rules/arrayConstructors.js +0 -47
  29. package/lib/rules/arrayDeleteUnnecessaryCounts.d.ts +0 -10
  30. package/lib/rules/arrayDeleteUnnecessaryCounts.js +0 -54
  31. package/lib/rules/arrayElementDeletions.d.ts +0 -10
  32. package/lib/rules/arrayElementDeletions.js +0 -43
  33. package/lib/rules/arrayEmptyCallbackSlots.d.ts +0 -10
  34. package/lib/rules/arrayEmptyCallbackSlots.js +0 -45
  35. package/lib/rules/arrayExistenceChecksConsistency.d.ts +0 -10
  36. package/lib/rules/arrayExistenceChecksConsistency.js +0 -86
  37. package/lib/rules/arrayFilteredFinds.d.ts +0 -10
  38. package/lib/rules/arrayFilteredFinds.js +0 -80
  39. package/lib/rules/arrayFinds.d.ts +0 -10
  40. package/lib/rules/arrayFinds.js +0 -41
  41. package/lib/rules/arrayFlatMapMethods.d.ts +0 -10
  42. package/lib/rules/arrayFlatMapMethods.js +0 -47
  43. package/lib/rules/arrayFlatMethods.d.ts +0 -10
  44. package/lib/rules/arrayFlatMethods.js +0 -83
  45. package/lib/rules/arrayFlatUnnecessaryDepths.d.ts +0 -10
  46. package/lib/rules/arrayFlatUnnecessaryDepths.js +0 -33
  47. package/lib/rules/arrayIncludes.d.ts +0 -10
  48. package/lib/rules/arrayIncludes.js +0 -59
  49. package/lib/rules/arrayIncludesMethods.d.ts +0 -10
  50. package/lib/rules/arrayIncludesMethods.js +0 -37
  51. package/lib/rules/arrayIndexOfMethods.d.ts +0 -10
  52. package/lib/rules/arrayIndexOfMethods.js +0 -51
  53. package/lib/rules/arrayLoops.d.ts +0 -10
  54. package/lib/rules/arrayLoops.js +0 -36
  55. package/lib/rules/arrayMapIdentities.d.ts +0 -10
  56. package/lib/rules/arrayMapIdentities.js +0 -74
  57. package/lib/rules/arrayMutableReverses.d.ts +0 -10
  58. package/lib/rules/arrayMutableReverses.js +0 -39
  59. package/lib/rules/arrayMutableSorts.d.ts +0 -10
  60. package/lib/rules/arrayMutableSorts.js +0 -72
  61. package/lib/rules/arrayReduceTypeArguments.d.ts +0 -10
  62. package/lib/rules/arrayReduceTypeArguments.js +0 -64
  63. package/lib/rules/arraySliceUnnecessaryEnd.d.ts +0 -10
  64. package/lib/rules/arraySliceUnnecessaryEnd.js +0 -51
  65. package/lib/rules/arraySomeMethods.d.ts +0 -10
  66. package/lib/rules/arraySomeMethods.js +0 -77
  67. package/lib/rules/arrayTernarySpreadingConsistency.d.ts +0 -10
  68. package/lib/rules/arrayTernarySpreadingConsistency.js +0 -74
  69. package/lib/rules/arrayTypes.d.ts +0 -17
  70. package/lib/rules/arrayTypes.js +0 -111
  71. package/lib/rules/arrayUnnecessaryLengthChecks.d.ts +0 -10
  72. package/lib/rules/arrayUnnecessaryLengthChecks.js +0 -97
  73. package/lib/rules/asConstAssertions.d.ts +0 -10
  74. package/lib/rules/asConstAssertions.js +0 -57
  75. package/lib/rules/assignmentOperatorShorthands.d.ts +0 -10
  76. package/lib/rules/assignmentOperatorShorthands.js +0 -47
  77. package/lib/rules/asyncFunctionAwaits.d.ts +0 -10
  78. package/lib/rules/asyncFunctionAwaits.js +0 -55
  79. package/lib/rules/asyncPromiseExecutors.d.ts +0 -10
  80. package/lib/rules/asyncPromiseExecutors.js +0 -41
  81. package/lib/rules/asyncUnnecessaryPromiseWrappers.d.ts +0 -10
  82. package/lib/rules/asyncUnnecessaryPromiseWrappers.js +0 -52
  83. package/lib/rules/atAccesses.d.ts +0 -10
  84. package/lib/rules/atAccesses.js +0 -52
  85. package/lib/rules/builtinCoercions.d.ts +0 -10
  86. package/lib/rules/builtinCoercions.js +0 -117
  87. package/lib/rules/builtinConstructorNews.d.ts +0 -10
  88. package/lib/rules/builtinConstructorNews.js +0 -89
  89. package/lib/rules/caseDeclarations.d.ts +0 -10
  90. package/lib/rules/caseDeclarations.js +0 -40
  91. package/lib/rules/caseDuplicates.d.ts +0 -10
  92. package/lib/rules/caseDuplicates.js +0 -36
  93. package/lib/rules/caseFallthroughs.d.ts +0 -10
  94. package/lib/rules/caseFallthroughs.js +0 -76
  95. package/lib/rules/catchCallbackTypes.d.ts +0 -10
  96. package/lib/rules/catchCallbackTypes.js +0 -67
  97. package/lib/rules/caughtVariableNames.d.ts +0 -10
  98. package/lib/rules/caughtVariableNames.js +0 -40
  99. package/lib/rules/chainedAssignments.d.ts +0 -10
  100. package/lib/rules/chainedAssignments.js +0 -33
  101. package/lib/rules/charAtComparisons.d.ts +0 -10
  102. package/lib/rules/charAtComparisons.js +0 -58
  103. package/lib/rules/classAssignments.d.ts +0 -10
  104. package/lib/rules/classAssignments.js +0 -29
  105. package/lib/rules/classFieldDeclarations.d.ts +0 -10
  106. package/lib/rules/classFieldDeclarations.js +0 -40
  107. package/lib/rules/classLiteralProperties.d.ts +0 -10
  108. package/lib/rules/classLiteralProperties.js +0 -45
  109. package/lib/rules/classMemberDuplicates.d.ts +0 -10
  110. package/lib/rules/classMemberDuplicates.js +0 -71
  111. package/lib/rules/classMethodsThis.d.ts +0 -14
  112. package/lib/rules/classMethodsThis.js +0 -124
  113. package/lib/rules/combinedPushes.d.ts +0 -10
  114. package/lib/rules/combinedPushes.js +0 -56
  115. package/lib/rules/consecutiveNonNullAssertions.d.ts +0 -10
  116. package/lib/rules/consecutiveNonNullAssertions.js +0 -39
  117. package/lib/rules/consoleCalls.d.ts +0 -9
  118. package/lib/rules/consoleCalls.js +0 -28
  119. package/lib/rules/constantAssignments.d.ts +0 -10
  120. package/lib/rules/constantAssignments.js +0 -41
  121. package/lib/rules/constructorGenericCalls.d.ts +0 -16
  122. package/lib/rules/constructorGenericCalls.js +0 -138
  123. package/lib/rules/constructorReturns.d.ts +0 -10
  124. package/lib/rules/constructorReturns.js +0 -41
  125. package/lib/rules/constructorSupers.d.ts +0 -10
  126. package/lib/rules/constructorSupers.js +0 -77
  127. package/lib/rules/dateConstructorClones.d.ts +0 -10
  128. package/lib/rules/dateConstructorClones.js +0 -37
  129. package/lib/rules/dateNowTimestamps.d.ts +0 -10
  130. package/lib/rules/dateNowTimestamps.js +0 -57
  131. package/lib/rules/debuggerStatements.d.ts +0 -10
  132. package/lib/rules/debuggerStatements.js +0 -33
  133. package/lib/rules/defaultCaseLast.d.ts +0 -10
  134. package/lib/rules/defaultCaseLast.js +0 -36
  135. package/lib/rules/defaultParameterLast.d.ts +0 -10
  136. package/lib/rules/defaultParameterLast.js +0 -42
  137. package/lib/rules/deprecated.d.ts +0 -10
  138. package/lib/rules/deprecated.js +0 -243
  139. package/lib/rules/destructuringConsistency.d.ts +0 -10
  140. package/lib/rules/destructuringConsistency.js +0 -112
  141. package/lib/rules/duplicateArguments.d.ts +0 -10
  142. package/lib/rules/duplicateArguments.js +0 -45
  143. package/lib/rules/dynamicDeletes.d.ts +0 -10
  144. package/lib/rules/dynamicDeletes.js +0 -37
  145. package/lib/rules/elseIfDuplicates.d.ts +0 -10
  146. package/lib/rules/elseIfDuplicates.js +0 -38
  147. package/lib/rules/elseReturns.d.ts +0 -10
  148. package/lib/rules/elseReturns.js +0 -67
  149. package/lib/rules/emptyBlocks.d.ts +0 -10
  150. package/lib/rules/emptyBlocks.js +0 -56
  151. package/lib/rules/emptyDestructures.d.ts +0 -10
  152. package/lib/rules/emptyDestructures.js +0 -34
  153. package/lib/rules/emptyEnums.d.ts +0 -10
  154. package/lib/rules/emptyEnums.js +0 -30
  155. package/lib/rules/emptyExports.d.ts +0 -10
  156. package/lib/rules/emptyExports.js +0 -60
  157. package/lib/rules/emptyFiles.d.ts +0 -10
  158. package/lib/rules/emptyFiles.js +0 -44
  159. package/lib/rules/emptyFunctions.d.ts +0 -10
  160. package/lib/rules/emptyFunctions.js +0 -61
  161. package/lib/rules/emptyModuleAttributes.d.ts +0 -10
  162. package/lib/rules/emptyModuleAttributes.js +0 -35
  163. package/lib/rules/emptyObjectTypes.d.ts +0 -10
  164. package/lib/rules/emptyObjectTypes.js +0 -47
  165. package/lib/rules/emptyStaticBlocks.d.ts +0 -10
  166. package/lib/rules/emptyStaticBlocks.js +0 -42
  167. package/lib/rules/emptyTypeParameterLists.d.ts +0 -10
  168. package/lib/rules/emptyTypeParameterLists.js +0 -31
  169. package/lib/rules/enumInitializers.d.ts +0 -10
  170. package/lib/rules/enumInitializers.js +0 -54
  171. package/lib/rules/enumMemberLiterals.d.ts +0 -10
  172. package/lib/rules/enumMemberLiterals.js +0 -39
  173. package/lib/rules/enumValueConsistency.d.ts +0 -10
  174. package/lib/rules/enumValueConsistency.js +0 -56
  175. package/lib/rules/enumValueDuplicates.d.ts +0 -10
  176. package/lib/rules/enumValueDuplicates.js +0 -60
  177. package/lib/rules/equalityOperatorNegations.d.ts +0 -9
  178. package/lib/rules/equalityOperatorNegations.js +0 -60
  179. package/lib/rules/equalityOperators.d.ts +0 -10
  180. package/lib/rules/equalityOperators.js +0 -44
  181. package/lib/rules/errorMessages.d.ts +0 -10
  182. package/lib/rules/errorMessages.js +0 -60
  183. package/lib/rules/errorSubclassProperties.d.ts +0 -10
  184. package/lib/rules/errorSubclassProperties.js +0 -144
  185. package/lib/rules/errorUnnecessaryCaptureStackTraces.d.ts +0 -10
  186. package/lib/rules/errorUnnecessaryCaptureStackTraces.js +0 -55
  187. package/lib/rules/escapeSequenceCasing.d.ts +0 -10
  188. package/lib/rules/escapeSequenceCasing.js +0 -75
  189. package/lib/rules/evals.d.ts +0 -10
  190. package/lib/rules/evals.js +0 -31
  191. package/lib/rules/evolvingVariableTypes.d.ts +0 -10
  192. package/lib/rules/evolvingVariableTypes.js +0 -33
  193. package/lib/rules/exceptionAssignments.d.ts +0 -10
  194. package/lib/rules/exceptionAssignments.js +0 -39
  195. package/lib/rules/explicitAnys.d.ts +0 -10
  196. package/lib/rules/explicitAnys.js +0 -55
  197. package/lib/rules/exponentiationOperators.d.ts +0 -10
  198. package/lib/rules/exponentiationOperators.js +0 -34
  199. package/lib/rules/exportFromImports.d.ts +0 -10
  200. package/lib/rules/exportFromImports.js +0 -119
  201. package/lib/rules/exportMutables.d.ts +0 -10
  202. package/lib/rules/exportMutables.js +0 -33
  203. package/lib/rules/exportUniqueNames.d.ts +0 -10
  204. package/lib/rules/exportUniqueNames.js +0 -65
  205. package/lib/rules/extraneousClasses.d.ts +0 -16
  206. package/lib/rules/extraneousClasses.js +0 -111
  207. package/lib/rules/fetchMethodBodies.d.ts +0 -10
  208. package/lib/rules/fetchMethodBodies.js +0 -72
  209. package/lib/rules/finallyStatementSafety.d.ts +0 -10
  210. package/lib/rules/finallyStatementSafety.js +0 -47
  211. package/lib/rules/forDirections.d.ts +0 -10
  212. package/lib/rules/forDirections.js +0 -75
  213. package/lib/rules/forInArrays.d.ts +0 -10
  214. package/lib/rules/forInArrays.js +0 -46
  215. package/lib/rules/forInGuards.d.ts +0 -9
  216. package/lib/rules/forInGuards.js +0 -44
  217. package/lib/rules/functionApplySpreads.d.ts +0 -10
  218. package/lib/rules/functionApplySpreads.js +0 -63
  219. package/lib/rules/functionAssignments.d.ts +0 -10
  220. package/lib/rules/functionAssignments.js +0 -29
  221. package/lib/rules/functionCurryingRedundancy.d.ts +0 -10
  222. package/lib/rules/functionCurryingRedundancy.js +0 -53
  223. package/lib/rules/functionDeclarationStyles.d.ts +0 -16
  224. package/lib/rules/functionDeclarationStyles.js +0 -67
  225. package/lib/rules/functionNameMatches.d.ts +0 -10
  226. package/lib/rules/functionNameMatches.js +0 -74
  227. package/lib/rules/functionNewCalls.d.ts +0 -10
  228. package/lib/rules/functionNewCalls.js +0 -42
  229. package/lib/rules/generatorFunctionYields.d.ts +0 -10
  230. package/lib/rules/generatorFunctionYields.js +0 -50
  231. package/lib/rules/getterReturns.d.ts +0 -10
  232. package/lib/rules/getterReturns.js +0 -65
  233. package/lib/rules/globalAssignments.d.ts +0 -10
  234. package/lib/rules/globalAssignments.js +0 -47
  235. package/lib/rules/globalObjectCalls.d.ts +0 -10
  236. package/lib/rules/globalObjectCalls.js +0 -42
  237. package/lib/rules/globalThisAliases.d.ts +0 -10
  238. package/lib/rules/globalThisAliases.js +0 -47
  239. package/lib/rules/impliedEvals.d.ts +0 -10
  240. package/lib/rules/impliedEvals.js +0 -130
  241. package/lib/rules/importEmptyBlocks.d.ts +0 -10
  242. package/lib/rules/importEmptyBlocks.js +0 -53
  243. package/lib/rules/importTypeSideEffects.d.ts +0 -10
  244. package/lib/rules/importTypeSideEffects.js +0 -31
  245. package/lib/rules/indexedObjectTypes.d.ts +0 -16
  246. package/lib/rules/indexedObjectTypes.js +0 -83
  247. package/lib/rules/instanceOfArrays.d.ts +0 -10
  248. package/lib/rules/instanceOfArrays.js +0 -31
  249. package/lib/rules/irregularWhitespaces.d.ts +0 -16
  250. package/lib/rules/irregularWhitespaces.js +0 -97
  251. package/lib/rules/isNaNComparisons.d.ts +0 -10
  252. package/lib/rules/isNaNComparisons.js +0 -43
  253. package/lib/rules/literalConstructorWrappers.d.ts +0 -10
  254. package/lib/rules/literalConstructorWrappers.js +0 -64
  255. package/lib/rules/mathMethods.d.ts +0 -10
  256. package/lib/rules/mathMethods.js +0 -128
  257. package/lib/rules/meaninglessVoidOperators.d.ts +0 -10
  258. package/lib/rules/meaninglessVoidOperators.js +0 -39
  259. package/lib/rules/misleadingVoidExpressions.d.ts +0 -10
  260. package/lib/rules/misleadingVoidExpressions.js +0 -128
  261. package/lib/rules/moduleSpecifierLists.d.ts +0 -10
  262. package/lib/rules/moduleSpecifierLists.js +0 -92
  263. package/lib/rules/multilineAmbiguities.d.ts +0 -10
  264. package/lib/rules/multilineAmbiguities.js +0 -64
  265. package/lib/rules/namedDefaultExports.d.ts +0 -10
  266. package/lib/rules/namedDefaultExports.js +0 -60
  267. package/lib/rules/namespaceDeclarations.d.ts +0 -14
  268. package/lib/rules/namespaceDeclarations.js +0 -37
  269. package/lib/rules/namespaceImplicitAmbientImports.d.ts +0 -10
  270. package/lib/rules/namespaceImplicitAmbientImports.js +0 -40
  271. package/lib/rules/namespaceKeywords.d.ts +0 -10
  272. package/lib/rules/namespaceKeywords.js +0 -40
  273. package/lib/rules/nativeObjectExtensions.d.ts +0 -10
  274. package/lib/rules/nativeObjectExtensions.js +0 -114
  275. package/lib/rules/negativeIndexLengthMethods.d.ts +0 -10
  276. package/lib/rules/negativeIndexLengthMethods.js +0 -180
  277. package/lib/rules/negativeZeroComparisons.d.ts +0 -10
  278. package/lib/rules/negativeZeroComparisons.js +0 -48
  279. package/lib/rules/nestedStandaloneIfs.d.ts +0 -10
  280. package/lib/rules/nestedStandaloneIfs.js +0 -105
  281. package/lib/rules/newDefinitions.d.ts +0 -10
  282. package/lib/rules/newDefinitions.js +0 -84
  283. package/lib/rules/newExpressions.d.ts +0 -10
  284. package/lib/rules/newExpressions.js +0 -38
  285. package/lib/rules/newNativeNonConstructors.d.ts +0 -10
  286. package/lib/rules/newNativeNonConstructors.js +0 -39
  287. package/lib/rules/nonNullAssertedNullishCoalesces.d.ts +0 -10
  288. package/lib/rules/nonNullAssertedNullishCoalesces.js +0 -63
  289. package/lib/rules/nonNullAssertedOptionalChains.d.ts +0 -10
  290. package/lib/rules/nonNullAssertedOptionalChains.js +0 -69
  291. package/lib/rules/nonNullAssertionPlacement.d.ts +0 -10
  292. package/lib/rules/nonNullAssertionPlacement.js +0 -94
  293. package/lib/rules/nonNullableTypeAssertions.d.ts +0 -10
  294. package/lib/rules/nonNullableTypeAssertions.js +0 -78
  295. package/lib/rules/nonOctalDecimalEscapes.d.ts +0 -10
  296. package/lib/rules/nonOctalDecimalEscapes.js +0 -48
  297. package/lib/rules/nullishCheckStyle.d.ts +0 -21
  298. package/lib/rules/nullishCheckStyle.js +0 -144
  299. package/lib/rules/nullishCoalescingOperators.d.ts +0 -22
  300. package/lib/rules/nullishCoalescingOperators.js +0 -323
  301. package/lib/rules/numberMethodRanges.d.ts +0 -10
  302. package/lib/rules/numberMethodRanges.js +0 -74
  303. package/lib/rules/numberStaticMethods.d.ts +0 -10
  304. package/lib/rules/numberStaticMethods.js +0 -53
  305. package/lib/rules/numericErasingOperations.d.ts +0 -10
  306. package/lib/rules/numericErasingOperations.js +0 -46
  307. package/lib/rules/numericLiteralParsing.d.ts +0 -10
  308. package/lib/rules/numericLiteralParsing.js +0 -66
  309. package/lib/rules/numericPrecision.d.ts +0 -10
  310. package/lib/rules/numericPrecision.js +0 -102
  311. package/lib/rules/numericSeparatorGroups.d.ts +0 -10
  312. package/lib/rules/numericSeparatorGroups.js +0 -101
  313. package/lib/rules/objectAssignSpreads.d.ts +0 -10
  314. package/lib/rules/objectAssignSpreads.js +0 -53
  315. package/lib/rules/objectCalls.d.ts +0 -10
  316. package/lib/rules/objectCalls.js +0 -38
  317. package/lib/rules/objectEntriesMethods.d.ts +0 -10
  318. package/lib/rules/objectEntriesMethods.js +0 -82
  319. package/lib/rules/objectHasOwns.d.ts +0 -10
  320. package/lib/rules/objectHasOwns.js +0 -50
  321. package/lib/rules/objectKeyDuplicates.d.ts +0 -10
  322. package/lib/rules/objectKeyDuplicates.js +0 -63
  323. package/lib/rules/objectProto.d.ts +0 -10
  324. package/lib/rules/objectProto.js +0 -50
  325. package/lib/rules/objectPrototypeBuiltIns.d.ts +0 -10
  326. package/lib/rules/objectPrototypeBuiltIns.js +0 -54
  327. package/lib/rules/objectShorthand.d.ts +0 -10
  328. package/lib/rules/objectShorthand.js +0 -84
  329. package/lib/rules/objectSpreadUnnecessaryFallbacks.d.ts +0 -10
  330. package/lib/rules/objectSpreadUnnecessaryFallbacks.js +0 -43
  331. package/lib/rules/objectTypeDefinitions.d.ts +0 -10
  332. package/lib/rules/objectTypeDefinitions.js +0 -34
  333. package/lib/rules/octalEscapes.d.ts +0 -10
  334. package/lib/rules/octalEscapes.js +0 -58
  335. package/lib/rules/octalNumbers.d.ts +0 -10
  336. package/lib/rules/octalNumbers.js +0 -55
  337. package/lib/rules/operatorAssignmentShorthand.d.ts +0 -10
  338. package/lib/rules/operatorAssignmentShorthand.js +0 -77
  339. package/lib/rules/overloadSignaturesAdjacent.d.ts +0 -10
  340. package/lib/rules/overloadSignaturesAdjacent.js +0 -140
  341. package/lib/rules/parameterReassignments.d.ts +0 -10
  342. package/lib/rules/parameterReassignments.js +0 -45
  343. package/lib/rules/parseIntRadixes.d.ts +0 -10
  344. package/lib/rules/parseIntRadixes.js +0 -62
  345. package/lib/rules/propertyAccessNotation.d.ts +0 -13
  346. package/lib/rules/propertyAccessNotation.js +0 -119
  347. package/lib/rules/recursionOnlyArguments.d.ts +0 -10
  348. package/lib/rules/recursionOnlyArguments.js +0 -71
  349. package/lib/rules/redundantTypeConstituents.d.ts +0 -10
  350. package/lib/rules/redundantTypeConstituents.js +0 -277
  351. package/lib/rules/regexAllGlobalFlags.d.ts +0 -10
  352. package/lib/rules/regexAllGlobalFlags.js +0 -56
  353. package/lib/rules/regexAmbiguousInvalidity.d.ts +0 -10
  354. package/lib/rules/regexAmbiguousInvalidity.js +0 -297
  355. package/lib/rules/regexCharacterClassRanges.d.ts +0 -10
  356. package/lib/rules/regexCharacterClassRanges.js +0 -137
  357. package/lib/rules/regexCharacterClassSetOperations.d.ts +0 -10
  358. package/lib/rules/regexCharacterClassSetOperations.js +0 -81
  359. package/lib/rules/regexCharacterClasses.d.ts +0 -10
  360. package/lib/rules/regexCharacterClasses.js +0 -234
  361. package/lib/rules/regexConciseCharacterClassNegations.d.ts +0 -10
  362. package/lib/rules/regexConciseCharacterClassNegations.js +0 -52
  363. package/lib/rules/regexContradictoryAssertions.d.ts +0 -10
  364. package/lib/rules/regexContradictoryAssertions.js +0 -210
  365. package/lib/rules/regexControlCharacterEscapes.d.ts +0 -10
  366. package/lib/rules/regexControlCharacterEscapes.js +0 -130
  367. package/lib/rules/regexControlCharacters.d.ts +0 -10
  368. package/lib/rules/regexControlCharacters.js +0 -95
  369. package/lib/rules/regexDigitMatchers.d.ts +0 -10
  370. package/lib/rules/regexDigitMatchers.js +0 -180
  371. package/lib/rules/regexDollarEscapes.d.ts +0 -10
  372. package/lib/rules/regexDollarEscapes.js +0 -91
  373. package/lib/rules/regexDuplicateCharacterClassCharacters.d.ts +0 -10
  374. package/lib/rules/regexDuplicateCharacterClassCharacters.js +0 -128
  375. package/lib/rules/regexEmptyAlternatives.d.ts +0 -10
  376. package/lib/rules/regexEmptyAlternatives.js +0 -140
  377. package/lib/rules/regexEmptyCapturingGroups.d.ts +0 -10
  378. package/lib/rules/regexEmptyCapturingGroups.js +0 -67
  379. package/lib/rules/regexEmptyCharacterClasses.d.ts +0 -10
  380. package/lib/rules/regexEmptyCharacterClasses.js +0 -68
  381. package/lib/rules/regexEmptyGroups.d.ts +0 -10
  382. package/lib/rules/regexEmptyGroups.js +0 -66
  383. package/lib/rules/regexEmptyLazyQuantifiers.d.ts +0 -10
  384. package/lib/rules/regexEmptyLazyQuantifiers.js +0 -92
  385. package/lib/rules/regexEmptyLookaroundsAssertions.d.ts +0 -10
  386. package/lib/rules/regexEmptyLookaroundsAssertions.js +0 -68
  387. package/lib/rules/regexEmptyStringLiterals.d.ts +0 -10
  388. package/lib/rules/regexEmptyStringLiterals.js +0 -66
  389. package/lib/rules/regexEscapeBackspaces.d.ts +0 -10
  390. package/lib/rules/regexEscapeBackspaces.js +0 -69
  391. package/lib/rules/regexExecutors.d.ts +0 -10
  392. package/lib/rules/regexExecutors.js +0 -58
  393. package/lib/rules/regexGraphemeStringLiterals.d.ts +0 -10
  394. package/lib/rules/regexGraphemeStringLiterals.js +0 -51
  395. package/lib/rules/regexHexadecimalEscapes.d.ts +0 -10
  396. package/lib/rules/regexHexadecimalEscapes.js +0 -71
  397. package/lib/rules/regexIgnoreCaseFlags.d.ts +0 -10
  398. package/lib/rules/regexIgnoreCaseFlags.js +0 -145
  399. package/lib/rules/regexInvisibleCharacters.d.ts +0 -10
  400. package/lib/rules/regexInvisibleCharacters.js +0 -90
  401. package/lib/rules/regexLetterCasing.d.ts +0 -10
  402. package/lib/rules/regexLetterCasing.js +0 -186
  403. package/lib/rules/regexLiterals.d.ts +0 -10
  404. package/lib/rules/regexLiterals.js +0 -92
  405. package/lib/rules/regexLookaroundAssertions.d.ts +0 -10
  406. package/lib/rules/regexLookaroundAssertions.js +0 -163
  407. package/lib/rules/regexLookaroundQuantifierOptimizations.d.ts +0 -10
  408. package/lib/rules/regexLookaroundQuantifierOptimizations.js +0 -94
  409. package/lib/rules/regexMatchNotation.d.ts +0 -10
  410. package/lib/rules/regexMatchNotation.js +0 -139
  411. package/lib/rules/regexMisleadingCapturingGroups.d.ts +0 -10
  412. package/lib/rules/regexMisleadingCapturingGroups.js +0 -229
  413. package/lib/rules/regexMisleadingQuantifiers.d.ts +0 -10
  414. package/lib/rules/regexMisleadingQuantifiers.js +0 -78
  415. package/lib/rules/regexMisleadingUnicodeCharacters.d.ts +0 -10
  416. package/lib/rules/regexMisleadingUnicodeCharacters.js +0 -203
  417. package/lib/rules/regexNamedBackreferences.d.ts +0 -10
  418. package/lib/rules/regexNamedBackreferences.js +0 -48
  419. package/lib/rules/regexNamedCaptureGroups.d.ts +0 -9
  420. package/lib/rules/regexNamedCaptureGroups.js +0 -67
  421. package/lib/rules/regexNamedReplacements.d.ts +0 -10
  422. package/lib/rules/regexNamedReplacements.js +0 -93
  423. package/lib/rules/regexNonStandardFlags.d.ts +0 -10
  424. package/lib/rules/regexNonStandardFlags.js +0 -66
  425. package/lib/rules/regexObscureRanges.d.ts +0 -10
  426. package/lib/rules/regexObscureRanges.js +0 -93
  427. package/lib/rules/regexOctalEscapes.d.ts +0 -10
  428. package/lib/rules/regexOctalEscapes.js +0 -70
  429. package/lib/rules/regexPlusQuantifiers.d.ts +0 -10
  430. package/lib/rules/regexPlusQuantifiers.js +0 -68
  431. package/lib/rules/regexPredefinedAssertions.d.ts +0 -10
  432. package/lib/rules/regexPredefinedAssertions.js +0 -127
  433. package/lib/rules/regexQuestionQuantifiers.d.ts +0 -10
  434. package/lib/rules/regexQuestionQuantifiers.js +0 -104
  435. package/lib/rules/regexRepeatQuantifiers.d.ts +0 -10
  436. package/lib/rules/regexRepeatQuantifiers.js +0 -96
  437. package/lib/rules/regexResultArrayGroups.d.ts +0 -10
  438. package/lib/rules/regexResultArrayGroups.js +0 -187
  439. package/lib/rules/regexSetOperationOptimizations.d.ts +0 -10
  440. package/lib/rules/regexSetOperationOptimizations.js +0 -177
  441. package/lib/rules/regexStandaloneBackslashes.d.ts +0 -10
  442. package/lib/rules/regexStandaloneBackslashes.js +0 -59
  443. package/lib/rules/regexStarQuantifiers.d.ts +0 -10
  444. package/lib/rules/regexStarQuantifiers.js +0 -68
  445. package/lib/rules/regexSuperLinearBacktracking.d.ts +0 -10
  446. package/lib/rules/regexSuperLinearBacktracking.js +0 -98
  447. package/lib/rules/regexSuperLinearMoves.d.ts +0 -10
  448. package/lib/rules/regexSuperLinearMoves.js +0 -142
  449. package/lib/rules/regexTestMethods.d.ts +0 -10
  450. package/lib/rules/regexTestMethods.js +0 -83
  451. package/lib/rules/regexUnicodeCodepointEscapes.d.ts +0 -10
  452. package/lib/rules/regexUnicodeCodepointEscapes.js +0 -107
  453. package/lib/rules/regexUnicodeEscapes.d.ts +0 -9
  454. package/lib/rules/regexUnicodeEscapes.js +0 -97
  455. package/lib/rules/regexUnicodeFlag.d.ts +0 -9
  456. package/lib/rules/regexUnicodeFlag.js +0 -97
  457. package/lib/rules/regexUnicodeProperties.d.ts +0 -10
  458. package/lib/rules/regexUnicodeProperties.js +0 -133
  459. package/lib/rules/regexUnnecessaryAssertions.d.ts +0 -10
  460. package/lib/rules/regexUnnecessaryAssertions.js +0 -223
  461. package/lib/rules/regexUnnecessaryBackreferences.d.ts +0 -10
  462. package/lib/rules/regexUnnecessaryBackreferences.js +0 -125
  463. package/lib/rules/regexUnnecessaryCharacterClasses.d.ts +0 -10
  464. package/lib/rules/regexUnnecessaryCharacterClasses.js +0 -74
  465. package/lib/rules/regexUnnecessaryCharacterRanges.d.ts +0 -10
  466. package/lib/rules/regexUnnecessaryCharacterRanges.js +0 -108
  467. package/lib/rules/regexUnnecessaryDisjunctions.d.ts +0 -10
  468. package/lib/rules/regexUnnecessaryDisjunctions.js +0 -118
  469. package/lib/rules/regexUnnecessaryDollarReplacements.d.ts +0 -10
  470. package/lib/rules/regexUnnecessaryDollarReplacements.js +0 -144
  471. package/lib/rules/regexUnnecessaryEscapes.d.ts +0 -10
  472. package/lib/rules/regexUnnecessaryEscapes.js +0 -136
  473. package/lib/rules/regexUnnecessaryLookaroundAssertions.d.ts +0 -10
  474. package/lib/rules/regexUnnecessaryLookaroundAssertions.js +0 -80
  475. package/lib/rules/regexUnnecessaryNestedAssertions.d.ts +0 -10
  476. package/lib/rules/regexUnnecessaryNestedAssertions.js +0 -198
  477. package/lib/rules/regexUnnecessaryNestedQuantifiers.d.ts +0 -10
  478. package/lib/rules/regexUnnecessaryNestedQuantifiers.js +0 -93
  479. package/lib/rules/regexUnnecessaryNonCapturingGroups.d.ts +0 -10
  480. package/lib/rules/regexUnnecessaryNonCapturingGroups.js +0 -104
  481. package/lib/rules/regexUnnecessaryNumericQuantifiers.d.ts +0 -10
  482. package/lib/rules/regexUnnecessaryNumericQuantifiers.js +0 -69
  483. package/lib/rules/regexUnnecessaryOptionalAssertions.d.ts +0 -10
  484. package/lib/rules/regexUnnecessaryOptionalAssertions.js +0 -137
  485. package/lib/rules/regexUnnecessaryReferentialBackreferences.d.ts +0 -10
  486. package/lib/rules/regexUnnecessaryReferentialBackreferences.js +0 -123
  487. package/lib/rules/regexUnnecessarySetOperands.d.ts +0 -10
  488. package/lib/rules/regexUnnecessarySetOperands.js +0 -136
  489. package/lib/rules/regexUnusedCapturingGroups.d.ts +0 -10
  490. package/lib/rules/regexUnusedCapturingGroups.js +0 -69
  491. package/lib/rules/regexUnusedFlags.d.ts +0 -10
  492. package/lib/rules/regexUnusedFlags.js +0 -116
  493. package/lib/rules/regexUnusedLazyQuantifiers.d.ts +0 -10
  494. package/lib/rules/regexUnusedLazyQuantifiers.js +0 -63
  495. package/lib/rules/regexUnusedQuantifiers.d.ts +0 -10
  496. package/lib/rules/regexUnusedQuantifiers.js +0 -63
  497. package/lib/rules/regexValidity.d.ts +0 -10
  498. package/lib/rules/regexValidity.js +0 -146
  499. package/lib/rules/regexWordMatchers.d.ts +0 -10
  500. package/lib/rules/regexWordMatchers.js +0 -146
  501. package/lib/rules/regexZeroQuantifiers.d.ts +0 -10
  502. package/lib/rules/regexZeroQuantifiers.js +0 -60
  503. package/lib/rules/requireImports.d.ts +0 -10
  504. package/lib/rules/requireImports.js +0 -48
  505. package/lib/rules/responseJsonMethods.d.ts +0 -10
  506. package/lib/rules/responseJsonMethods.js +0 -51
  507. package/lib/rules/restrictedIdentifiers.d.ts +0 -13
  508. package/lib/rules/restrictedIdentifiers.js +0 -41
  509. package/lib/rules/restrictedImports.d.ts +0 -27
  510. package/lib/rules/restrictedImports.js +0 -166
  511. package/lib/rules/returnAssignments.d.ts +0 -10
  512. package/lib/rules/returnAssignments.js +0 -38
  513. package/lib/rules/returnThisTypes.d.ts +0 -10
  514. package/lib/rules/returnThisTypes.js +0 -94
  515. package/lib/rules/ruleCreator.d.ts +0 -3
  516. package/lib/rules/ruleCreator.js +0 -17
  517. package/lib/rules/selfAssignments.d.ts +0 -10
  518. package/lib/rules/selfAssignments.js +0 -29
  519. package/lib/rules/sequences.d.ts +0 -10
  520. package/lib/rules/sequences.js +0 -28
  521. package/lib/rules/setSizeLengthChecks.d.ts +0 -10
  522. package/lib/rules/setSizeLengthChecks.js +0 -48
  523. package/lib/rules/setterReturns.d.ts +0 -10
  524. package/lib/rules/setterReturns.js +0 -41
  525. package/lib/rules/shadowedRestrictedNames.d.ts +0 -10
  526. package/lib/rules/shadowedRestrictedNames.js +0 -68
  527. package/lib/rules/singleVariableDeclarations.d.ts +0 -10
  528. package/lib/rules/singleVariableDeclarations.js +0 -36
  529. package/lib/rules/sizeComparisonOperators.d.ts +0 -16
  530. package/lib/rules/sizeComparisonOperators.js +0 -148
  531. package/lib/rules/sparseArrays.d.ts +0 -10
  532. package/lib/rules/sparseArrays.js +0 -43
  533. package/lib/rules/staticMemberOnlyClasses.d.ts +0 -10
  534. package/lib/rules/staticMemberOnlyClasses.js +0 -77
  535. package/lib/rules/stringCaseMismatches.d.ts +0 -10
  536. package/lib/rules/stringCaseMismatches.js +0 -58
  537. package/lib/rules/stringCodePoints.d.ts +0 -10
  538. package/lib/rules/stringCodePoints.js +0 -50
  539. package/lib/rules/stringSliceMethods.d.ts +0 -10
  540. package/lib/rules/stringSliceMethods.js +0 -47
  541. package/lib/rules/stringStartsEndsWith.d.ts +0 -10
  542. package/lib/rules/stringStartsEndsWith.js +0 -79
  543. package/lib/rules/structuredCloneMethods.d.ts +0 -10
  544. package/lib/rules/structuredCloneMethods.js +0 -39
  545. package/lib/rules/symbolDescriptions.d.ts +0 -10
  546. package/lib/rules/symbolDescriptions.js +0 -32
  547. package/lib/rules/thisAliases.d.ts +0 -10
  548. package/lib/rules/thisAliases.js +0 -44
  549. package/lib/rules/thisBeforeSuper.d.ts +0 -10
  550. package/lib/rules/thisBeforeSuper.js +0 -86
  551. package/lib/rules/throwErrors.d.ts +0 -10
  552. package/lib/rules/throwErrors.js +0 -61
  553. package/lib/rules/topLevelAwaits.d.ts +0 -10
  554. package/lib/rules/topLevelAwaits.js +0 -49
  555. package/lib/rules/tripleSlashReferenceValidity.d.ts +0 -10
  556. package/lib/rules/tripleSlashReferenceValidity.js +0 -54
  557. package/lib/rules/tripleSlashReferences.d.ts +0 -10
  558. package/lib/rules/tripleSlashReferences.js +0 -34
  559. package/lib/rules/tsComments.d.ts +0 -22
  560. package/lib/rules/tsComments.js +0 -130
  561. package/lib/rules/tslintComments.d.ts +0 -10
  562. package/lib/rules/tslintComments.js +0 -36
  563. package/lib/rules/typeAssertionStyles.d.ts +0 -10
  564. package/lib/rules/typeAssertionStyles.js +0 -32
  565. package/lib/rules/typeImports.d.ts +0 -20
  566. package/lib/rules/typeImports.js +0 -283
  567. package/lib/rules/typeofComparisons.d.ts +0 -10
  568. package/lib/rules/typeofComparisons.js +0 -58
  569. package/lib/rules/unassignedVariables.d.ts +0 -10
  570. package/lib/rules/unassignedVariables.js +0 -34
  571. package/lib/rules/undefinedTypeofChecks.d.ts +0 -10
  572. package/lib/rules/undefinedTypeofChecks.js +0 -41
  573. package/lib/rules/undefinedVariables.d.ts +0 -10
  574. package/lib/rules/undefinedVariables.js +0 -39
  575. package/lib/rules/unicodeBOMs.d.ts +0 -10
  576. package/lib/rules/unicodeBOMs.js +0 -39
  577. package/lib/rules/unnecessaryBinds.d.ts +0 -10
  578. package/lib/rules/unnecessaryBinds.js +0 -78
  579. package/lib/rules/unnecessaryBlocks.d.ts +0 -10
  580. package/lib/rules/unnecessaryBlocks.js +0 -60
  581. package/lib/rules/unnecessaryBooleanCasts.d.ts +0 -10
  582. package/lib/rules/unnecessaryBooleanCasts.js +0 -58
  583. package/lib/rules/unnecessaryCatches.d.ts +0 -10
  584. package/lib/rules/unnecessaryCatches.js +0 -48
  585. package/lib/rules/unnecessaryComparisons.d.ts +0 -10
  586. package/lib/rules/unnecessaryComparisons.js +0 -300
  587. package/lib/rules/unnecessaryConcatenation.d.ts +0 -10
  588. package/lib/rules/unnecessaryConcatenation.js +0 -28
  589. package/lib/rules/unnecessaryEscapes.d.ts +0 -10
  590. package/lib/rules/unnecessaryEscapes.js +0 -134
  591. package/lib/rules/unnecessaryMathClamps.d.ts +0 -10
  592. package/lib/rules/unnecessaryMathClamps.js +0 -114
  593. package/lib/rules/unnecessaryNumericFractions.d.ts +0 -10
  594. package/lib/rules/unnecessaryNumericFractions.js +0 -50
  595. package/lib/rules/unnecessaryRenames.d.ts +0 -10
  596. package/lib/rules/unnecessaryRenames.js +0 -92
  597. package/lib/rules/unnecessaryTernaries.d.ts +0 -10
  598. package/lib/rules/unnecessaryTernaries.js +0 -88
  599. package/lib/rules/unnecessaryUseStricts.d.ts +0 -10
  600. package/lib/rules/unnecessaryUseStricts.js +0 -40
  601. package/lib/rules/unsafeNegations.d.ts +0 -10
  602. package/lib/rules/unsafeNegations.js +0 -38
  603. package/lib/rules/utils/collectAccessorPairs.d.ts +0 -12
  604. package/lib/rules/utils/collectAccessorPairs.js +0 -29
  605. package/lib/rules/utils/countCommentsInRange.d.ts +0 -3
  606. package/lib/rules/utils/countCommentsInRange.js +0 -12
  607. package/lib/rules/utils/discriminateAnyType.d.ts +0 -16
  608. package/lib/rules/utils/discriminateAnyType.js +0 -38
  609. package/lib/rules/utils/equalityOperators.d.ts +0 -9
  610. package/lib/rules/utils/equalityOperators.js +0 -36
  611. package/lib/rules/utils/forEachReturnStatement.d.ts +0 -3
  612. package/lib/rules/utils/forEachReturnStatement.js +0 -29
  613. package/lib/rules/utils/formatReportedType.d.ts +0 -4
  614. package/lib/rules/utils/formatReportedType.js +0 -9
  615. package/lib/rules/utils/getConstrainedType.d.ts +0 -3
  616. package/lib/rules/utils/getConstrainedType.js +0 -9
  617. package/lib/rules/utils/getFunctionName.d.ts +0 -3
  618. package/lib/rules/utils/getFunctionName.js +0 -16
  619. package/lib/rules/utils/getRegExpConstruction.d.ts +0 -10
  620. package/lib/rules/utils/getRegExpConstruction.js +0 -26
  621. package/lib/rules/utils/getRegExpLiteralDetails.d.ts +0 -7
  622. package/lib/rules/utils/getRegExpLiteralDetails.js +0 -13
  623. package/lib/rules/utils/getThisExpression.d.ts +0 -3
  624. package/lib/rules/utils/getThisExpression.js +0 -16
  625. package/lib/rules/utils/isArrayOrTupleTypeAtLocation.d.ts +0 -3
  626. package/lib/rules/utils/isArrayOrTupleTypeAtLocation.js +0 -13
  627. package/lib/rules/utils/isBuiltinSymbolLike.d.ts +0 -3
  628. package/lib/rules/utils/isBuiltinSymbolLike.js +0 -33
  629. package/lib/rules/utils/isDirectEqualityCheck.d.ts +0 -4
  630. package/lib/rules/utils/isDirectEqualityCheck.js +0 -29
  631. package/lib/rules/utils/isErrorSubclass.d.ts +0 -3
  632. package/lib/rules/utils/isErrorSubclass.js +0 -27
  633. package/lib/rules/utils/isInBooleanContext.d.ts +0 -3
  634. package/lib/rules/utils/isInBooleanContext.js +0 -22
  635. package/lib/rules/utils/isTypeRecursive.d.ts +0 -3
  636. package/lib/rules/utils/isTypeRecursive.js +0 -8
  637. package/lib/rules/utils/isUnsafeAssignment.d.ts +0 -15
  638. package/lib/rules/utils/isUnsafeAssignment.js +0 -45
  639. package/lib/rules/utils/operators.d.ts +0 -5
  640. package/lib/rules/utils/operators.js +0 -35
  641. package/lib/rules/utils/parseRegexpAst.d.ts +0 -2
  642. package/lib/rules/utils/parseRegexpAst.js +0 -17
  643. package/lib/rules/utils/parseRegexpAstFull.d.ts +0 -3
  644. package/lib/rules/utils/parseRegexpAstFull.js +0 -18
  645. package/lib/rules/utils/skipParentheses.d.ts +0 -3
  646. package/lib/rules/utils/skipParentheses.js +0 -10
  647. package/lib/rules/variableDeletions.d.ts +0 -10
  648. package/lib/rules/variableDeletions.js +0 -35
  649. package/lib/rules/voidOperator.d.ts +0 -10
  650. package/lib/rules/voidOperator.js +0 -34
  651. package/lib/rules/withStatements.d.ts +0 -10
  652. package/lib/rules/withStatements.js +0 -30
  653. package/lib/rules/wrapperObjects.d.ts +0 -10
  654. package/lib/rules/wrapperObjects.js +0 -36
  655. package/lib/type-utils/getSpecifierNames.d.ts +0 -3
  656. package/lib/type-utils/getSpecifierNames.js +0 -9
  657. package/lib/type-utils/isDeclaredInModuleBlock.d.ts +0 -3
  658. package/lib/type-utils/isDeclaredInModuleBlock.js +0 -14
  659. package/lib/type-utils/isFromFile.d.ts +0 -3
  660. package/lib/type-utils/isFromFile.js +0 -13
  661. package/lib/type-utils/isFromPackage.d.ts +0 -3
  662. package/lib/type-utils/isFromPackage.js +0 -16
  663. package/lib/type-utils/matchesSpecifier.d.ts +0 -4
  664. package/lib/type-utils/matchesSpecifier.js +0 -20
  665. package/lib/type-utils/schemas.d.ts +0 -15
  666. package/lib/type-utils/schemas.js +0 -25
@@ -1,226 +1,222 @@
1
- import * as _flint_fyi_core0 from "@flint.fyi/core";
2
- import * as zod_v40 from "zod/v4";
3
- import * as zod_v4_core0 from "zod/v4/core";
4
-
5
1
  //#region src/plugin.d.ts
6
- declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "javascript" | "all" | "typescript", [_flint_fyi_core0.Rule<{
2
+ declare const ts: import("@flint.fyi/core").Plugin<import("@flint.fyi/core").RuleAbout<string>, "javascript" | "all" | "typescript", [import("@flint.fyi/core").Rule<{
7
3
  readonly description: "Reports getter and setter accessors for the same property that are not adjacent.";
8
4
  readonly id: "accessorPairGroups";
9
5
  readonly presets: readonly ["stylistic", "stylisticStrict"];
10
6
  } & {
11
7
  readonly pluginId: string;
12
8
  readonly url: string;
13
- }, "notGrouped", undefined>, _flint_fyi_core0.Rule<{
9
+ }, "notGrouped", undefined>, import("@flint.fyi/core").Rule<{
14
10
  readonly description: "Reports mismatched types between getter and setter accessor pairs.";
15
11
  readonly id: "accessorPairTypes";
16
12
  readonly presets: readonly ["logical", "logicalStrict"];
17
13
  } & {
18
14
  readonly pluginId: string;
19
15
  readonly url: string;
20
- }, "mismatchedTypes", undefined>, _flint_fyi_core0.Rule<{
16
+ }, "mismatchedTypes", undefined>, import("@flint.fyi/core").Rule<{
21
17
  readonly description: "Reports recursive access to this within getters and setters.";
22
18
  readonly id: "accessorThisRecursion";
23
19
  readonly presets: readonly ["logical", "logicalStrict"];
24
20
  } & {
25
21
  readonly pluginId: string;
26
22
  readonly url: string;
27
- }, "noGetterRecursion" | "noSetterRecursion", undefined>, _flint_fyi_core0.Rule<{
23
+ }, "noGetterRecursion" | "noSetterRecursion", undefined>, import("@flint.fyi/core").Rule<{
28
24
  readonly description: "Reports calling a function with a value typed as `any` as an argument.";
29
25
  readonly id: "anyArguments";
30
26
  readonly presets: readonly ["logical", "logicalStrict"];
31
27
  } & {
32
28
  readonly pluginId: string;
33
29
  readonly url: string;
34
- }, "unsafeArgument" | "unsafeSpread" | "unsafeTupleSpread", undefined>, _flint_fyi_core0.Rule<{
30
+ }, "unsafeArgument" | "unsafeSpread" | "unsafeTupleSpread", undefined>, import("@flint.fyi/core").Rule<{
35
31
  readonly description: "Reports assigning a value with type `any` to variables and properties.";
36
32
  readonly id: "anyAssignments";
37
33
  readonly presets: readonly ["logical", "logicalStrict"];
38
34
  } & {
39
35
  readonly pluginId: string;
40
36
  readonly url: string;
41
- }, "unsafeArrayDestructure" | "unsafeArrayPatternFromTuple" | "unsafeArraySpread" | "unsafeAssignment" | "unsafeAssignmentToVariable" | "unsafeObjectPattern", undefined>, _flint_fyi_core0.Rule<{
37
+ }, "unsafeArrayDestructure" | "unsafeArrayPatternFromTuple" | "unsafeArraySpread" | "unsafeAssignment" | "unsafeAssignmentToVariable" | "unsafeObjectPattern", undefined>, import("@flint.fyi/core").Rule<{
42
38
  readonly description: "Reports calling a value with type `any`.";
43
39
  readonly id: "anyCalls";
44
40
  readonly presets: readonly ["logical", "logicalStrict"];
45
41
  } & {
46
42
  readonly pluginId: string;
47
43
  readonly url: string;
48
- }, "unsafeCall" | "unsafeNew" | "unsafeTemplateTag", undefined>, _flint_fyi_core0.Rule<{
44
+ }, "unsafeCall" | "unsafeNew" | "unsafeTemplateTag", undefined>, import("@flint.fyi/core").Rule<{
49
45
  readonly description: "Reports member access on a value with type `any`.";
50
46
  readonly id: "anyMemberAccess";
51
47
  readonly presets: readonly ["logical", "logicalStrict"];
52
48
  } & {
53
49
  readonly pluginId: string;
54
50
  readonly url: string;
55
- }, "unsafeComputedMemberAccess" | "unsafeMemberAccess", undefined>, _flint_fyi_core0.Rule<{
51
+ }, "unsafeComputedMemberAccess" | "unsafeMemberAccess", undefined>, import("@flint.fyi/core").Rule<{
56
52
  readonly description: "Reports returning a value with type `any` from a function.";
57
53
  readonly id: "anyReturns";
58
54
  readonly presets: readonly ["logical", "logicalStrict"];
59
55
  } & {
60
56
  readonly pluginId: string;
61
57
  readonly url: string;
62
- }, "unsafeReturn" | "unsafeReturnAssignment" | "unsafeReturnThis", undefined>, _flint_fyi_core0.Rule<{
58
+ }, "unsafeReturn" | "unsafeReturnAssignment" | "unsafeReturnThis", undefined>, import("@flint.fyi/core").Rule<{
63
59
  readonly description: "Reports using the arguments object instead of rest parameters.";
64
60
  readonly id: "arguments";
65
61
  readonly presets: readonly ["logical", "logicalStrict"];
66
62
  } & {
67
63
  readonly pluginId: string;
68
64
  readonly url: string;
69
- }, "preferRestParameters", undefined>, _flint_fyi_core0.Rule<{
65
+ }, "preferRestParameters", undefined>, import("@flint.fyi/core").Rule<{
70
66
  readonly description: "Reports missing return statements in callbacks of array methods.";
71
67
  readonly id: "arrayCallbackReturns";
72
68
  readonly presets: readonly ["javascript"];
73
69
  } & {
74
70
  readonly pluginId: string;
75
71
  readonly url: string;
76
- }, "missingReturn", undefined>, _flint_fyi_core0.Rule<{
72
+ }, "missingReturn", undefined>, import("@flint.fyi/core").Rule<{
77
73
  readonly description: "Reports using the `Array` constructor to create arrays instead of array literal syntax.";
78
74
  readonly id: "arrayConstructors";
79
75
  readonly presets: readonly ["logical", "logicalStrict"];
80
76
  } & {
81
77
  readonly pluginId: string;
82
78
  readonly url: string;
83
- }, "preferLiteral", undefined>, _flint_fyi_core0.Rule<{
79
+ }, "preferLiteral", undefined>, import("@flint.fyi/core").Rule<{
84
80
  readonly description: "Reports using `.length` or `Infinity` as the `deleteCount` or `skipCount` argument of `Array#splice()` or `Array#toSpliced()`.";
85
81
  readonly id: "arrayDeleteUnnecessaryCounts";
86
82
  readonly presets: readonly ["stylistic", "stylisticStrict"];
87
83
  } & {
88
84
  readonly pluginId: string;
89
85
  readonly url: string;
90
- }, "unnecessaryCount", undefined>, _flint_fyi_core0.Rule<{
86
+ }, "unnecessaryCount", undefined>, import("@flint.fyi/core").Rule<{
91
87
  readonly description: "Reports using the `delete` operator on array values.";
92
88
  readonly id: "arrayElementDeletions";
93
89
  readonly presets: readonly ["logical", "logicalStrict"];
94
90
  } & {
95
91
  readonly pluginId: string;
96
92
  readonly url: string;
97
- }, "noArrayDelete", undefined>, _flint_fyi_core0.Rule<{
93
+ }, "noArrayDelete", undefined>, import("@flint.fyi/core").Rule<{
98
94
  readonly description: "Reports array methods with callbacks that will never be invoked on arrays with empty slots.";
99
95
  readonly id: "arrayEmptyCallbackSlots";
100
96
  readonly presets: readonly ["logical", "logicalStrict"];
101
97
  } & {
102
98
  readonly pluginId: string;
103
99
  readonly url: string;
104
- }, "neverInvoked", undefined>, _flint_fyi_core0.Rule<{
100
+ }, "neverInvoked", undefined>, import("@flint.fyi/core").Rule<{
105
101
  readonly description: "Reports inconsistent styles for checking element existence using index methods.";
106
102
  readonly id: "arrayExistenceChecksConsistency";
107
103
  readonly presets: readonly ["stylistic", "stylisticStrict"];
108
104
  } & {
109
105
  readonly pluginId: string;
110
106
  readonly url: string;
111
- }, "preferEqualsMinusOne" | "preferNotEqualsMinusOne", undefined>, _flint_fyi_core0.Rule<{
107
+ }, "preferEqualsMinusOne" | "preferNotEqualsMinusOne", undefined>, import("@flint.fyi/core").Rule<{
112
108
  readonly description: "Reports using `.filter()` when only the first or last matching element is needed.";
113
109
  readonly id: "arrayFilteredFinds";
114
110
  readonly presets: readonly ["logical", "logicalStrict"];
115
111
  } & {
116
112
  readonly pluginId: string;
117
113
  readonly url: string;
118
- }, "preferFind" | "preferFindLast", undefined>, _flint_fyi_core0.Rule<{
114
+ }, "preferFind" | "preferFindLast", undefined>, import("@flint.fyi/core").Rule<{
119
115
  readonly description: "Reports using `.filter()[0]` instead of `.find()` when looking for a single element.";
120
116
  readonly id: "arrayFinds";
121
117
  readonly presets: readonly ["stylistic", "stylisticStrict"];
122
118
  } & {
123
119
  readonly pluginId: string;
124
120
  readonly url: string;
125
- }, "preferFind", undefined>, _flint_fyi_core0.Rule<{
121
+ }, "preferFind", undefined>, import("@flint.fyi/core").Rule<{
126
122
  readonly description: "Reports using `.map().flat()` when `.flatMap()` can be used.";
127
123
  readonly id: "arrayFlatMapMethods";
128
124
  readonly presets: readonly ["stylistic", "stylisticStrict"];
129
125
  } & {
130
126
  readonly pluginId: string;
131
127
  readonly url: string;
132
- }, "preferFlatMap", undefined>, _flint_fyi_core0.Rule<{
128
+ }, "preferFlatMap", undefined>, import("@flint.fyi/core").Rule<{
133
129
  readonly description: "Reports legacy techniques to flatten arrays instead of using `.flat()`.";
134
130
  readonly id: "arrayFlatMethods";
135
131
  readonly presets: readonly ["stylistic", "stylisticStrict"];
136
132
  } & {
137
133
  readonly pluginId: string;
138
134
  readonly url: string;
139
- }, "preferFlat", undefined>, _flint_fyi_core0.Rule<{
135
+ }, "preferFlat", undefined>, import("@flint.fyi/core").Rule<{
140
136
  readonly description: "Reports using `1` as the depth argument of `.flat()` since it is the default.";
141
137
  readonly id: "arrayFlatUnnecessaryDepths";
142
138
  readonly presets: readonly ["stylistic", "stylisticStrict"];
143
139
  } & {
144
140
  readonly pluginId: string;
145
141
  readonly url: string;
146
- }, "unnecessaryDepth", undefined>, _flint_fyi_core0.Rule<{
142
+ }, "unnecessaryDepth", undefined>, import("@flint.fyi/core").Rule<{
147
143
  readonly description: "Reports using `.indexOf()` comparisons that can be replaced with `.includes()`.";
148
144
  readonly id: "arrayIncludes";
149
145
  readonly presets: readonly ["stylistic", "stylisticStrict"];
150
146
  } & {
151
147
  readonly pluginId: string;
152
148
  readonly url: string;
153
- }, "preferIncludes", undefined>, _flint_fyi_core0.Rule<{
149
+ }, "preferIncludes", undefined>, import("@flint.fyi/core").Rule<{
154
150
  readonly description: "Reports using `Array#some()` with simple equality checks that can be replaced with `.includes()`.";
155
151
  readonly id: "arrayIncludesMethods";
156
152
  readonly presets: readonly ["stylistic", "stylisticStrict"];
157
153
  } & {
158
154
  readonly pluginId: string;
159
155
  readonly url: string;
160
- }, "preferIncludes", undefined>, _flint_fyi_core0.Rule<{
156
+ }, "preferIncludes", undefined>, import("@flint.fyi/core").Rule<{
161
157
  readonly description: "Reports using `.findIndex()` or `.findLastIndex()` with simple equality checks that can be replaced with `.indexOf()` or `.lastIndexOf()`.";
162
158
  readonly id: "arrayIndexOfMethods";
163
159
  readonly presets: readonly ["stylistic", "stylisticStrict"];
164
160
  } & {
165
161
  readonly pluginId: string;
166
162
  readonly url: string;
167
- }, "preferIndexOf" | "preferLastIndexOf", undefined>, _flint_fyi_core0.Rule<{
163
+ }, "preferIndexOf" | "preferLastIndexOf", undefined>, import("@flint.fyi/core").Rule<{
168
164
  readonly description: "Reports using `.forEach()` when a for-of loop can be used.";
169
165
  readonly id: "arrayLoops";
170
166
  readonly presets: readonly ["stylistic", "stylisticStrict"];
171
167
  } & {
172
168
  readonly pluginId: string;
173
169
  readonly url: string;
174
- }, "preferForOf", undefined>, _flint_fyi_core0.Rule<{
170
+ }, "preferForOf", undefined>, import("@flint.fyi/core").Rule<{
175
171
  readonly description: "Reports using `.flatMap()` with an identity function that returns its argument unchanged.";
176
172
  readonly id: "arrayMapIdentities";
177
173
  readonly presets: readonly ["logical", "logicalStrict"];
178
174
  } & {
179
175
  readonly pluginId: string;
180
176
  readonly url: string;
181
- }, "identityFlatMap", undefined>, _flint_fyi_core0.Rule<{
177
+ }, "identityFlatMap", undefined>, import("@flint.fyi/core").Rule<{
182
178
  readonly description: "Reports `.reverse()` calls on arrays that mutate the original array.";
183
179
  readonly id: "arrayMutableReverses";
184
180
  readonly presets: readonly ["stylistic", "stylisticStrict"];
185
181
  } & {
186
182
  readonly pluginId: string;
187
183
  readonly url: string;
188
- }, "preferToReversed", undefined>, _flint_fyi_core0.Rule<{
184
+ }, "preferToReversed", undefined>, import("@flint.fyi/core").Rule<{
189
185
  readonly description: "Reports `.sort()` calls on arrays that mutate the original array.";
190
186
  readonly id: "arrayMutableSorts";
191
187
  readonly presets: readonly ["stylistic", "stylisticStrict"];
192
188
  } & {
193
189
  readonly pluginId: string;
194
190
  readonly url: string;
195
- }, "preferToSorted", undefined>, _flint_fyi_core0.Rule<{
191
+ }, "preferToSorted", undefined>, import("@flint.fyi/core").Rule<{
196
192
  readonly description: "Reports `Array#reduce` calls using type assertions on initial values instead of type arguments.";
197
193
  readonly id: "arrayReduceTypeArguments";
198
194
  readonly presets: readonly ["logicalStrict"];
199
195
  } & {
200
196
  readonly pluginId: string;
201
197
  readonly url: string;
202
- }, "preferTypeParameter", undefined>, _flint_fyi_core0.Rule<{
198
+ }, "preferTypeParameter", undefined>, import("@flint.fyi/core").Rule<{
203
199
  readonly description: "Reports unnecessary `end` argument in `.slice()` calls when it equals the length or is `Infinity`.";
204
200
  readonly id: "arraySliceUnnecessaryEnd";
205
201
  readonly presets: readonly ["stylistic", "stylisticStrict"];
206
202
  } & {
207
203
  readonly pluginId: string;
208
204
  readonly url: string;
209
- }, "unnecessaryEnd", undefined>, _flint_fyi_core0.Rule<{
205
+ }, "unnecessaryEnd", undefined>, import("@flint.fyi/core").Rule<{
210
206
  readonly description: "Reports patterns that can be replaced with `.some()` for checking array element existence.";
211
207
  readonly id: "arraySomeMethods";
212
208
  readonly presets: readonly ["stylistic", "stylisticStrict"];
213
209
  } & {
214
210
  readonly pluginId: string;
215
211
  readonly url: string;
216
- }, "preferSome", undefined>, _flint_fyi_core0.Rule<{
212
+ }, "preferSome", undefined>, import("@flint.fyi/core").Rule<{
217
213
  readonly description: "Reports inconsistent types when spreading a ternary in an array literal.";
218
214
  readonly id: "arrayTernarySpreadingConsistency";
219
215
  readonly presets: readonly ["stylistic", "stylisticStrict"];
220
216
  } & {
221
217
  readonly pluginId: string;
222
218
  readonly url: string;
223
- }, "inconsistentTypes", undefined>, _flint_fyi_core0.Rule<{
219
+ }, "inconsistentTypes", undefined>, import("@flint.fyi/core").Rule<{
224
220
  readonly description: "Reports array type syntax that doesn't match the configured style.";
225
221
  readonly id: "arrayTypes";
226
222
  readonly presets: readonly ["stylistic", "stylisticStrict"];
@@ -228,152 +224,152 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
228
224
  readonly pluginId: string;
229
225
  readonly url: string;
230
226
  }, "preferArraySyntax" | "preferGenericSyntax" | "preferReadonlyArraySyntax" | "preferReadonlyGenericSyntax", {
231
- style: zod_v40.ZodDefault<zod_v40.ZodEnum<{
227
+ style: import("zod/v4").ZodDefault<import("zod/v4").ZodEnum<{
232
228
  array: "array";
233
229
  "array-simple": "array-simple";
234
230
  generic: "generic";
235
231
  }>>;
236
- }>, _flint_fyi_core0.Rule<{
232
+ }>, import("@flint.fyi/core").Rule<{
237
233
  readonly description: "Reports unnecessary array length checks before `.some()` or `.every()` calls.";
238
234
  readonly id: "arrayUnnecessaryLengthChecks";
239
235
  readonly presets: readonly ["logical"];
240
236
  } & {
241
237
  readonly pluginId: string;
242
238
  readonly url: string;
243
- }, "unnecessaryLengthCheckEvery" | "unnecessaryLengthCheckSome", undefined>, _flint_fyi_core0.Rule<{
239
+ }, "unnecessaryLengthCheckEvery" | "unnecessaryLengthCheckSome", undefined>, import("@flint.fyi/core").Rule<{
244
240
  readonly description: "Reports using explicit literal types when `as const` can be used.";
245
241
  readonly id: "asConstAssertions";
246
242
  readonly presets: readonly ["stylistic", "stylisticStrict"];
247
243
  } & {
248
244
  readonly pluginId: string;
249
245
  readonly url: string;
250
- }, "preferAsConst" | "preferAsConstAnnotation", undefined>, _flint_fyi_core0.Rule<{
246
+ }, "preferAsConst" | "preferAsConstAnnotation", undefined>, import("@flint.fyi/core").Rule<{
251
247
  readonly description: "Prefer logical assignment operator shorthand expressions.";
252
248
  readonly id: "assignmentOperatorShorthands";
253
249
  readonly presets: readonly ["stylistic", "stylisticStrict"];
254
250
  } & {
255
251
  readonly pluginId: string;
256
252
  readonly url: string;
257
- }, "preferShorthand", undefined>, _flint_fyi_core0.Rule<{
253
+ }, "preferShorthand", undefined>, import("@flint.fyi/core").Rule<{
258
254
  readonly description: "Reports async functions that do not use await.";
259
255
  readonly id: "asyncFunctionAwaits";
260
256
  readonly presets: readonly ["logicalStrict"];
261
257
  } & {
262
258
  readonly pluginId: string;
263
259
  readonly url: string;
264
- }, "missingAwait", undefined>, _flint_fyi_core0.Rule<{
260
+ }, "missingAwait", undefined>, import("@flint.fyi/core").Rule<{
265
261
  readonly description: "Reports using async functions as Promise executor functions.";
266
262
  readonly id: "asyncPromiseExecutors";
267
263
  readonly presets: readonly ["logical", "logicalStrict"];
268
264
  } & {
269
265
  readonly pluginId: string;
270
266
  readonly url: string;
271
- }, "asyncPromiseExecutor", undefined>, _flint_fyi_core0.Rule<{
267
+ }, "asyncPromiseExecutor", undefined>, import("@flint.fyi/core").Rule<{
272
268
  readonly description: "Reports unnecessary `Promise.resolve()` or `Promise.reject()` in async contexts.";
273
269
  readonly id: "asyncUnnecessaryPromiseWrappers";
274
270
  readonly presets: readonly ["logical", "logicalStrict"];
275
271
  } & {
276
272
  readonly pluginId: string;
277
273
  readonly url: string;
278
- }, "unnecessaryReject" | "unnecessaryResolve", undefined>, _flint_fyi_core0.Rule<{
274
+ }, "unnecessaryReject" | "unnecessaryResolve", undefined>, import("@flint.fyi/core").Rule<{
279
275
  readonly description: "Prefer using .at() for accessing elements at negative indices.";
280
276
  readonly id: "atAccesses";
281
277
  readonly presets: readonly ["stylistic", "stylisticStrict"];
282
278
  } & {
283
279
  readonly pluginId: string;
284
280
  readonly url: string;
285
- }, "preferAt", undefined>, _flint_fyi_core0.Rule<{
281
+ }, "preferAt", undefined>, import("@flint.fyi/core").Rule<{
286
282
  readonly description: "Reports functions that wrap native coercion functions like `String`, `Number`, `BigInt`, `Boolean`, or `Symbol`.";
287
283
  readonly id: "builtinCoercions";
288
284
  readonly presets: readonly ["stylistic", "stylisticStrict"];
289
285
  } & {
290
286
  readonly pluginId: string;
291
287
  readonly url: string;
292
- }, "useBuiltin", undefined>, _flint_fyi_core0.Rule<{
288
+ }, "useBuiltin", undefined>, import("@flint.fyi/core").Rule<{
293
289
  readonly description: "Enforces using new for constructors that require it, and disallows new for primitive coercion functions.";
294
290
  readonly id: "builtinConstructorNews";
295
291
  readonly presets: readonly ["stylistic", "stylisticStrict"];
296
292
  } & {
297
293
  readonly pluginId: string;
298
294
  readonly url: string;
299
- }, "disallowedNew" | "missingNew", undefined>, _flint_fyi_core0.Rule<{
295
+ }, "disallowedNew" | "missingNew", undefined>, import("@flint.fyi/core").Rule<{
300
296
  readonly description: "Reports lexical declarations in case clauses without wrapping them in blocks.";
301
297
  readonly id: "caseDeclarations";
302
298
  readonly presets: readonly ["javascript"];
303
299
  } & {
304
300
  readonly pluginId: string;
305
301
  readonly url: string;
306
- }, "unexpectedLexicalDeclaration", undefined>, _flint_fyi_core0.Rule<{
302
+ }, "unexpectedLexicalDeclaration", undefined>, import("@flint.fyi/core").Rule<{
307
303
  readonly description: "Reports switch statements with duplicate case clause test expressions.";
308
304
  readonly id: "caseDuplicates";
309
305
  readonly presets: readonly ["logical", "logicalStrict"];
310
306
  } & {
311
307
  readonly pluginId: string;
312
308
  readonly url: string;
313
- }, "duplicateCase", undefined>, _flint_fyi_core0.Rule<{
309
+ }, "duplicateCase", undefined>, import("@flint.fyi/core").Rule<{
314
310
  readonly description: "Reports switch case clauses that fall through unexpectedly.";
315
311
  readonly id: "caseFallthroughs";
316
312
  readonly presets: readonly ["logical", "logicalStrict"];
317
313
  } & {
318
314
  readonly pluginId: string;
319
315
  readonly url: string;
320
- }, "unexpectedFallthrough", undefined>, _flint_fyi_core0.Rule<{
316
+ }, "unexpectedFallthrough", undefined>, import("@flint.fyi/core").Rule<{
321
317
  readonly description: "Reports `Promise` catch callback parameters that are not typed as unknown.";
322
318
  readonly id: "catchCallbackTypes";
323
319
  readonly presets: readonly ["logical", "logicalStrict"];
324
320
  } & {
325
321
  readonly pluginId: string;
326
322
  readonly url: string;
327
- }, "preferUnknown", undefined>, _flint_fyi_core0.Rule<{
323
+ }, "preferUnknown", undefined>, import("@flint.fyi/core").Rule<{
328
324
  readonly description: "Enforces a consistent naming convention for catch clause error variables.";
329
325
  readonly id: "caughtVariableNames";
330
326
  readonly presets: readonly ["stylisticStrict"];
331
327
  } & {
332
328
  readonly pluginId: string;
333
329
  readonly url: string;
334
- }, "preferErrorName", undefined>, _flint_fyi_core0.Rule<{
330
+ }, "preferErrorName", undefined>, import("@flint.fyi/core").Rule<{
335
331
  readonly description: "Reports using chained assignment expressions (e.g., a = b = c).";
336
332
  readonly id: "chainedAssignments";
337
333
  readonly presets: readonly ["stylistic", "stylisticStrict"];
338
334
  } & {
339
335
  readonly pluginId: string;
340
336
  readonly url: string;
341
- }, "noChainedAssignment", undefined>, _flint_fyi_core0.Rule<{
337
+ }, "noChainedAssignment", undefined>, import("@flint.fyi/core").Rule<{
342
338
  readonly description: "Reports comparing charAt() results with strings longer than one character.";
343
339
  readonly id: "charAtComparisons";
344
340
  readonly presets: readonly ["logical", "logicalStrict"];
345
341
  } & {
346
342
  readonly pluginId: string;
347
343
  readonly url: string;
348
- }, "invalidComparison", undefined>, _flint_fyi_core0.Rule<{
344
+ }, "invalidComparison", undefined>, import("@flint.fyi/core").Rule<{
349
345
  readonly description: "Reports reassigning class declarations.";
350
346
  readonly id: "classAssignments";
351
347
  readonly presets: readonly ["javascript"];
352
348
  } & {
353
349
  readonly pluginId: string;
354
350
  readonly url: string;
355
- }, "noClassAssign", undefined>, _flint_fyi_core0.Rule<{
351
+ }, "noClassAssign", undefined>, import("@flint.fyi/core").Rule<{
356
352
  readonly description: "Reports assigning literal values to `this` in constructors instead of using class field declarations.";
357
353
  readonly id: "classFieldDeclarations";
358
354
  readonly presets: readonly ["javascript"];
359
355
  } & {
360
356
  readonly pluginId: string;
361
357
  readonly url: string;
362
- }, "preferClassField", undefined>, _flint_fyi_core0.Rule<{
358
+ }, "preferClassField", undefined>, import("@flint.fyi/core").Rule<{
363
359
  readonly description: "Reports getters that return literal values instead of using readonly class fields.";
364
360
  readonly id: "classLiteralProperties";
365
361
  readonly presets: readonly ["stylistic", "stylisticStrict"];
366
362
  } & {
367
363
  readonly pluginId: string;
368
364
  readonly url: string;
369
- }, "preferField", undefined>, _flint_fyi_core0.Rule<{
365
+ }, "preferField", undefined>, import("@flint.fyi/core").Rule<{
370
366
  readonly description: "Reports duplicate class member names that will be overwritten.";
371
367
  readonly id: "classMemberDuplicates";
372
368
  readonly presets: readonly ["javascript"];
373
369
  } & {
374
370
  readonly pluginId: string;
375
371
  readonly url: string;
376
- }, "duplicateMember", undefined>, _flint_fyi_core0.Rule<{
372
+ }, "duplicateMember", undefined>, import("@flint.fyi/core").Rule<{
377
373
  readonly description: "Reports class methods that do not use `this`.";
378
374
  readonly id: "classMethodsThis";
379
375
  readonly presets: readonly ["stylistic", "stylisticStrict"];
@@ -381,36 +377,36 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
381
377
  readonly pluginId: string;
382
378
  readonly url: string;
383
379
  }, "missingThis", {
384
- ignoreClassesThatImplementAnInterface: zod_v40.ZodDefault<zod_v40.ZodUnion<readonly [zod_v40.ZodBoolean, zod_v40.ZodLiteral<"public-fields">]>>;
385
- ignoreOverrideMethods: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
386
- }>, _flint_fyi_core0.Rule<{
380
+ ignoreClassesThatImplementAnInterface: import("zod/v4").ZodDefault<import("zod/v4").ZodUnion<readonly [import("zod/v4").ZodBoolean, import("zod/v4").ZodLiteral<"public-fields">]>>;
381
+ ignoreOverrideMethods: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
382
+ }>, import("@flint.fyi/core").Rule<{
387
383
  readonly description: "Reports consecutive array.push() calls that could be combined into a single call.";
388
384
  readonly id: "combinedPushes";
389
385
  readonly presets: readonly ["stylistic", "stylisticStrict"];
390
386
  } & {
391
387
  readonly pluginId: string;
392
388
  readonly url: string;
393
- }, "combinePushes", undefined>, _flint_fyi_core0.Rule<{
389
+ }, "combinePushes", undefined>, import("@flint.fyi/core").Rule<{
394
390
  readonly description: "Reports unnecessary extra non-null assertions.";
395
391
  readonly id: "consecutiveNonNullAssertions";
396
392
  readonly presets: readonly ["logical"];
397
393
  } & {
398
394
  readonly pluginId: string;
399
395
  readonly url: string;
400
- }, "consecutiveNonNullAssertion", undefined>, _flint_fyi_core0.Rule<{
396
+ }, "consecutiveNonNullAssertion", undefined>, import("@flint.fyi/core").Rule<{
401
397
  readonly description: "Reports calls to console methods.";
402
398
  readonly id: "consoleCalls";
403
399
  } & {
404
400
  readonly pluginId: string;
405
401
  readonly url: string;
406
- }, "noConsole", undefined>, _flint_fyi_core0.Rule<{
402
+ }, "noConsole", undefined>, import("@flint.fyi/core").Rule<{
407
403
  readonly description: "Reports attempting to reassign variables declared with const.";
408
404
  readonly id: "constantAssignments";
409
405
  readonly presets: readonly ["javascript"];
410
406
  } & {
411
407
  readonly pluginId: string;
412
408
  readonly url: string;
413
- }, "noConstAssign", undefined>, _flint_fyi_core0.Rule<{
409
+ }, "noConstAssign", undefined>, import("@flint.fyi/core").Rule<{
414
410
  readonly description: "Reports inconsistent placement of type arguments in constructor calls.";
415
411
  readonly id: "constructorGenericCalls";
416
412
  readonly presets: readonly ["stylistic", "stylisticStrict"];
@@ -418,297 +414,297 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
418
414
  readonly pluginId: string;
419
415
  readonly url: string;
420
416
  }, "preferConstructor" | "preferTypeAnnotation", {
421
- style: zod_v40.ZodDefault<zod_v40.ZodEnum<{
417
+ style: import("zod/v4").ZodDefault<import("zod/v4").ZodEnum<{
422
418
  constructor: "constructor";
423
419
  "type-annotation": "type-annotation";
424
420
  }>>;
425
- }>, _flint_fyi_core0.Rule<{
421
+ }>, import("@flint.fyi/core").Rule<{
426
422
  readonly description: "Reports returning values from constructor functions.";
427
423
  readonly id: "constructorReturns";
428
424
  readonly presets: readonly ["javascript"];
429
425
  } & {
430
426
  readonly pluginId: string;
431
427
  readonly url: string;
432
- }, "noConstructorReturn", undefined>, _flint_fyi_core0.Rule<{
428
+ }, "noConstructorReturn", undefined>, import("@flint.fyi/core").Rule<{
433
429
  readonly description: "Reports constructors of derived classes that do not call `super()`, and constructors of non-derived classes that call `super()`.";
434
430
  readonly id: "constructorSupers";
435
431
  readonly presets: readonly ["javascript"];
436
432
  } & {
437
433
  readonly pluginId: string;
438
434
  readonly url: string;
439
- }, "missingSuperCall" | "unexpectedSuperCall", undefined>, _flint_fyi_core0.Rule<{
435
+ }, "missingSuperCall" | "unexpectedSuperCall", undefined>, import("@flint.fyi/core").Rule<{
440
436
  readonly description: "Prefer passing a `Date` directly to the `Date` constructor when cloning, rather than calling `getTime()`.";
441
437
  readonly id: "dateConstructorClones";
442
438
  readonly presets: readonly ["logical"];
443
439
  } & {
444
440
  readonly pluginId: string;
445
441
  readonly url: string;
446
- }, "unnecessaryGetTime", undefined>, _flint_fyi_core0.Rule<{
442
+ }, "unnecessaryGetTime", undefined>, import("@flint.fyi/core").Rule<{
447
443
  readonly description: "Prefer the shorter `Date.now()` to get the number of milliseconds since the Unix Epoch.";
448
444
  readonly id: "dateNowTimestamps";
449
445
  readonly presets: readonly ["logical", "logicalStrict"];
450
446
  } & {
451
447
  readonly pluginId: string;
452
448
  readonly url: string;
453
- }, "preferDateNow", undefined>, _flint_fyi_core0.Rule<{
449
+ }, "preferDateNow", undefined>, import("@flint.fyi/core").Rule<{
454
450
  readonly description: "Reports using debugger statements.";
455
451
  readonly id: "debuggerStatements";
456
452
  readonly presets: readonly ["logical", "logicalStrict"];
457
453
  } & {
458
454
  readonly pluginId: string;
459
455
  readonly url: string;
460
- }, "noDebugger", undefined>, _flint_fyi_core0.Rule<{
456
+ }, "noDebugger", undefined>, import("@flint.fyi/core").Rule<{
461
457
  readonly description: "Reports switch statements where the default clause is not last.";
462
458
  readonly id: "defaultCaseLast";
463
459
  readonly presets: readonly ["logical", "logicalStrict"];
464
460
  } & {
465
461
  readonly pluginId: string;
466
462
  readonly url: string;
467
- }, "defaultCaseShouldBeLast", undefined>, _flint_fyi_core0.Rule<{
463
+ }, "defaultCaseShouldBeLast", undefined>, import("@flint.fyi/core").Rule<{
468
464
  readonly description: "Enforce default parameters to be last.";
469
465
  readonly id: "defaultParameterLast";
470
466
  readonly presets: readonly ["javascript"];
471
467
  } & {
472
468
  readonly pluginId: string;
473
469
  readonly url: string;
474
- }, "defaultParameterLast", undefined>, _flint_fyi_core0.Rule<{
470
+ }, "defaultParameterLast", undefined>, import("@flint.fyi/core").Rule<{
475
471
  readonly description: "Disallow using code marked as @deprecated.";
476
472
  readonly id: "deprecated";
477
473
  readonly presets: readonly ["logical", "logicalStrict"];
478
474
  } & {
479
475
  readonly pluginId: string;
480
476
  readonly url: string;
481
- }, "deprecated", undefined>, _flint_fyi_core0.Rule<{
477
+ }, "deprecated", undefined>, import("@flint.fyi/core").Rule<{
482
478
  readonly description: "Use destructured variables over properties for consistency.";
483
479
  readonly id: "destructuringConsistency";
484
480
  readonly presets: readonly ["stylistic", "stylisticStrict"];
485
481
  } & {
486
482
  readonly pluginId: string;
487
483
  readonly url: string;
488
- }, "useDestructured", undefined>, _flint_fyi_core0.Rule<{
484
+ }, "useDestructured", undefined>, import("@flint.fyi/core").Rule<{
489
485
  readonly description: "Reports functions with duplicate parameter names in their signatures.";
490
486
  readonly id: "duplicateArguments";
491
487
  readonly presets: readonly ["javascript"];
492
488
  } & {
493
489
  readonly pluginId: string;
494
490
  readonly url: string;
495
- }, "duplicateParam", undefined>, _flint_fyi_core0.Rule<{
491
+ }, "duplicateParam", undefined>, import("@flint.fyi/core").Rule<{
496
492
  readonly description: "Disallow using the delete operator on computed key expressions.";
497
493
  readonly id: "dynamicDeletes";
498
494
  readonly presets: readonly ["logical", "logicalStrict"];
499
495
  } & {
500
496
  readonly pluginId: string;
501
497
  readonly url: string;
502
- }, "dynamicDelete", undefined>, _flint_fyi_core0.Rule<{
498
+ }, "dynamicDelete", undefined>, import("@flint.fyi/core").Rule<{
503
499
  readonly description: "Reports duplicate conditions in if-else-if chains that make code unreachable.";
504
500
  readonly id: "elseIfDuplicates";
505
501
  readonly presets: readonly ["logical", "logicalStrict"];
506
502
  } & {
507
503
  readonly pluginId: string;
508
504
  readonly url: string;
509
- }, "duplicateCondition", undefined>, _flint_fyi_core0.Rule<{
505
+ }, "duplicateCondition", undefined>, import("@flint.fyi/core").Rule<{
510
506
  readonly description: "Reports unnecessary `else` blocks following `if` statements that always return or throw.";
511
507
  readonly id: "elseReturns";
512
508
  readonly presets: readonly ["stylisticStrict"];
513
509
  } & {
514
510
  readonly pluginId: string;
515
511
  readonly url: string;
516
- }, "unnecessaryElse", undefined>, _flint_fyi_core0.Rule<{
512
+ }, "unnecessaryElse", undefined>, import("@flint.fyi/core").Rule<{
517
513
  readonly description: "Reports empty block statements that should contain code.";
518
514
  readonly id: "emptyBlocks";
519
515
  readonly presets: readonly ["stylistic", "stylisticStrict"];
520
516
  } & {
521
517
  readonly pluginId: string;
522
518
  readonly url: string;
523
- }, "emptyBlock", undefined>, _flint_fyi_core0.Rule<{
519
+ }, "emptyBlock", undefined>, import("@flint.fyi/core").Rule<{
524
520
  readonly description: "Reports using empty destructuring patterns that destructure no values.";
525
521
  readonly id: "emptyDestructures";
526
522
  readonly presets: readonly ["logical", "logicalStrict"];
527
523
  } & {
528
524
  readonly pluginId: string;
529
525
  readonly url: string;
530
- }, "emptyPattern", undefined>, _flint_fyi_core0.Rule<{
526
+ }, "emptyPattern", undefined>, import("@flint.fyi/core").Rule<{
531
527
  readonly description: "Reports empty enum declarations with no members.";
532
528
  readonly id: "emptyEnums";
533
529
  readonly presets: readonly ["logical"];
534
530
  } & {
535
531
  readonly pluginId: string;
536
532
  readonly url: string;
537
- }, "emptyEnum", undefined>, _flint_fyi_core0.Rule<{
533
+ }, "emptyEnum", undefined>, import("@flint.fyi/core").Rule<{
538
534
  readonly description: "Reports empty export statements that don't make a file a module.";
539
535
  readonly id: "emptyExports";
540
536
  readonly presets: readonly ["logical", "logicalStrict"];
541
537
  } & {
542
538
  readonly pluginId: string;
543
539
  readonly url: string;
544
- }, "uselessExport", undefined>, _flint_fyi_core0.Rule<{
540
+ }, "uselessExport", undefined>, import("@flint.fyi/core").Rule<{
545
541
  readonly description: "Reports files that contain no meaningful code.";
546
542
  readonly id: "emptyFiles";
547
543
  readonly presets: readonly ["stylistic", "stylisticStrict"];
548
544
  } & {
549
545
  readonly pluginId: string;
550
546
  readonly url: string;
551
- }, "emptyFile", undefined>, _flint_fyi_core0.Rule<{
547
+ }, "emptyFile", undefined>, import("@flint.fyi/core").Rule<{
552
548
  readonly description: "Reports empty functions that should contain code or a comment.";
553
549
  readonly id: "emptyFunctions";
554
550
  readonly presets: readonly ["stylistic", "stylisticStrict"];
555
551
  } & {
556
552
  readonly pluginId: string;
557
553
  readonly url: string;
558
- }, "emptyFunction", undefined>, _flint_fyi_core0.Rule<{
554
+ }, "emptyFunction", undefined>, import("@flint.fyi/core").Rule<{
559
555
  readonly description: "Reports empty import/export attributes that serve no purpose.";
560
556
  readonly id: "emptyModuleAttributes";
561
557
  readonly presets: readonly ["stylistic", "stylisticStrict"];
562
558
  } & {
563
559
  readonly pluginId: string;
564
560
  readonly url: string;
565
- }, "emptyAttributes", undefined>, _flint_fyi_core0.Rule<{
561
+ }, "emptyAttributes", undefined>, import("@flint.fyi/core").Rule<{
566
562
  readonly description: "Reports empty object type literals and empty interfaces that are often used incorrectly.";
567
563
  readonly id: "emptyObjectTypes";
568
564
  readonly presets: readonly ["logical", "logicalStrict"];
569
565
  } & {
570
566
  readonly pluginId: string;
571
567
  readonly url: string;
572
- }, "emptyInterface" | "emptyObjectType", undefined>, _flint_fyi_core0.Rule<{
568
+ }, "emptyInterface" | "emptyObjectType", undefined>, import("@flint.fyi/core").Rule<{
573
569
  readonly description: "Reports empty static initialization blocks within class declarations.";
574
570
  readonly id: "emptyStaticBlocks";
575
571
  readonly presets: readonly ["stylistic", "stylisticStrict"];
576
572
  } & {
577
573
  readonly pluginId: string;
578
574
  readonly url: string;
579
- }, "emptyStaticBlock", undefined>, _flint_fyi_core0.Rule<{
575
+ }, "emptyStaticBlock", undefined>, import("@flint.fyi/core").Rule<{
580
576
  readonly description: "Reports empty type parameter lists in type aliases and interfaces.";
581
577
  readonly id: "emptyTypeParameterLists";
582
578
  readonly presets: readonly ["stylistic", "stylisticStrict"];
583
579
  } & {
584
580
  readonly pluginId: string;
585
581
  readonly url: string;
586
- }, "emptyTypeParameters", undefined>, _flint_fyi_core0.Rule<{
582
+ }, "emptyTypeParameters", undefined>, import("@flint.fyi/core").Rule<{
587
583
  readonly description: "Reports enum members without explicit initial values.";
588
584
  readonly id: "enumInitializers";
589
585
  readonly presets: readonly ["logical", "logicalStrict"];
590
586
  } & {
591
587
  readonly pluginId: string;
592
588
  readonly url: string;
593
- }, "defineInitializer", undefined>, _flint_fyi_core0.Rule<{
589
+ }, "defineInitializer", undefined>, import("@flint.fyi/core").Rule<{
594
590
  readonly description: "Requires all enum members to be literal values.";
595
591
  readonly id: "enumMemberLiterals";
596
592
  readonly presets: readonly ["logicalStrict"];
597
593
  } & {
598
594
  readonly pluginId: string;
599
595
  readonly url: string;
600
- }, "requireLiteral", undefined>, _flint_fyi_core0.Rule<{
596
+ }, "requireLiteral", undefined>, import("@flint.fyi/core").Rule<{
601
597
  readonly description: "Reports enums that contain both string and number members.";
602
598
  readonly id: "enumValueConsistency";
603
599
  readonly presets: readonly ["logical", "logicalStrict"];
604
600
  } & {
605
601
  readonly pluginId: string;
606
602
  readonly url: string;
607
- }, "mixedTypes", undefined>, _flint_fyi_core0.Rule<{
603
+ }, "mixedTypes", undefined>, import("@flint.fyi/core").Rule<{
608
604
  readonly description: "Reports enum members with duplicate values.";
609
605
  readonly id: "enumValueDuplicates";
610
606
  readonly presets: readonly ["logical", "logicalStrict"];
611
607
  } & {
612
608
  readonly pluginId: string;
613
609
  readonly url: string;
614
- }, "duplicateValue", undefined>, _flint_fyi_core0.Rule<{
610
+ }, "duplicateValue", undefined>, import("@flint.fyi/core").Rule<{
615
611
  readonly description: "Reports negated expressions on the left side of equality checks.";
616
612
  readonly id: "equalityOperatorNegations";
617
613
  } & {
618
614
  readonly pluginId: string;
619
615
  readonly url: string;
620
- }, "negatedEquality", undefined>, _flint_fyi_core0.Rule<{
616
+ }, "negatedEquality", undefined>, import("@flint.fyi/core").Rule<{
621
617
  readonly description: "Enforces consistent use of strict equality operators (=== and !==) over loose equality operators (== and !=) for non-nullish comparisons.";
622
618
  readonly id: "equalityOperators";
623
619
  readonly presets: readonly ["logical", "logicalStrict"];
624
620
  } & {
625
621
  readonly pluginId: string;
626
622
  readonly url: string;
627
- }, "preferStrictEquality", undefined>, _flint_fyi_core0.Rule<{
623
+ }, "preferStrictEquality", undefined>, import("@flint.fyi/core").Rule<{
628
624
  readonly description: "Requires a message value when creating a built-in error.";
629
625
  readonly id: "errorMessages";
630
626
  readonly presets: readonly ["logicalStrict"];
631
627
  } & {
632
628
  readonly pluginId: string;
633
629
  readonly url: string;
634
- }, "missingMessage", undefined>, _flint_fyi_core0.Rule<{
630
+ }, "missingMessage", undefined>, import("@flint.fyi/core").Rule<{
635
631
  readonly description: "Reports incorrect Error subclass definitions that don't follow best practices.";
636
632
  readonly id: "errorSubclassProperties";
637
633
  readonly presets: readonly ["logicalStrict"];
638
634
  } & {
639
635
  readonly pluginId: string;
640
636
  readonly url: string;
641
- }, "invalidClassName" | "missingName" | "redundantMessage" | "useConstructorName" | "wrongName", undefined>, _flint_fyi_core0.Rule<{
637
+ }, "invalidClassName" | "missingName" | "redundantMessage" | "useConstructorName" | "wrongName", undefined>, import("@flint.fyi/core").Rule<{
642
638
  readonly description: "Reports unnecessary Error.captureStackTrace() calls in Error subclass constructors.";
643
639
  readonly id: "errorUnnecessaryCaptureStackTraces";
644
640
  readonly presets: readonly ["logical", "logicalStrict"];
645
641
  } & {
646
642
  readonly pluginId: string;
647
643
  readonly url: string;
648
- }, "unnecessaryCaptureStackTrace", undefined>, _flint_fyi_core0.Rule<{
644
+ }, "unnecessaryCaptureStackTrace", undefined>, import("@flint.fyi/core").Rule<{
649
645
  readonly description: "Reports escape sequences with lowercase hexadecimal characters.";
650
646
  readonly id: "escapeSequenceCasing";
651
647
  readonly presets: readonly ["stylisticStrict"];
652
648
  } & {
653
649
  readonly pluginId: string;
654
650
  readonly url: string;
655
- }, "useUppercase", undefined>, _flint_fyi_core0.Rule<{
651
+ }, "useUppercase", undefined>, import("@flint.fyi/core").Rule<{
656
652
  readonly description: "Reports uses of the eval function.";
657
653
  readonly id: "evals";
658
654
  readonly presets: readonly ["logical", "logicalStrict"];
659
655
  } & {
660
656
  readonly pluginId: string;
661
657
  readonly url: string;
662
- }, "noEval", undefined>, _flint_fyi_core0.Rule<{
658
+ }, "noEval", undefined>, import("@flint.fyi/core").Rule<{
663
659
  readonly description: "Reports variables declared without type annotation or initializer.";
664
660
  readonly id: "evolvingVariableTypes";
665
661
  readonly presets: readonly ["stylisticStrict"];
666
662
  } & {
667
663
  readonly pluginId: string;
668
664
  readonly url: string;
669
- }, "implicitAny", undefined>, _flint_fyi_core0.Rule<{
665
+ }, "implicitAny", undefined>, import("@flint.fyi/core").Rule<{
670
666
  readonly description: "Reports reassigning exception parameters in catch clauses.";
671
667
  readonly id: "exceptionAssignments";
672
668
  readonly presets: readonly ["logical", "logicalStrict"];
673
669
  } & {
674
670
  readonly pluginId: string;
675
671
  readonly url: string;
676
- }, "noExAssign", undefined>, _flint_fyi_core0.Rule<{
672
+ }, "noExAssign", undefined>, import("@flint.fyi/core").Rule<{
677
673
  readonly description: "Reports explicit uses of the any type.";
678
674
  readonly id: "explicitAnys";
679
675
  readonly presets: readonly ["logical", "logicalStrict"];
680
676
  } & {
681
677
  readonly pluginId: string;
682
678
  readonly url: string;
683
- }, "noExplicitAny", undefined>, _flint_fyi_core0.Rule<{
679
+ }, "noExplicitAny", undefined>, import("@flint.fyi/core").Rule<{
684
680
  readonly description: "Prefers the ** operator over Math.pow().";
685
681
  readonly id: "exponentiationOperators";
686
682
  readonly presets: readonly ["stylistic", "stylisticStrict"];
687
683
  } & {
688
684
  readonly pluginId: string;
689
685
  readonly url: string;
690
- }, "preferOperator", undefined>, _flint_fyi_core0.Rule<{
686
+ }, "preferOperator", undefined>, import("@flint.fyi/core").Rule<{
691
687
  readonly description: "Reports imports that are re-exported and could use export...from syntax instead.";
692
688
  readonly id: "exportFromImports";
693
689
  readonly presets: readonly ["stylistic", "stylisticStrict"];
694
690
  } & {
695
691
  readonly pluginId: string;
696
692
  readonly url: string;
697
- }, "preferExportDefaultFrom" | "preferExportFrom" | "preferExportNamespaceFrom", undefined>, _flint_fyi_core0.Rule<{
693
+ }, "preferExportDefaultFrom" | "preferExportFrom" | "preferExportNamespaceFrom", undefined>, import("@flint.fyi/core").Rule<{
698
694
  readonly description: "Reports exporting mutable bindings (let or var).";
699
695
  readonly id: "exportMutables";
700
696
  readonly presets: readonly ["logical", "logicalStrict"];
701
697
  } & {
702
698
  readonly pluginId: string;
703
699
  readonly url: string;
704
- }, "noMutableExport", undefined>, _flint_fyi_core0.Rule<{
700
+ }, "noMutableExport", undefined>, import("@flint.fyi/core").Rule<{
705
701
  readonly description: "Reports duplicate export names in a module.";
706
702
  readonly id: "exportUniqueNames";
707
703
  readonly presets: readonly ["javascript"];
708
704
  } & {
709
705
  readonly pluginId: string;
710
706
  readonly url: string;
711
- }, "duplicateExport", undefined>, _flint_fyi_core0.Rule<{
707
+ }, "duplicateExport", undefined>, import("@flint.fyi/core").Rule<{
712
708
  readonly description: "Reports classes used as static namespaces.";
713
709
  readonly id: "extraneousClasses";
714
710
  readonly presets: readonly ["logicalStrict"];
@@ -716,148 +712,148 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
716
712
  readonly pluginId: string;
717
713
  readonly url: string;
718
714
  }, "empty" | "onlyConstructor" | "onlyStatic", {
719
- allowConstructorOnly: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
720
- allowEmpty: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
721
- allowStaticOnly: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
722
- allowWithDecorator: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
723
- }>, _flint_fyi_core0.Rule<{
715
+ allowConstructorOnly: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
716
+ allowEmpty: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
717
+ allowStaticOnly: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
718
+ allowWithDecorator: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
719
+ }>, import("@flint.fyi/core").Rule<{
724
720
  readonly description: "Disallow providing a body with GET or HEAD fetch requests.";
725
721
  readonly id: "fetchMethodBodies";
726
722
  readonly presets: readonly ["logical", "logicalStrict"];
727
723
  } & {
728
724
  readonly pluginId: string;
729
725
  readonly url: string;
730
- }, "noBody", undefined>, _flint_fyi_core0.Rule<{
726
+ }, "noBody", undefined>, import("@flint.fyi/core").Rule<{
731
727
  readonly description: "Reports control flow statements in `finally` blocks that can override control flow in `try`/`catch` blocks.";
732
728
  readonly id: "finallyStatementSafety";
733
729
  readonly presets: readonly ["logical", "logicalStrict"];
734
730
  } & {
735
731
  readonly pluginId: string;
736
732
  readonly url: string;
737
- }, "unsafeFinally", undefined>, _flint_fyi_core0.Rule<{
733
+ }, "unsafeFinally", undefined>, import("@flint.fyi/core").Rule<{
738
734
  readonly description: "Reports for loops with counter variables that move in the wrong direction.";
739
735
  readonly id: "forDirections";
740
736
  readonly presets: readonly ["stylistic", "stylisticStrict"];
741
737
  } & {
742
738
  readonly pluginId: string;
743
739
  readonly url: string;
744
- }, "wrongDirection", undefined>, _flint_fyi_core0.Rule<{
740
+ }, "wrongDirection", undefined>, import("@flint.fyi/core").Rule<{
745
741
  readonly description: "Reports iterating over an array with a for-in loop.";
746
742
  readonly id: "forInArrays";
747
743
  readonly presets: readonly ["logical", "logicalStrict"];
748
744
  } & {
749
745
  readonly pluginId: string;
750
746
  readonly url: string;
751
- }, "forIn", undefined>, _flint_fyi_core0.Rule<{
747
+ }, "forIn", undefined>, import("@flint.fyi/core").Rule<{
752
748
  readonly description: "Reports for-in loops without an if statement to filter inherited properties.";
753
749
  readonly id: "forInGuards";
754
750
  } & {
755
751
  readonly pluginId: string;
756
752
  readonly url: string;
757
- }, "missingGuard", undefined>, _flint_fyi_core0.Rule<{
753
+ }, "missingGuard", undefined>, import("@flint.fyi/core").Rule<{
758
754
  readonly description: "Prefer the spread operator over `.apply()` calls.";
759
755
  readonly id: "functionApplySpreads";
760
756
  readonly presets: readonly ["stylistic", "stylisticStrict"];
761
757
  } & {
762
758
  readonly pluginId: string;
763
759
  readonly url: string;
764
- }, "preferSpread", undefined>, _flint_fyi_core0.Rule<{
760
+ }, "preferSpread", undefined>, import("@flint.fyi/core").Rule<{
765
761
  readonly description: "Reports reassigning variables declared with function declarations.";
766
762
  readonly id: "functionAssignments";
767
763
  readonly presets: readonly ["javascript"];
768
764
  } & {
769
765
  readonly pluginId: string;
770
766
  readonly url: string;
771
- }, "noFunctionAssignment", undefined>, _flint_fyi_core0.Rule<{
767
+ }, "noFunctionAssignment", undefined>, import("@flint.fyi/core").Rule<{
772
768
  readonly description: "Reports using `.apply()` or `.call()` or when the context (`this` value) provides no benefit.";
773
769
  readonly id: "functionCurryingRedundancy";
774
770
  readonly presets: readonly ["logical", "logicalStrict"];
775
771
  } & {
776
772
  readonly pluginId: string;
777
773
  readonly url: string;
778
- }, "unnecessaryCall", undefined>, _flint_fyi_core0.Rule<{
774
+ }, "unnecessaryCall", undefined>, import("@flint.fyi/core").Rule<{
779
775
  readonly description: "Reports functions that don't match the configured style (declaration vs expression).";
780
776
  readonly id: "functionDeclarationStyles";
781
777
  } & {
782
778
  readonly pluginId: string;
783
779
  readonly url: string;
784
780
  }, "preferDeclaration" | "preferExpression", {
785
- allowArrowFunctions: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
786
- style: zod_v40.ZodDefault<zod_v40.ZodEnum<{
781
+ allowArrowFunctions: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
782
+ style: import("zod/v4").ZodDefault<import("zod/v4").ZodEnum<{
787
783
  expression: "expression";
788
784
  declaration: "declaration";
789
785
  }>>;
790
- }>, _flint_fyi_core0.Rule<{
786
+ }>, import("@flint.fyi/core").Rule<{
791
787
  readonly description: "Reports function names that don't match the variable or property they're assigned to.";
792
788
  readonly id: "functionNameMatches";
793
789
  readonly presets: readonly ["stylistic", "stylisticStrict"];
794
790
  } & {
795
791
  readonly pluginId: string;
796
792
  readonly url: string;
797
- }, "mismatch", undefined>, _flint_fyi_core0.Rule<{
793
+ }, "mismatch", undefined>, import("@flint.fyi/core").Rule<{
798
794
  readonly description: "Reports using the Function constructor to create functions from strings.";
799
795
  readonly id: "functionNewCalls";
800
796
  readonly presets: readonly ["logical"];
801
797
  } & {
802
798
  readonly pluginId: string;
803
799
  readonly url: string;
804
- }, "noFunctionConstructor", undefined>, _flint_fyi_core0.Rule<{
800
+ }, "noFunctionConstructor", undefined>, import("@flint.fyi/core").Rule<{
805
801
  readonly description: "Reports generator functions that do not yield values.";
806
802
  readonly id: "generatorFunctionYields";
807
803
  readonly presets: readonly ["logical"];
808
804
  } & {
809
805
  readonly pluginId: string;
810
806
  readonly url: string;
811
- }, "missingYield", undefined>, _flint_fyi_core0.Rule<{
807
+ }, "missingYield", undefined>, import("@flint.fyi/core").Rule<{
812
808
  readonly description: "Reports getter functions that do not return values.";
813
809
  readonly id: "getterReturns";
814
810
  readonly presets: readonly ["javascript"];
815
811
  } & {
816
812
  readonly pluginId: string;
817
813
  readonly url: string;
818
- }, "missingReturn", undefined>, _flint_fyi_core0.Rule<{
814
+ }, "missingReturn", undefined>, import("@flint.fyi/core").Rule<{
819
815
  readonly description: "Reports attempting to assign to read-only global variables such as undefined, NaN, Infinity, Object, etc.";
820
816
  readonly id: "globalAssignments";
821
817
  readonly presets: readonly ["javascript"];
822
818
  } & {
823
819
  readonly pluginId: string;
824
820
  readonly url: string;
825
- }, "noGlobalAssign", undefined>, _flint_fyi_core0.Rule<{
821
+ }, "noGlobalAssign", undefined>, import("@flint.fyi/core").Rule<{
826
822
  readonly description: "Reports calling global objects like Math, JSON, or Reflect as functions.";
827
823
  readonly id: "globalObjectCalls";
828
824
  readonly presets: readonly ["javascript"];
829
825
  } & {
830
826
  readonly pluginId: string;
831
827
  readonly url: string;
832
- }, "noGlobalObjectCall", undefined>, _flint_fyi_core0.Rule<{
828
+ }, "noGlobalObjectCall", undefined>, import("@flint.fyi/core").Rule<{
833
829
  readonly description: "Reports using window, self, or global instead of globalThis.";
834
830
  readonly id: "globalThisAliases";
835
831
  readonly presets: readonly ["stylisticStrict"];
836
832
  } & {
837
833
  readonly pluginId: string;
838
834
  readonly url: string;
839
- }, "preferGlobalThis", undefined>, _flint_fyi_core0.Rule<{
835
+ }, "preferGlobalThis", undefined>, import("@flint.fyi/core").Rule<{
840
836
  readonly description: "Reports using string arguments in setTimeout, setInterval, setImmediate, execScript, or the Function constructor.";
841
837
  readonly id: "impliedEvals";
842
838
  readonly presets: readonly ["logical", "logicalStrict"];
843
839
  } & {
844
840
  readonly pluginId: string;
845
841
  readonly url: string;
846
- }, "functionConstructor" | "impliedEval", undefined>, _flint_fyi_core0.Rule<{
842
+ }, "functionConstructor" | "impliedEval", undefined>, import("@flint.fyi/core").Rule<{
847
843
  readonly description: "Reports empty named import blocks.";
848
844
  readonly id: "importEmptyBlocks";
849
845
  readonly presets: readonly ["logical", "logicalStrict"];
850
846
  } & {
851
847
  readonly pluginId: string;
852
848
  readonly url: string;
853
- }, "noEmptyNamedBlocksOnly" | "noEmptyNamedBlocksWithOther", undefined>, _flint_fyi_core0.Rule<{
849
+ }, "noEmptyNamedBlocksOnly" | "noEmptyNamedBlocksWithOther", undefined>, import("@flint.fyi/core").Rule<{
854
850
  readonly description: "Reports imports that use inline type qualifiers on all specifiers when a top-level type qualifier should be used instead.";
855
851
  readonly id: "importTypeSideEffects";
856
852
  readonly presets: readonly ["logical"];
857
853
  } & {
858
854
  readonly pluginId: string;
859
855
  readonly url: string;
860
- }, "useTopLevelQualifier", undefined>, _flint_fyi_core0.Rule<{
856
+ }, "useTopLevelQualifier", undefined>, import("@flint.fyi/core").Rule<{
861
857
  readonly description: "Reports indexed object types that don't match the configured style.";
862
858
  readonly id: "indexedObjectTypes";
863
859
  readonly presets: readonly ["stylistic", "stylisticStrict"];
@@ -865,18 +861,18 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
865
861
  readonly pluginId: string;
866
862
  readonly url: string;
867
863
  }, "preferIndexSignature" | "preferRecord", {
868
- style: zod_v40.ZodDefault<zod_v40.ZodEnum<{
864
+ style: import("zod/v4").ZodDefault<import("zod/v4").ZodEnum<{
869
865
  record: "record";
870
866
  "index-signature": "index-signature";
871
867
  }>>;
872
- }>, _flint_fyi_core0.Rule<{
868
+ }>, import("@flint.fyi/core").Rule<{
873
869
  readonly description: "Reports using `instanceof Array` instead of `Array.isArray()`.";
874
870
  readonly id: "instanceOfArrays";
875
871
  readonly presets: readonly ["logical", "logicalStrict"];
876
872
  } & {
877
873
  readonly pluginId: string;
878
874
  readonly url: string;
879
- }, "useArrayIsArray", undefined>, _flint_fyi_core0.Rule<{
875
+ }, "useArrayIsArray", undefined>, import("@flint.fyi/core").Rule<{
880
876
  readonly description: "Reports irregular whitespace characters that can cause issues with code parsing and display.";
881
877
  readonly id: "irregularWhitespaces";
882
878
  readonly presets: readonly ["logical"];
@@ -884,67 +880,67 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
884
880
  readonly pluginId: string;
885
881
  readonly url: string;
886
882
  }, "irregularWhitespace", {
887
- skipComments: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
888
- skipJSXText: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
889
- skipRegularExpressions: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
890
- skipTemplates: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
891
- }>, _flint_fyi_core0.Rule<{
883
+ skipComments: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
884
+ skipJSXText: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
885
+ skipRegularExpressions: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
886
+ skipTemplates: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
887
+ }>, import("@flint.fyi/core").Rule<{
892
888
  readonly description: "Reports comparisons with NaN, which should use Number.isNaN() instead.";
893
889
  readonly id: "isNaNComparisons";
894
890
  readonly presets: readonly ["logical", "logicalStrict"];
895
891
  } & {
896
892
  readonly pluginId: string;
897
893
  readonly url: string;
898
- }, "useIsNaN", undefined>, _flint_fyi_core0.Rule<{
894
+ }, "useIsNaN", undefined>, import("@flint.fyi/core").Rule<{
899
895
  readonly description: "Prefers literal syntax over constructor function calls for primitive values.";
900
896
  readonly id: "literalConstructorWrappers";
901
897
  readonly presets: readonly ["stylistic", "stylisticStrict"];
902
898
  } & {
903
899
  readonly pluginId: string;
904
900
  readonly url: string;
905
- }, "preferLiteral", undefined>, _flint_fyi_core0.Rule<{
901
+ }, "preferLiteral", undefined>, import("@flint.fyi/core").Rule<{
906
902
  readonly description: "Prefer modern Math methods over legacy patterns.";
907
903
  readonly id: "mathMethods";
908
904
  readonly presets: readonly ["stylisticStrict"];
909
905
  } & {
910
906
  readonly pluginId: string;
911
907
  readonly url: string;
912
- }, "preferModernMath", undefined>, _flint_fyi_core0.Rule<{
908
+ }, "preferModernMath", undefined>, import("@flint.fyi/core").Rule<{
913
909
  readonly description: "Reports using the void operator on expressions that are already void or undefined.";
914
910
  readonly id: "meaninglessVoidOperators";
915
911
  readonly presets: readonly ["logical", "logicalStrict"];
916
912
  } & {
917
913
  readonly pluginId: string;
918
914
  readonly url: string;
919
- }, "meaninglessVoid", undefined>, _flint_fyi_core0.Rule<{
915
+ }, "meaninglessVoid", undefined>, import("@flint.fyi/core").Rule<{
920
916
  readonly description: "Require expressions of type void to appear in statement position.";
921
917
  readonly id: "misleadingVoidExpressions";
922
918
  readonly presets: readonly ["logical", "logicalStrict"];
923
919
  } & {
924
920
  readonly pluginId: string;
925
921
  readonly url: string;
926
- }, "voidExpressionArrow" | "voidExpressionReturn" | "voidExpressionValue", undefined>, _flint_fyi_core0.Rule<{
922
+ }, "voidExpressionArrow" | "voidExpressionReturn" | "voidExpressionValue", undefined>, import("@flint.fyi/core").Rule<{
927
923
  readonly description: "Require non-empty specifier lists in import and export statements.";
928
924
  readonly id: "moduleSpecifierLists";
929
925
  readonly presets: readonly ["logical", "logicalStrict"];
930
926
  } & {
931
927
  readonly pluginId: string;
932
928
  readonly url: string;
933
- }, "emptyExportSpecifiers" | "emptyImportSpecifiers", undefined>, _flint_fyi_core0.Rule<{
929
+ }, "emptyExportSpecifiers" | "emptyImportSpecifiers", undefined>, import("@flint.fyi/core").Rule<{
934
930
  readonly description: "Reports ambiguous multiline expressions that could be misinterpreted.";
935
931
  readonly id: "multilineAmbiguities";
936
932
  readonly presets: readonly ["stylistic", "stylisticStrict"];
937
933
  } & {
938
934
  readonly pluginId: string;
939
935
  readonly url: string;
940
- }, "ambiguity", undefined>, _flint_fyi_core0.Rule<{
936
+ }, "ambiguity", undefined>, import("@flint.fyi/core").Rule<{
941
937
  readonly description: "Reports anonymous functions and classes as the default export.";
942
938
  readonly id: "namedDefaultExports";
943
939
  readonly presets: readonly ["stylisticStrict"];
944
940
  } & {
945
941
  readonly pluginId: string;
946
942
  readonly url: string;
947
- }, "anonymousClass" | "anonymousFunction", undefined>, _flint_fyi_core0.Rule<{
943
+ }, "anonymousClass" | "anonymousFunction", undefined>, import("@flint.fyi/core").Rule<{
948
944
  readonly description: "Reports using legacy `namespace` declarations.";
949
945
  readonly id: "namespaceDeclarations";
950
946
  readonly presets: readonly ["logical", "logicalStrict"];
@@ -952,124 +948,124 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
952
948
  readonly pluginId: string;
953
949
  readonly url: string;
954
950
  }, "preferModules", {
955
- allowDeclarations: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
956
- allowDefinitionFiles: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
957
- }>, _flint_fyi_core0.Rule<{
951
+ allowDeclarations: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
952
+ allowDefinitionFiles: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
953
+ }>, import("@flint.fyi/core").Rule<{
958
954
  readonly description: "Reports declared namespaces that implicitly export all members.";
959
955
  readonly id: "namespaceImplicitAmbientImports";
960
956
  readonly presets: readonly ["stylisticStrict"];
961
957
  } & {
962
958
  readonly pluginId: string;
963
959
  readonly url: string;
964
- }, "implicitExports", undefined>, _flint_fyi_core0.Rule<{
960
+ }, "implicitExports", undefined>, import("@flint.fyi/core").Rule<{
965
961
  readonly description: "Reports using `module` keyword instead of `namespace` for TypeScript namespaces.";
966
962
  readonly id: "namespaceKeywords";
967
963
  readonly presets: readonly ["stylistic", "stylisticStrict"];
968
964
  } & {
969
965
  readonly pluginId: string;
970
966
  readonly url: string;
971
- }, "preferNamespace", undefined>, _flint_fyi_core0.Rule<{
967
+ }, "preferNamespace", undefined>, import("@flint.fyi/core").Rule<{
972
968
  readonly description: "Reports extending the prototype of native JavaScript objects.";
973
969
  readonly id: "nativeObjectExtensions";
974
970
  readonly presets: readonly ["javascript"];
975
971
  } & {
976
972
  readonly pluginId: string;
977
973
  readonly url: string;
978
- }, "noExtendNative", undefined>, _flint_fyi_core0.Rule<{
974
+ }, "noExtendNative", undefined>, import("@flint.fyi/core").Rule<{
979
975
  readonly description: "Prefer negative index over `.length - index` for `at`, `slice`, `splice`, and similar methods.";
980
976
  readonly id: "negativeIndexLengthMethods";
981
977
  readonly presets: readonly ["stylisticStrict"];
982
978
  } & {
983
979
  readonly pluginId: string;
984
980
  readonly url: string;
985
- }, "preferNegativeIndex", undefined>, _flint_fyi_core0.Rule<{
981
+ }, "preferNegativeIndex", undefined>, import("@flint.fyi/core").Rule<{
986
982
  readonly description: "Reports comparisons with -0 that may not behave as expected.";
987
983
  readonly id: "negativeZeroComparisons";
988
984
  readonly presets: readonly ["logical", "logicalStrict"];
989
985
  } & {
990
986
  readonly pluginId: string;
991
987
  readonly url: string;
992
- }, "unexpectedNegativeZeroComparison", undefined>, _flint_fyi_core0.Rule<{
988
+ }, "unexpectedNegativeZeroComparison", undefined>, import("@flint.fyi/core").Rule<{
993
989
  readonly description: "Reports `if` statements that are the only statement inside an `else` block or inside another `if` without an `else`.";
994
990
  readonly id: "nestedStandaloneIfs";
995
991
  readonly presets: readonly ["stylistic", "stylisticStrict"];
996
992
  } & {
997
993
  readonly pluginId: string;
998
994
  readonly url: string;
999
- }, "lonelyIfInElse" | "lonelyIfInIf", undefined>, _flint_fyi_core0.Rule<{
995
+ }, "lonelyIfInElse" | "lonelyIfInIf", undefined>, import("@flint.fyi/core").Rule<{
1000
996
  readonly description: "Reports misleading constructor and `new` definitions in interfaces and classes.";
1001
997
  readonly id: "newDefinitions";
1002
998
  readonly presets: readonly ["logical", "logicalStrict"];
1003
999
  } & {
1004
1000
  readonly pluginId: string;
1005
1001
  readonly url: string;
1006
- }, "classMethodNamedNew" | "interfaceConstructSignature" | "interfaceMethodNamedConstructor", undefined>, _flint_fyi_core0.Rule<{
1002
+ }, "classMethodNamedNew" | "interfaceConstructSignature" | "interfaceMethodNamedConstructor", undefined>, import("@flint.fyi/core").Rule<{
1007
1003
  readonly description: "Reports standalone new expressions that don't use the constructed object.";
1008
1004
  readonly id: "newExpressions";
1009
1005
  readonly presets: readonly ["logical", "logicalStrict"];
1010
1006
  } & {
1011
1007
  readonly pluginId: string;
1012
1008
  readonly url: string;
1013
- }, "noStandaloneNew", undefined>, _flint_fyi_core0.Rule<{
1009
+ }, "noStandaloneNew", undefined>, import("@flint.fyi/core").Rule<{
1014
1010
  readonly description: "Disallows using `new` with global non-constructor functions like Symbol and BigInt.";
1015
1011
  readonly id: "newNativeNonConstructors";
1016
1012
  readonly presets: readonly ["javascript"];
1017
1013
  } & {
1018
1014
  readonly pluginId: string;
1019
1015
  readonly url: string;
1020
- }, "noNewNonConstructor", undefined>, _flint_fyi_core0.Rule<{
1016
+ }, "noNewNonConstructor", undefined>, import("@flint.fyi/core").Rule<{
1021
1017
  readonly description: "Reports type assertions that can be replaced with non-null assertions.";
1022
1018
  readonly id: "nonNullableTypeAssertions";
1023
1019
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1024
1020
  } & {
1025
1021
  readonly pluginId: string;
1026
1022
  readonly url: string;
1027
- }, "preferNonNullAssertion", undefined>, _flint_fyi_core0.Rule<{
1023
+ }, "preferNonNullAssertion", undefined>, import("@flint.fyi/core").Rule<{
1028
1024
  readonly description: "Reports non-null assertions on the left side of nullish coalescing operators.";
1029
1025
  readonly id: "nonNullAssertedNullishCoalesces";
1030
1026
  readonly presets: readonly ["logicalStrict"];
1031
1027
  } & {
1032
1028
  readonly pluginId: string;
1033
1029
  readonly url: string;
1034
- }, "unnecessaryNonNullAssertion", undefined>, _flint_fyi_core0.Rule<{
1030
+ }, "unnecessaryNonNullAssertion", undefined>, import("@flint.fyi/core").Rule<{
1035
1031
  readonly description: "Reports non-null assertions on optional chain expressions.";
1036
1032
  readonly id: "nonNullAssertedOptionalChains";
1037
1033
  readonly presets: readonly ["logical", "logicalStrict"];
1038
1034
  } & {
1039
1035
  readonly pluginId: string;
1040
1036
  readonly url: string;
1041
- }, "nonNullOptionalChain", undefined>, _flint_fyi_core0.Rule<{
1037
+ }, "nonNullOptionalChain", undefined>, import("@flint.fyi/core").Rule<{
1042
1038
  readonly description: "Reports confusing placement of non-null assertions next to comparison or assignment operators.";
1043
1039
  readonly id: "nonNullAssertionPlacement";
1044
1040
  readonly presets: readonly ["stylisticStrict"];
1045
1041
  } & {
1046
1042
  readonly pluginId: string;
1047
1043
  readonly url: string;
1048
- }, "confusingAssign" | "confusingEqual" | "confusingOperator", undefined>, _flint_fyi_core0.Rule<{
1044
+ }, "confusingAssign" | "confusingEqual" | "confusingOperator", undefined>, import("@flint.fyi/core").Rule<{
1049
1045
  readonly description: "Reports non-octal decimal escape sequences (\\8 and \\9) in string literals.";
1050
1046
  readonly id: "nonOctalDecimalEscapes";
1051
1047
  readonly presets: readonly ["logical", "logicalStrict"];
1052
1048
  } & {
1053
1049
  readonly pluginId: string;
1054
1050
  readonly url: string;
1055
- }, "unexpectedEscape", undefined>, _flint_fyi_core0.Rule<{
1051
+ }, "unexpectedEscape", undefined>, import("@flint.fyi/core").Rule<{
1056
1052
  readonly description: "Enforces consistent equality operator usage when comparing with null or undefined.";
1057
1053
  readonly id: "nullishCheckStyle";
1058
1054
  } & {
1059
1055
  readonly pluginId: string;
1060
1056
  readonly url: string;
1061
1057
  }, "preferLooseNull" | "preferLooseNullish" | "preferLooseUndefined" | "preferStrictNullish", {
1062
- looseNullishComparisonStyle: zod_v40.ZodDefault<zod_v40.ZodEnum<{
1058
+ looseNullishComparisonStyle: import("zod/v4").ZodDefault<import("zod/v4").ZodEnum<{
1063
1059
  "prefer-null": "prefer-null";
1064
1060
  "prefer-undefined": "prefer-undefined";
1065
1061
  ignore: "ignore";
1066
1062
  }>>;
1067
- nullishComparisonStrictness: zod_v40.ZodDefault<zod_v40.ZodEnum<{
1063
+ nullishComparisonStrictness: import("zod/v4").ZodDefault<import("zod/v4").ZodEnum<{
1068
1064
  ignore: "ignore";
1069
1065
  "double-equals": "double-equals";
1070
1066
  "triple-equals": "triple-equals";
1071
1067
  }>>;
1072
- }>, _flint_fyi_core0.Rule<{
1068
+ }>, import("@flint.fyi/core").Rule<{
1073
1069
  readonly description: "Prefer nullish coalescing operator (??) over logical OR (||) for nullish values.";
1074
1070
  readonly id: "nullishCoalescingOperators";
1075
1071
  readonly presets: readonly ["stylistic", "stylisticStrict"];
@@ -1077,171 +1073,171 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
1077
1073
  readonly pluginId: string;
1078
1074
  readonly url: string;
1079
1075
  }, "preferNullish" | "preferNullishAssignment" | "preferNullishTernary", {
1080
- ignoreConditionalTests: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
1081
- ignoreIfStatements: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
1082
- ignoreMixedLogicalExpressions: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
1083
- ignorePrimitives: zod_v40.ZodDefault<zod_v40.ZodUnion<readonly [zod_v40.ZodBoolean, zod_v40.ZodRecord<zod_v40.ZodEnum<{
1076
+ ignoreConditionalTests: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
1077
+ ignoreIfStatements: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
1078
+ ignoreMixedLogicalExpressions: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
1079
+ ignorePrimitives: import("zod/v4").ZodDefault<import("zod/v4").ZodUnion<readonly [import("zod/v4").ZodBoolean, import("zod/v4").ZodRecord<import("zod/v4").ZodEnum<{
1084
1080
  string: "string";
1085
1081
  number: "number";
1086
1082
  bigint: "bigint";
1087
1083
  boolean: "boolean";
1088
- }>, zod_v40.ZodBoolean>]>>;
1089
- ignoreTernaryTests: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
1090
- }>, _flint_fyi_core0.Rule<{
1084
+ }>, import("zod/v4").ZodBoolean>]>>;
1085
+ ignoreTernaryTests: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
1086
+ }>, import("@flint.fyi/core").Rule<{
1091
1087
  readonly description: "Reports when number method arguments are outside their valid range.";
1092
1088
  readonly id: "numberMethodRanges";
1093
1089
  readonly presets: readonly ["logical", "logicalStrict"];
1094
1090
  } & {
1095
1091
  readonly pluginId: string;
1096
1092
  readonly url: string;
1097
- }, "outOfRange", undefined>, _flint_fyi_core0.Rule<{
1093
+ }, "outOfRange", undefined>, import("@flint.fyi/core").Rule<{
1098
1094
  readonly description: "Reports using legacy global functions instead of `Number` static methods.";
1099
1095
  readonly id: "numberStaticMethods";
1100
1096
  readonly presets: readonly ["logicalStrict"];
1101
1097
  } & {
1102
1098
  readonly pluginId: string;
1103
1099
  readonly url: string;
1104
- }, "preferNumberMethod", undefined>, _flint_fyi_core0.Rule<{
1100
+ }, "preferNumberMethod", undefined>, import("@flint.fyi/core").Rule<{
1105
1101
  readonly description: "Reports operations that always result in zero, such as multiplication by zero.";
1106
1102
  readonly id: "numericErasingOperations";
1107
1103
  readonly presets: readonly ["logicalStrict"];
1108
1104
  } & {
1109
1105
  readonly pluginId: string;
1110
1106
  readonly url: string;
1111
- }, "erasingOperation", undefined>, _flint_fyi_core0.Rule<{
1107
+ }, "erasingOperation", undefined>, import("@flint.fyi/core").Rule<{
1112
1108
  readonly description: "Reports parseInt calls with binary, hexadecimal, or octal strings that can be replaced with numeric literals.";
1113
1109
  readonly id: "numericLiteralParsing";
1114
1110
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1115
1111
  } & {
1116
1112
  readonly pluginId: string;
1117
1113
  readonly url: string;
1118
- }, "preferLiteral", undefined>, _flint_fyi_core0.Rule<{
1114
+ }, "preferLiteral", undefined>, import("@flint.fyi/core").Rule<{
1119
1115
  readonly description: "Reports numeric literals that lose precision when converted to JavaScript numbers.";
1120
1116
  readonly id: "numericPrecision";
1121
1117
  readonly presets: readonly ["logicalStrict"];
1122
1118
  } & {
1123
1119
  readonly pluginId: string;
1124
1120
  readonly url: string;
1125
- }, "lossOfPrecision", undefined>, _flint_fyi_core0.Rule<{
1121
+ }, "lossOfPrecision", undefined>, import("@flint.fyi/core").Rule<{
1126
1122
  readonly description: "Reports numeric literals with inconsistent separator grouping.";
1127
1123
  readonly id: "numericSeparatorGroups";
1128
1124
  readonly presets: readonly ["stylisticStrict"];
1129
1125
  } & {
1130
1126
  readonly pluginId: string;
1131
1127
  readonly url: string;
1132
- }, "invalidGrouping", undefined>, _flint_fyi_core0.Rule<{
1128
+ }, "invalidGrouping", undefined>, import("@flint.fyi/core").Rule<{
1133
1129
  readonly description: "Prefer object spread syntax over `Object.assign()` when the first argument is an object literal.";
1134
1130
  readonly id: "objectAssignSpreads";
1135
1131
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1136
1132
  } & {
1137
1133
  readonly pluginId: string;
1138
1134
  readonly url: string;
1139
- }, "preferObjectLiteral" | "preferObjectSpread", undefined>, _flint_fyi_core0.Rule<{
1135
+ }, "preferObjectLiteral" | "preferObjectSpread", undefined>, import("@flint.fyi/core").Rule<{
1140
1136
  readonly description: "Prefer `{}` object literal notation or `Object.create` instead of calling or constructing `Object`.";
1141
1137
  readonly id: "objectCalls";
1142
1138
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1143
1139
  } & {
1144
1140
  readonly pluginId: string;
1145
1141
  readonly url: string;
1146
- }, "preferObjectLiteral", undefined>, _flint_fyi_core0.Rule<{
1142
+ }, "preferObjectLiteral", undefined>, import("@flint.fyi/core").Rule<{
1147
1143
  readonly description: "Prefer Object.fromEntries() over reduce patterns that build objects from key-value pairs.";
1148
1144
  readonly id: "objectEntriesMethods";
1149
1145
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1150
1146
  } & {
1151
1147
  readonly pluginId: string;
1152
1148
  readonly url: string;
1153
- }, "preferFromEntries", undefined>, _flint_fyi_core0.Rule<{
1149
+ }, "preferFromEntries", undefined>, import("@flint.fyi/core").Rule<{
1154
1150
  readonly description: "Prefer Object.hasOwn() over Object.prototype.hasOwnProperty.call() for checking own properties.";
1155
1151
  readonly id: "objectHasOwns";
1156
1152
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1157
1153
  } & {
1158
1154
  readonly pluginId: string;
1159
1155
  readonly url: string;
1160
- }, "preferHasOwn", undefined>, _flint_fyi_core0.Rule<{
1156
+ }, "preferHasOwn", undefined>, import("@flint.fyi/core").Rule<{
1161
1157
  readonly description: "Reports unnecessary duplicate keys that override previous values.";
1162
1158
  readonly id: "objectKeyDuplicates";
1163
1159
  readonly presets: readonly ["javascript"];
1164
1160
  } & {
1165
1161
  readonly pluginId: string;
1166
1162
  readonly url: string;
1167
- }, "duplicateKey", undefined>, _flint_fyi_core0.Rule<{
1163
+ }, "duplicateKey", undefined>, import("@flint.fyi/core").Rule<{
1168
1164
  readonly description: "Reports using the deprecated __proto__ property to access or modify an object's prototype.";
1169
1165
  readonly id: "objectProto";
1170
1166
  readonly presets: readonly ["javascript"];
1171
1167
  } & {
1172
1168
  readonly pluginId: string;
1173
1169
  readonly url: string;
1174
- }, "noProto", undefined>, _flint_fyi_core0.Rule<{
1170
+ }, "noProto", undefined>, import("@flint.fyi/core").Rule<{
1175
1171
  readonly description: "Reports direct calls to Object.prototype methods on object instances.";
1176
1172
  readonly id: "objectPrototypeBuiltIns";
1177
1173
  readonly presets: readonly ["logical", "logicalStrict"];
1178
1174
  } & {
1179
1175
  readonly pluginId: string;
1180
1176
  readonly url: string;
1181
- }, "prototypeBuiltIn", undefined>, _flint_fyi_core0.Rule<{
1177
+ }, "prototypeBuiltIn", undefined>, import("@flint.fyi/core").Rule<{
1182
1178
  readonly description: "Object property and method definitions can use shorthand syntax when the key matches the value identifier or when a function expression is assigned.";
1183
1179
  readonly id: "objectShorthand";
1184
1180
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1185
1181
  } & {
1186
1182
  readonly pluginId: string;
1187
1183
  readonly url: string;
1188
- }, "expectedMethodShorthand" | "expectedPropertyShorthand", undefined>, _flint_fyi_core0.Rule<{
1184
+ }, "expectedMethodShorthand" | "expectedPropertyShorthand", undefined>, import("@flint.fyi/core").Rule<{
1189
1185
  readonly description: "Reports empty object fallbacks in object spread expressions that have no effect.";
1190
1186
  readonly id: "objectSpreadUnnecessaryFallbacks";
1191
1187
  readonly presets: readonly ["logical", "logicalStrict"];
1192
1188
  } & {
1193
1189
  readonly pluginId: string;
1194
1190
  readonly url: string;
1195
- }, "unnecessaryFallback", undefined>, _flint_fyi_core0.Rule<{
1191
+ }, "unnecessaryFallback", undefined>, import("@flint.fyi/core").Rule<{
1196
1192
  readonly description: "Prefer interface declarations over type aliases for object types.";
1197
1193
  readonly id: "objectTypeDefinitions";
1198
1194
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1199
1195
  } & {
1200
1196
  readonly pluginId: string;
1201
1197
  readonly url: string;
1202
- }, "preferInterface", undefined>, _flint_fyi_core0.Rule<{
1198
+ }, "preferInterface", undefined>, import("@flint.fyi/core").Rule<{
1203
1199
  readonly description: "Reports using octal escape sequences in string literals.";
1204
1200
  readonly id: "octalEscapes";
1205
1201
  readonly presets: readonly ["javascript"];
1206
1202
  } & {
1207
1203
  readonly pluginId: string;
1208
1204
  readonly url: string;
1209
- }, "noOctalEscape", undefined>, _flint_fyi_core0.Rule<{
1205
+ }, "noOctalEscape", undefined>, import("@flint.fyi/core").Rule<{
1210
1206
  readonly description: "Reports using legacy octal numeric literals.";
1211
1207
  readonly id: "octalNumbers";
1212
1208
  readonly presets: readonly ["javascript"];
1213
1209
  } & {
1214
1210
  readonly pluginId: string;
1215
1211
  readonly url: string;
1216
- }, "noOctalNumber", undefined>, _flint_fyi_core0.Rule<{
1212
+ }, "noOctalNumber", undefined>, import("@flint.fyi/core").Rule<{
1217
1213
  readonly description: "Prefer assignment operator shorthand where possible.";
1218
1214
  readonly id: "operatorAssignmentShorthand";
1219
1215
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1220
1216
  } & {
1221
1217
  readonly pluginId: string;
1222
1218
  readonly url: string;
1223
- }, "preferShorthand", undefined>, _flint_fyi_core0.Rule<{
1219
+ }, "preferShorthand", undefined>, import("@flint.fyi/core").Rule<{
1224
1220
  readonly description: "Require that function overload signatures be consecutive.";
1225
1221
  readonly id: "overloadSignaturesAdjacent";
1226
1222
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1227
1223
  } & {
1228
1224
  readonly pluginId: string;
1229
1225
  readonly url: string;
1230
- }, "overloadSignatureSeparated", undefined>, _flint_fyi_core0.Rule<{
1226
+ }, "overloadSignatureSeparated", undefined>, import("@flint.fyi/core").Rule<{
1231
1227
  readonly description: "Disallow reassignment of function parameters.";
1232
1228
  readonly id: "parameterReassignments";
1233
1229
  readonly presets: readonly ["logical"];
1234
1230
  } & {
1235
1231
  readonly pluginId: string;
1236
1232
  readonly url: string;
1237
- }, "parameterReassignment", undefined>, _flint_fyi_core0.Rule<{
1233
+ }, "parameterReassignment", undefined>, import("@flint.fyi/core").Rule<{
1238
1234
  readonly description: "Reports parseInt calls that are missing or have an invalid radix parameter.";
1239
1235
  readonly id: "parseIntRadixes";
1240
1236
  readonly presets: readonly ["logical", "logicalStrict"];
1241
1237
  } & {
1242
1238
  readonly pluginId: string;
1243
1239
  readonly url: string;
1244
- }, "invalidRadix" | "missingRadix", undefined>, _flint_fyi_core0.Rule<{
1240
+ }, "invalidRadix" | "missingRadix", undefined>, import("@flint.fyi/core").Rule<{
1245
1241
  readonly description: "Reports bracket notation property access when dot notation can be used.";
1246
1242
  readonly id: "propertyAccessNotation";
1247
1243
  readonly presets: readonly ["stylistic", "stylisticStrict"];
@@ -1249,572 +1245,572 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
1249
1245
  readonly pluginId: string;
1250
1246
  readonly url: string;
1251
1247
  }, "preferDotNotation", {
1252
- allowIndexSignaturePropertyAccess: zod_v40.ZodDefault<zod_v40.ZodBoolean>;
1253
- }>, _flint_fyi_core0.Rule<{
1248
+ allowIndexSignaturePropertyAccess: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
1249
+ }>, import("@flint.fyi/core").Rule<{
1254
1250
  readonly description: "Reports function parameters that are only used in recursive calls.";
1255
1251
  readonly id: "recursionOnlyArguments";
1256
1252
  readonly presets: readonly ["logical", "logicalStrict"];
1257
1253
  } & {
1258
1254
  readonly pluginId: string;
1259
1255
  readonly url: string;
1260
- }, "onlyUsedInRecursion", undefined>, _flint_fyi_core0.Rule<{
1256
+ }, "onlyUsedInRecursion", undefined>, import("@flint.fyi/core").Rule<{
1261
1257
  readonly description: "Reports union and intersection type constituents that are redundant or override other types.";
1262
1258
  readonly id: "redundantTypeConstituents";
1263
1259
  readonly presets: readonly ["logical", "logicalStrict"];
1264
1260
  } & {
1265
1261
  readonly pluginId: string;
1266
1262
  readonly url: string;
1267
- }, "errorTypeOverrides" | "literalOverridden" | "overridden" | "overrides" | "primitiveOverridden", undefined>, _flint_fyi_core0.Rule<{
1263
+ }, "errorTypeOverrides" | "literalOverridden" | "overridden" | "overrides" | "primitiveOverridden", undefined>, import("@flint.fyi/core").Rule<{
1268
1264
  readonly description: "Reports `matchAll()` and `replaceAll()` calls with regex arguments missing the global flag.";
1269
1265
  readonly id: "regexAllGlobalFlags";
1270
1266
  readonly presets: readonly ["logical"];
1271
1267
  } & {
1272
1268
  readonly pluginId: string;
1273
1269
  readonly url: string;
1274
- }, "missingGlobalFlag", undefined>, _flint_fyi_core0.Rule<{
1270
+ }, "missingGlobalFlag", undefined>, import("@flint.fyi/core").Rule<{
1275
1271
  readonly description: "Reports regex patterns that use ambiguous or invalid syntax from Annex B.";
1276
1272
  readonly id: "regexAmbiguousInvalidity";
1277
1273
  readonly presets: readonly ["logical", "logicalStrict"];
1278
1274
  } & {
1279
1275
  readonly pluginId: string;
1280
1276
  readonly url: string;
1281
- }, "incompleteBackreference" | "incompleteEscapeSequence" | "invalidControlEscape" | "invalidPropertyEscape" | "invalidRange" | "octalEscape" | "quantifiedAssertion" | "regexMessage" | "unescapedSourceCharacter" | "uselessEscape", undefined>, _flint_fyi_core0.Rule<{
1277
+ }, "incompleteBackreference" | "incompleteEscapeSequence" | "invalidControlEscape" | "invalidPropertyEscape" | "invalidRange" | "octalEscape" | "quantifiedAssertion" | "regexMessage" | "unescapedSourceCharacter" | "uselessEscape", undefined>, import("@flint.fyi/core").Rule<{
1282
1278
  readonly description: "Reports regex alternations that can be simplified to character classes.";
1283
1279
  readonly id: "regexCharacterClasses";
1284
1280
  readonly presets: readonly ["stylisticStrict"];
1285
1281
  } & {
1286
1282
  readonly pluginId: string;
1287
1283
  readonly url: string;
1288
- }, "preferCharacterClass", undefined>, _flint_fyi_core0.Rule<{
1284
+ }, "preferCharacterClass", undefined>, import("@flint.fyi/core").Rule<{
1289
1285
  readonly description: "Reports character class elements that can be simplified to ranges.";
1290
1286
  readonly id: "regexCharacterClassRanges";
1291
1287
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1292
1288
  } & {
1293
1289
  readonly pluginId: string;
1294
1290
  readonly url: string;
1295
- }, "preferRange", undefined>, _flint_fyi_core0.Rule<{
1291
+ }, "preferRange", undefined>, import("@flint.fyi/core").Rule<{
1296
1292
  readonly description: "Reports lookarounds that can be replaced with character class set operations.";
1297
1293
  readonly id: "regexCharacterClassSetOperations";
1298
1294
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1299
1295
  } & {
1300
1296
  readonly pluginId: string;
1301
1297
  readonly url: string;
1302
- }, "preferSetOperation", undefined>, _flint_fyi_core0.Rule<{
1298
+ }, "preferSetOperation", undefined>, import("@flint.fyi/core").Rule<{
1303
1299
  readonly description: "Reports negated character classes that can use shorthand escapes.";
1304
1300
  readonly id: "regexConciseCharacterClassNegations";
1305
1301
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1306
1302
  } & {
1307
1303
  readonly pluginId: string;
1308
1304
  readonly url: string;
1309
- }, "preferNegatedEscape", undefined>, _flint_fyi_core0.Rule<{
1305
+ }, "preferNegatedEscape", undefined>, import("@flint.fyi/core").Rule<{
1310
1306
  readonly description: "Reports elements in regular expressions that contradict assertions.";
1311
1307
  readonly id: "regexContradictoryAssertions";
1312
1308
  readonly presets: readonly ["logical", "logicalStrict"];
1313
1309
  } & {
1314
1310
  readonly pluginId: string;
1315
1311
  readonly url: string;
1316
- }, "alwaysEnter" | "cannotEnter", undefined>, _flint_fyi_core0.Rule<{
1312
+ }, "alwaysEnter" | "cannotEnter", undefined>, import("@flint.fyi/core").Rule<{
1317
1313
  readonly description: "Reports control characters that are not escaped using standard escape sequences.";
1318
1314
  readonly id: "regexControlCharacterEscapes";
1319
1315
  readonly presets: readonly ["logical", "logicalStrict"];
1320
1316
  } & {
1321
1317
  readonly pluginId: string;
1322
1318
  readonly url: string;
1323
- }, "preferStandardEscape", undefined>, _flint_fyi_core0.Rule<{
1319
+ }, "preferStandardEscape", undefined>, import("@flint.fyi/core").Rule<{
1324
1320
  readonly description: "Reports control characters in regular expressions.";
1325
1321
  readonly id: "regexControlCharacters";
1326
1322
  readonly presets: readonly ["logical", "logicalStrict"];
1327
1323
  } & {
1328
1324
  readonly pluginId: string;
1329
1325
  readonly url: string;
1330
- }, "unexpectedControlChar", undefined>, _flint_fyi_core0.Rule<{
1326
+ }, "unexpectedControlChar", undefined>, import("@flint.fyi/core").Rule<{
1331
1327
  readonly description: "Reports character classes with multiple adjacent characters that could use a range instead.";
1332
1328
  readonly id: "regexDigitMatchers";
1333
1329
  readonly presets: readonly ["stylisticStrict"];
1334
1330
  } & {
1335
1331
  readonly pluginId: string;
1336
1332
  readonly url: string;
1337
- }, "preferRange", undefined>, _flint_fyi_core0.Rule<{
1333
+ }, "preferRange", undefined>, import("@flint.fyi/core").Rule<{
1338
1334
  readonly description: "Reports replacement strings with unescaped `$` that should use `$$`.";
1339
1335
  readonly id: "regexDollarEscapes";
1340
1336
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1341
1337
  } & {
1342
1338
  readonly pluginId: string;
1343
1339
  readonly url: string;
1344
- }, "unescapedDollar", undefined>, _flint_fyi_core0.Rule<{
1340
+ }, "unescapedDollar", undefined>, import("@flint.fyi/core").Rule<{
1345
1341
  readonly description: "Reports duplicate characters in regular expression character classes.";
1346
1342
  readonly id: "regexDuplicateCharacterClassCharacters";
1347
1343
  readonly presets: readonly ["logical", "logicalStrict"];
1348
1344
  } & {
1349
1345
  readonly pluginId: string;
1350
1346
  readonly url: string;
1351
- }, "duplicate" | "includedInRange", undefined>, _flint_fyi_core0.Rule<{
1347
+ }, "duplicate" | "includedInRange", undefined>, import("@flint.fyi/core").Rule<{
1352
1348
  readonly description: "Reports empty alternatives in regular expressions that may indicate a mistake.";
1353
1349
  readonly id: "regexEmptyAlternatives";
1354
1350
  readonly presets: readonly ["logical", "logicalStrict"];
1355
1351
  } & {
1356
1352
  readonly pluginId: string;
1357
1353
  readonly url: string;
1358
- }, "emptyAlternative", undefined>, _flint_fyi_core0.Rule<{
1354
+ }, "emptyAlternative", undefined>, import("@flint.fyi/core").Rule<{
1359
1355
  readonly description: "Reports capturing groups that only capture empty strings.";
1360
1356
  readonly id: "regexEmptyCapturingGroups";
1361
1357
  readonly presets: readonly ["logical", "logicalStrict"];
1362
1358
  } & {
1363
1359
  readonly pluginId: string;
1364
1360
  readonly url: string;
1365
- }, "emptyCapture", undefined>, _flint_fyi_core0.Rule<{
1361
+ }, "emptyCapture", undefined>, import("@flint.fyi/core").Rule<{
1366
1362
  readonly description: "Reports character classes that match no characters.";
1367
1363
  readonly id: "regexEmptyCharacterClasses";
1368
1364
  readonly presets: readonly ["logical", "logicalStrict"];
1369
1365
  } & {
1370
1366
  readonly pluginId: string;
1371
1367
  readonly url: string;
1372
- }, "empty", undefined>, _flint_fyi_core0.Rule<{
1368
+ }, "empty", undefined>, import("@flint.fyi/core").Rule<{
1373
1369
  readonly description: "Reports empty groups in regular expressions.";
1374
1370
  readonly id: "regexEmptyGroups";
1375
1371
  readonly presets: readonly ["logical", "logicalStrict"];
1376
1372
  } & {
1377
1373
  readonly pluginId: string;
1378
1374
  readonly url: string;
1379
- }, "emptyGroup", undefined>, _flint_fyi_core0.Rule<{
1375
+ }, "emptyGroup", undefined>, import("@flint.fyi/core").Rule<{
1380
1376
  readonly description: "Reports lazy quantifiers at the end of regular expressions.";
1381
1377
  readonly id: "regexEmptyLazyQuantifiers";
1382
1378
  readonly presets: readonly ["logical"];
1383
1379
  } & {
1384
1380
  readonly pluginId: string;
1385
1381
  readonly url: string;
1386
- }, "uselessElement" | "uselessQuantifier" | "uselessRange", undefined>, _flint_fyi_core0.Rule<{
1382
+ }, "uselessElement" | "uselessQuantifier" | "uselessRange", undefined>, import("@flint.fyi/core").Rule<{
1387
1383
  readonly description: "Reports empty lookahead and lookbehind assertions in regular expressions.";
1388
1384
  readonly id: "regexEmptyLookaroundsAssertions";
1389
1385
  readonly presets: readonly ["logical", "logicalStrict"];
1390
1386
  } & {
1391
1387
  readonly pluginId: string;
1392
1388
  readonly url: string;
1393
- }, "emptyLookaround", undefined>, _flint_fyi_core0.Rule<{
1389
+ }, "emptyLookaround", undefined>, import("@flint.fyi/core").Rule<{
1394
1390
  readonly description: "Reports empty string literals in character classes.";
1395
1391
  readonly id: "regexEmptyStringLiterals";
1396
1392
  readonly presets: readonly ["logical", "logicalStrict"];
1397
1393
  } & {
1398
1394
  readonly pluginId: string;
1399
1395
  readonly url: string;
1400
- }, "emptyStringLiteral", undefined>, _flint_fyi_core0.Rule<{
1396
+ }, "emptyStringLiteral", undefined>, import("@flint.fyi/core").Rule<{
1401
1397
  readonly description: "Reports escape backspace (`[\\b]`) in character classes.";
1402
1398
  readonly id: "regexEscapeBackspaces";
1403
1399
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1404
1400
  } & {
1405
1401
  readonly pluginId: string;
1406
1402
  readonly url: string;
1407
- }, "escapeBackspace", undefined>, _flint_fyi_core0.Rule<{
1403
+ }, "escapeBackspace", undefined>, import("@flint.fyi/core").Rule<{
1408
1404
  readonly description: "Reports String.prototype.match calls that can be replaced with RegExp.prototype.exec.";
1409
1405
  readonly id: "regexExecutors";
1410
1406
  readonly presets: readonly ["stylisticStrict"];
1411
1407
  } & {
1412
1408
  readonly pluginId: string;
1413
1409
  readonly url: string;
1414
- }, "preferExec", undefined>, _flint_fyi_core0.Rule<{
1410
+ }, "preferExec", undefined>, import("@flint.fyi/core").Rule<{
1415
1411
  readonly description: "Reports string literals inside character classes with the `v` flag that contain multiple graphemes.";
1416
1412
  readonly id: "regexGraphemeStringLiterals";
1417
1413
  readonly presets: readonly ["stylisticStrict"];
1418
1414
  } & {
1419
1415
  readonly pluginId: string;
1420
1416
  readonly url: string;
1421
- }, "multipleGraphemes", undefined>, _flint_fyi_core0.Rule<{
1417
+ }, "multipleGraphemes", undefined>, import("@flint.fyi/core").Rule<{
1422
1418
  readonly description: "Reports regex character escapes that can be expressed more consistently using hexadecimal escapes.";
1423
1419
  readonly id: "regexHexadecimalEscapes";
1424
1420
  readonly presets: readonly ["stylisticStrict"];
1425
1421
  } & {
1426
1422
  readonly pluginId: string;
1427
1423
  readonly url: string;
1428
- }, "preferHexEscape", undefined>, _flint_fyi_core0.Rule<{
1424
+ }, "preferHexEscape", undefined>, import("@flint.fyi/core").Rule<{
1429
1425
  readonly description: "Reports regex patterns that can be simplified by using the i (ignore case) flag.";
1430
1426
  readonly id: "regexIgnoreCaseFlags";
1431
1427
  readonly presets: readonly ["logical", "logicalStrict"];
1432
1428
  } & {
1433
1429
  readonly pluginId: string;
1434
1430
  readonly url: string;
1435
- }, "useIgnoreCase", undefined>, _flint_fyi_core0.Rule<{
1431
+ }, "useIgnoreCase", undefined>, import("@flint.fyi/core").Rule<{
1436
1432
  readonly description: "Reports invisible characters in regex patterns that should use escape sequences instead.";
1437
1433
  readonly id: "regexInvisibleCharacters";
1438
1434
  readonly presets: readonly ["logical", "logicalStrict"];
1439
1435
  } & {
1440
1436
  readonly pluginId: string;
1441
1437
  readonly url: string;
1442
- }, "unexpectedInvisible", undefined>, _flint_fyi_core0.Rule<{
1438
+ }, "unexpectedInvisible", undefined>, import("@flint.fyi/core").Rule<{
1443
1439
  readonly description: "Reports inconsistent letter casing in regex sequences.";
1444
1440
  readonly id: "regexLetterCasing";
1445
1441
  readonly presets: readonly ["stylisticStrict"];
1446
1442
  } & {
1447
1443
  readonly pluginId: string;
1448
1444
  readonly url: string;
1449
- }, "unexpectedCase", undefined>, _flint_fyi_core0.Rule<{
1445
+ }, "unexpectedCase", undefined>, import("@flint.fyi/core").Rule<{
1450
1446
  readonly description: "Use a regular expression literal when the pattern is static.";
1451
1447
  readonly id: "regexLiterals";
1452
1448
  readonly presets: readonly ["logical", "logicalStrict"];
1453
1449
  } & {
1454
1450
  readonly pluginId: string;
1455
1451
  readonly url: string;
1456
- }, "preferLiteral", undefined>, _flint_fyi_core0.Rule<{
1452
+ }, "preferLiteral", undefined>, import("@flint.fyi/core").Rule<{
1457
1453
  readonly description: "Reports capturing groups at pattern boundaries that can be replaced with lookaround assertions.";
1458
1454
  readonly id: "regexLookaroundAssertions";
1459
1455
  readonly presets: readonly ["stylisticStrict"];
1460
1456
  } & {
1461
1457
  readonly pluginId: string;
1462
1458
  readonly url: string;
1463
- }, "preferLookaround", undefined>, _flint_fyi_core0.Rule<{
1459
+ }, "preferLookaround", undefined>, import("@flint.fyi/core").Rule<{
1464
1460
  readonly description: "Reports non-constant quantifiers in lookaround assertions that could be simplified.";
1465
1461
  readonly id: "regexLookaroundQuantifierOptimizations";
1466
1462
  readonly presets: readonly ["logical"];
1467
1463
  } & {
1468
1464
  readonly pluginId: string;
1469
1465
  readonly url: string;
1470
- }, "replace" | "remove", undefined>, _flint_fyi_core0.Rule<{
1466
+ }, "replace" | "remove", undefined>, import("@flint.fyi/core").Rule<{
1471
1467
  readonly description: "Reports inconsistent notations for matching any character in regular expressions.";
1472
1468
  readonly id: "regexMatchNotation";
1473
1469
  readonly presets: readonly ["stylisticStrict"];
1474
1470
  } & {
1475
1471
  readonly pluginId: string;
1476
1472
  readonly url: string;
1477
- }, "unexpected", undefined>, _flint_fyi_core0.Rule<{
1473
+ }, "unexpected", undefined>, import("@flint.fyi/core").Rule<{
1478
1474
  readonly description: "Reports capturing groups that capture less text than their pattern suggests.";
1479
1475
  readonly id: "regexMisleadingCapturingGroups";
1480
1476
  readonly presets: readonly ["logical", "logicalStrict"];
1481
1477
  } & {
1482
1478
  readonly pluginId: string;
1483
1479
  readonly url: string;
1484
- }, "misleadingEnd" | "misleadingStart", undefined>, _flint_fyi_core0.Rule<{
1480
+ }, "misleadingEnd" | "misleadingStart", undefined>, import("@flint.fyi/core").Rule<{
1485
1481
  readonly description: "Reports quantifiers whose minimum implies they must match but whose element can match empty.";
1486
1482
  readonly id: "regexMisleadingQuantifiers";
1487
1483
  readonly presets: readonly ["logical"];
1488
1484
  } & {
1489
1485
  readonly pluginId: string;
1490
1486
  readonly url: string;
1491
- }, "confusing", undefined>, _flint_fyi_core0.Rule<{
1487
+ }, "confusing", undefined>, import("@flint.fyi/core").Rule<{
1492
1488
  readonly description: "Reports characters in regex character classes that appear as single visual characters but are made of multiple code points.";
1493
1489
  readonly id: "regexMisleadingUnicodeCharacters";
1494
1490
  readonly presets: readonly ["logical", "logicalStrict"];
1495
1491
  } & {
1496
1492
  readonly pluginId: string;
1497
1493
  readonly url: string;
1498
- }, "combiningClass" | "emojiModifier" | "regionalIndicatorSymbol" | "surrogatePair" | "surrogatePairWithoutUFlag" | "zwj", undefined>, _flint_fyi_core0.Rule<{
1494
+ }, "combiningClass" | "emojiModifier" | "regionalIndicatorSymbol" | "surrogatePair" | "surrogatePairWithoutUFlag" | "zwj", undefined>, import("@flint.fyi/core").Rule<{
1499
1495
  readonly description: "Reports backreferences that do not use the name of their referenced capturing group.";
1500
1496
  readonly id: "regexNamedBackreferences";
1501
1497
  readonly presets: readonly ["stylisticStrict"];
1502
1498
  } & {
1503
1499
  readonly pluginId: string;
1504
1500
  readonly url: string;
1505
- }, "preferNamed", undefined>, _flint_fyi_core0.Rule<{
1501
+ }, "preferNamed", undefined>, import("@flint.fyi/core").Rule<{
1506
1502
  readonly description: "Reports capturing groups in regular expressions that do not have a name.";
1507
1503
  readonly id: "regexNamedCaptureGroups";
1508
1504
  } & {
1509
1505
  readonly pluginId: string;
1510
1506
  readonly url: string;
1511
- }, "preferNamed", undefined>, _flint_fyi_core0.Rule<{
1507
+ }, "preferNamed", undefined>, import("@flint.fyi/core").Rule<{
1512
1508
  readonly description: "Reports indexed references in replacement strings that should use named references.";
1513
1509
  readonly id: "regexNamedReplacements";
1514
1510
  readonly presets: readonly ["stylisticStrict"];
1515
1511
  } & {
1516
1512
  readonly pluginId: string;
1517
1513
  readonly url: string;
1518
- }, "preferNamed", undefined>, _flint_fyi_core0.Rule<{
1514
+ }, "preferNamed", undefined>, import("@flint.fyi/core").Rule<{
1519
1515
  readonly description: "Reports non-standard regular expression flags.";
1520
1516
  readonly id: "regexNonStandardFlags";
1521
1517
  readonly presets: readonly ["logical", "logicalStrict"];
1522
1518
  } & {
1523
1519
  readonly pluginId: string;
1524
1520
  readonly url: string;
1525
- }, "unexpected", undefined>, _flint_fyi_core0.Rule<{
1521
+ }, "unexpected", undefined>, import("@flint.fyi/core").Rule<{
1526
1522
  readonly description: "Reports obscure character ranges in regular expressions.";
1527
1523
  readonly id: "regexObscureRanges";
1528
1524
  readonly presets: readonly ["logical", "logicalStrict"];
1529
1525
  } & {
1530
1526
  readonly pluginId: string;
1531
1527
  readonly url: string;
1532
- }, "obscure", undefined>, _flint_fyi_core0.Rule<{
1528
+ }, "obscure", undefined>, import("@flint.fyi/core").Rule<{
1533
1529
  readonly description: "Reports octal escape sequences in regular expressions.";
1534
1530
  readonly id: "regexOctalEscapes";
1535
1531
  readonly presets: readonly ["logical", "logicalStrict"];
1536
1532
  } & {
1537
1533
  readonly pluginId: string;
1538
1534
  readonly url: string;
1539
- }, "unexpected", undefined>, _flint_fyi_core0.Rule<{
1535
+ }, "unexpected", undefined>, import("@flint.fyi/core").Rule<{
1540
1536
  readonly description: "Reports quantifiers `{1,}` in regular expressions that should use `+` instead.";
1541
1537
  readonly id: "regexPlusQuantifiers";
1542
1538
  readonly presets: readonly ["stylisticStrict"];
1543
1539
  } & {
1544
1540
  readonly pluginId: string;
1545
1541
  readonly url: string;
1546
- }, "preferPlus", undefined>, _flint_fyi_core0.Rule<{
1542
+ }, "preferPlus", undefined>, import("@flint.fyi/core").Rule<{
1547
1543
  readonly description: "Reports regex lookarounds that can be replaced with predefined assertions.";
1548
1544
  readonly id: "regexPredefinedAssertions";
1549
1545
  readonly presets: readonly ["stylistic"];
1550
1546
  } & {
1551
1547
  readonly pluginId: string;
1552
1548
  readonly url: string;
1553
- }, "preferPredefinedAssertion", undefined>, _flint_fyi_core0.Rule<{
1549
+ }, "preferPredefinedAssertion", undefined>, import("@flint.fyi/core").Rule<{
1554
1550
  readonly description: "Reports quantifiers `{0,1}` in regular expressions that should use `?` instead.";
1555
1551
  readonly id: "regexQuestionQuantifiers";
1556
1552
  readonly presets: readonly ["stylisticStrict"];
1557
1553
  } & {
1558
1554
  readonly pluginId: string;
1559
1555
  readonly url: string;
1560
- }, "preferOptionalGroup" | "preferQuestion", undefined>, _flint_fyi_core0.Rule<{
1556
+ }, "preferOptionalGroup" | "preferQuestion", undefined>, import("@flint.fyi/core").Rule<{
1561
1557
  readonly description: "Reports consecutive identical elements in regular expressions that should use quantifiers.";
1562
1558
  readonly id: "regexRepeatQuantifiers";
1563
1559
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1564
1560
  } & {
1565
1561
  readonly pluginId: string;
1566
1562
  readonly url: string;
1567
- }, "preferQuantifier", undefined>, _flint_fyi_core0.Rule<{
1563
+ }, "preferQuantifier", undefined>, import("@flint.fyi/core").Rule<{
1568
1564
  readonly description: "Reports indexed access on regex result arrays when named capturing groups should be used.";
1569
1565
  readonly id: "regexResultArrayGroups";
1570
1566
  readonly presets: readonly ["stylisticStrict"];
1571
1567
  } & {
1572
1568
  readonly pluginId: string;
1573
1569
  readonly url: string;
1574
- }, "preferGroups", undefined>, _flint_fyi_core0.Rule<{
1570
+ }, "preferGroups", undefined>, import("@flint.fyi/core").Rule<{
1575
1571
  readonly description: "Reports set operations in regular expressions that can be simplified.";
1576
1572
  readonly id: "regexSetOperationOptimizations";
1577
1573
  readonly presets: readonly ["logical", "logicalStrict"];
1578
1574
  } & {
1579
1575
  readonly pluginId: string;
1580
1576
  readonly url: string;
1581
- }, "toIntersection" | "toNegationOfConjunction" | "toNegationOfDisjunction" | "toSubtraction", undefined>, _flint_fyi_core0.Rule<{
1577
+ }, "toIntersection" | "toNegationOfConjunction" | "toNegationOfDisjunction" | "toSubtraction", undefined>, import("@flint.fyi/core").Rule<{
1582
1578
  readonly description: "Reports standalone backslashes in regex patterns that look like incomplete escape sequences.";
1583
1579
  readonly id: "regexStandaloneBackslashes";
1584
1580
  readonly presets: readonly ["logical", "logicalStrict"];
1585
1581
  } & {
1586
1582
  readonly pluginId: string;
1587
1583
  readonly url: string;
1588
- }, "standaloneBackslash", undefined>, _flint_fyi_core0.Rule<{
1584
+ }, "standaloneBackslash", undefined>, import("@flint.fyi/core").Rule<{
1589
1585
  readonly description: "Reports quantifiers `{0,}` in regular expressions that should use `*` instead.";
1590
1586
  readonly id: "regexStarQuantifiers";
1591
1587
  readonly presets: readonly ["stylisticStrict"];
1592
1588
  } & {
1593
1589
  readonly pluginId: string;
1594
1590
  readonly url: string;
1595
- }, "preferStar", undefined>, _flint_fyi_core0.Rule<{
1591
+ }, "preferStar", undefined>, import("@flint.fyi/core").Rule<{
1596
1592
  readonly description: "Reports regular expressions with exponential or polynomial backtracking.";
1597
1593
  readonly id: "regexSuperLinearBacktracking";
1598
1594
  readonly presets: readonly ["logical", "logicalStrict"];
1599
1595
  } & {
1600
1596
  readonly pluginId: string;
1601
1597
  readonly url: string;
1602
- }, "self" | "trade", undefined>, _flint_fyi_core0.Rule<{
1598
+ }, "self" | "trade", undefined>, import("@flint.fyi/core").Rule<{
1603
1599
  readonly description: "Reports quantifiers that can cause quadratic regex matching time.";
1604
1600
  readonly id: "regexSuperLinearMoves";
1605
1601
  readonly presets: readonly ["logical"];
1606
1602
  } & {
1607
1603
  readonly pluginId: string;
1608
1604
  readonly url: string;
1609
- }, "superLinear", undefined>, _flint_fyi_core0.Rule<{
1605
+ }, "superLinear", undefined>, import("@flint.fyi/core").Rule<{
1610
1606
  readonly description: "Reports match() and exec() calls that should use RegExp.prototype.test() for boolean checks.";
1611
1607
  readonly id: "regexTestMethods";
1612
1608
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1613
1609
  } & {
1614
1610
  readonly pluginId: string;
1615
1611
  readonly url: string;
1616
- }, "preferTest", undefined>, _flint_fyi_core0.Rule<{
1612
+ }, "preferTest", undefined>, import("@flint.fyi/core").Rule<{
1617
1613
  readonly description: "Reports surrogate pair escapes in regular expressions that can be replaced with Unicode codepoint escapes.";
1618
1614
  readonly id: "regexUnicodeCodepointEscapes";
1619
1615
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1620
1616
  } & {
1621
1617
  readonly pluginId: string;
1622
1618
  readonly url: string;
1623
- }, "useSurrogatePair", undefined>, _flint_fyi_core0.Rule<{
1619
+ }, "useSurrogatePair", undefined>, import("@flint.fyi/core").Rule<{
1624
1620
  readonly description: "Enforces consistent Unicode escape style in regex patterns by preferring codepoint escapes.";
1625
1621
  readonly id: "regexUnicodeEscapes";
1626
1622
  } & {
1627
1623
  readonly pluginId: string;
1628
1624
  readonly url: string;
1629
- }, "preferCodepointEscape", undefined>, _flint_fyi_core0.Rule<{
1625
+ }, "preferCodepointEscape", undefined>, import("@flint.fyi/core").Rule<{
1630
1626
  readonly description: "Require regex patterns to have the unicode ('u') or unicodeSets ('v') flag for proper Unicode character handling.";
1631
1627
  readonly id: "regexUnicodeFlag";
1632
1628
  } & {
1633
1629
  readonly pluginId: string;
1634
1630
  readonly url: string;
1635
- }, "missing", undefined>, _flint_fyi_core0.Rule<{
1631
+ }, "missing", undefined>, import("@flint.fyi/core").Rule<{
1636
1632
  readonly description: "Reports inconsistent Unicode property names in regular expressions.";
1637
1633
  readonly id: "regexUnicodeProperties";
1638
1634
  readonly presets: readonly ["stylistic"];
1639
1635
  } & {
1640
1636
  readonly pluginId: string;
1641
1637
  readonly url: string;
1642
- }, "preferLongScript" | "unnecessaryPrefix", undefined>, _flint_fyi_core0.Rule<{
1638
+ }, "preferLongScript" | "unnecessaryPrefix", undefined>, import("@flint.fyi/core").Rule<{
1643
1639
  readonly description: "Reports assertions in regular expressions that always reject.";
1644
1640
  readonly id: "regexUnnecessaryAssertions";
1645
1641
  readonly presets: readonly ["logical"];
1646
1642
  } & {
1647
1643
  readonly pluginId: string;
1648
1644
  readonly url: string;
1649
- }, "endAnchor" | "negatedWordBoundary" | "startAnchor" | "wordBoundary", undefined>, _flint_fyi_core0.Rule<{
1645
+ }, "endAnchor" | "negatedWordBoundary" | "startAnchor" | "wordBoundary", undefined>, import("@flint.fyi/core").Rule<{
1650
1646
  readonly description: "Reports backreferences in regular expressions that will always match empty or fail.";
1651
1647
  readonly id: "regexUnnecessaryBackreferences";
1652
1648
  readonly presets: readonly ["logical"];
1653
1649
  } & {
1654
1650
  readonly pluginId: string;
1655
1651
  readonly url: string;
1656
- }, "nested" | "disjunctive" | "intoNegativeLookaround" | "forward" | "backward", undefined>, _flint_fyi_core0.Rule<{
1652
+ }, "nested" | "disjunctive" | "intoNegativeLookaround" | "forward" | "backward", undefined>, import("@flint.fyi/core").Rule<{
1657
1653
  readonly description: "Reports character classes that wrap a single element that does not require brackets.";
1658
1654
  readonly id: "regexUnnecessaryCharacterClasses";
1659
1655
  readonly presets: readonly ["logical", "logicalStrict"];
1660
1656
  } & {
1661
1657
  readonly pluginId: string;
1662
1658
  readonly url: string;
1663
- }, "unnecessary", undefined>, _flint_fyi_core0.Rule<{
1659
+ }, "unnecessary", undefined>, import("@flint.fyi/core").Rule<{
1664
1660
  readonly description: "Reports character class ranges that span only one or two characters.";
1665
1661
  readonly id: "regexUnnecessaryCharacterRanges";
1666
1662
  readonly presets: readonly ["logical", "logicalStrict"];
1667
1663
  } & {
1668
1664
  readonly pluginId: string;
1669
1665
  readonly url: string;
1670
- }, "adjacent" | "identity", undefined>, _flint_fyi_core0.Rule<{
1666
+ }, "adjacent" | "identity", undefined>, import("@flint.fyi/core").Rule<{
1671
1667
  readonly description: "Reports single-character alternatives in string disjunctions.";
1672
1668
  readonly id: "regexUnnecessaryDisjunctions";
1673
1669
  readonly presets: readonly ["logical"];
1674
1670
  } & {
1675
1671
  readonly pluginId: string;
1676
1672
  readonly url: string;
1677
- }, "unnecessary", undefined>, _flint_fyi_core0.Rule<{
1673
+ }, "unnecessary", undefined>, import("@flint.fyi/core").Rule<{
1678
1674
  readonly description: "Reports replacement string references to capturing groups that do not exist in the pattern.";
1679
1675
  readonly id: "regexUnnecessaryDollarReplacements";
1680
1676
  readonly presets: readonly ["logical", "logicalStrict"];
1681
1677
  } & {
1682
1678
  readonly pluginId: string;
1683
1679
  readonly url: string;
1684
- }, "namedNotFound" | "numericNotFound", undefined>, _flint_fyi_core0.Rule<{
1680
+ }, "namedNotFound" | "numericNotFound", undefined>, import("@flint.fyi/core").Rule<{
1685
1681
  readonly description: "Reports unnecessary escape sequences in regular expressions.";
1686
1682
  readonly id: "regexUnnecessaryEscapes";
1687
1683
  readonly presets: readonly ["stylistic"];
1688
1684
  } & {
1689
1685
  readonly pluginId: string;
1690
1686
  readonly url: string;
1691
- }, "unnecessary", undefined>, _flint_fyi_core0.Rule<{
1687
+ }, "unnecessary", undefined>, import("@flint.fyi/core").Rule<{
1692
1688
  readonly description: "Reports unnecessary nested lookaround assertions in regular expressions.";
1693
1689
  readonly id: "regexUnnecessaryLookaroundAssertions";
1694
1690
  readonly presets: readonly ["logical"];
1695
1691
  } & {
1696
1692
  readonly pluginId: string;
1697
1693
  readonly url: string;
1698
- }, "lookahead" | "lookbehind", undefined>, _flint_fyi_core0.Rule<{
1694
+ }, "lookahead" | "lookbehind", undefined>, import("@flint.fyi/core").Rule<{
1699
1695
  readonly description: "Reports trivially nested assertions in regular expressions that can be simplified.";
1700
1696
  readonly id: "regexUnnecessaryNestedAssertions";
1701
1697
  readonly presets: readonly ["logical"];
1702
1698
  } & {
1703
1699
  readonly pluginId: string;
1704
1700
  readonly url: string;
1705
- }, "unnecessaryNesting", undefined>, _flint_fyi_core0.Rule<{
1701
+ }, "unnecessaryNesting", undefined>, import("@flint.fyi/core").Rule<{
1706
1702
  readonly description: "Reports trivially nested quantifiers in regular expressions that can be simplified.";
1707
1703
  readonly id: "regexUnnecessaryNestedQuantifiers";
1708
1704
  readonly presets: readonly ["logical"];
1709
1705
  } & {
1710
1706
  readonly pluginId: string;
1711
1707
  readonly url: string;
1712
- }, "unnecessaryNestedQuantifiers", undefined>, _flint_fyi_core0.Rule<{
1708
+ }, "unnecessaryNestedQuantifiers", undefined>, import("@flint.fyi/core").Rule<{
1713
1709
  readonly description: "Reports non-capturing groups that can be removed without changing the meaning of the regex.";
1714
1710
  readonly id: "regexUnnecessaryNonCapturingGroups";
1715
1711
  readonly presets: readonly ["stylistic"];
1716
1712
  } & {
1717
1713
  readonly pluginId: string;
1718
1714
  readonly url: string;
1719
- }, "unnecessaryGroup", undefined>, _flint_fyi_core0.Rule<{
1715
+ }, "unnecessaryGroup", undefined>, import("@flint.fyi/core").Rule<{
1720
1716
  readonly description: "Reports numeric quantifiers like '{n,n}' that can be simplified to '{n}'.";
1721
1717
  readonly id: "regexUnnecessaryNumericQuantifiers";
1722
1718
  readonly presets: readonly ["logical"];
1723
1719
  } & {
1724
1720
  readonly pluginId: string;
1725
1721
  readonly url: string;
1726
- }, "unnecessaryNumericQuantifier", undefined>, _flint_fyi_core0.Rule<{
1722
+ }, "unnecessaryNumericQuantifier", undefined>, import("@flint.fyi/core").Rule<{
1727
1723
  readonly description: "Reports assertions inside optional quantifiers that have no effect.";
1728
1724
  readonly id: "regexUnnecessaryOptionalAssertions";
1729
1725
  readonly presets: readonly ["logical"];
1730
1726
  } & {
1731
1727
  readonly pluginId: string;
1732
1728
  readonly url: string;
1733
- }, "unnecessaryOptionalAssertion", undefined>, _flint_fyi_core0.Rule<{
1729
+ }, "unnecessaryOptionalAssertion", undefined>, import("@flint.fyi/core").Rule<{
1734
1730
  readonly description: "Reports backreferences that may reference a capturing group that was not matched.";
1735
1731
  readonly id: "regexUnnecessaryReferentialBackreferences";
1736
1732
  readonly presets: readonly ["logical"];
1737
1733
  } & {
1738
1734
  readonly pluginId: string;
1739
1735
  readonly url: string;
1740
- }, "potentiallyUselessBackref", undefined>, _flint_fyi_core0.Rule<{
1736
+ }, "potentiallyUselessBackref", undefined>, import("@flint.fyi/core").Rule<{
1741
1737
  readonly description: "Reports unnecessary operands in regular expression character class set operations.";
1742
1738
  readonly id: "regexUnnecessarySetOperands";
1743
1739
  readonly presets: readonly ["logical"];
1744
1740
  } & {
1745
1741
  readonly pluginId: string;
1746
1742
  readonly url: string;
1747
- }, "intersectionDisjoint" | "intersectionSubset" | "subtractionDisjoint" | "subtractionSubset", undefined>, _flint_fyi_core0.Rule<{
1743
+ }, "intersectionDisjoint" | "intersectionSubset" | "subtractionDisjoint" | "subtractionSubset", undefined>, import("@flint.fyi/core").Rule<{
1748
1744
  readonly description: "Reports capturing groups in regular expressions that are never referenced.";
1749
1745
  readonly id: "regexUnusedCapturingGroups";
1750
1746
  readonly presets: readonly ["logical"];
1751
1747
  } & {
1752
1748
  readonly pluginId: string;
1753
1749
  readonly url: string;
1754
- }, "unusedCapture", undefined>, _flint_fyi_core0.Rule<{
1750
+ }, "unusedCapture", undefined>, import("@flint.fyi/core").Rule<{
1755
1751
  readonly description: "Reports regular expression flags that have no effect on the pattern.";
1756
1752
  readonly id: "regexUnusedFlags";
1757
1753
  readonly presets: readonly ["logical"];
1758
1754
  } & {
1759
1755
  readonly pluginId: string;
1760
1756
  readonly url: string;
1761
- }, "unusedDotAll" | "unusedIgnoreCase" | "unusedMultiline", undefined>, _flint_fyi_core0.Rule<{
1757
+ }, "unusedDotAll" | "unusedIgnoreCase" | "unusedMultiline", undefined>, import("@flint.fyi/core").Rule<{
1762
1758
  readonly description: "Reports lazy quantifiers that have no effect because the quantifier is constant.";
1763
1759
  readonly id: "regexUnusedLazyQuantifiers";
1764
1760
  readonly presets: readonly ["logical"];
1765
1761
  } & {
1766
1762
  readonly pluginId: string;
1767
1763
  readonly url: string;
1768
- }, "uselessLazy", undefined>, _flint_fyi_core0.Rule<{
1764
+ }, "uselessLazy", undefined>, import("@flint.fyi/core").Rule<{
1769
1765
  readonly description: "Reports quantifiers that match exactly once, making them unnecessary.";
1770
1766
  readonly id: "regexUnusedQuantifiers";
1771
1767
  readonly presets: readonly ["logical"];
1772
1768
  } & {
1773
1769
  readonly pluginId: string;
1774
1770
  readonly url: string;
1775
- }, "uselessQuantifier", undefined>, _flint_fyi_core0.Rule<{
1771
+ }, "uselessQuantifier", undefined>, import("@flint.fyi/core").Rule<{
1776
1772
  readonly description: "Reports invalid regular expressions.";
1777
1773
  readonly id: "regexValidity";
1778
1774
  readonly presets: readonly ["logical"];
1779
1775
  } & {
1780
1776
  readonly pluginId: string;
1781
1777
  readonly url: string;
1782
- }, "conflictingFlags" | "duplicateFlag" | "invalidFlag" | "invalidPattern", undefined>, _flint_fyi_core0.Rule<{
1778
+ }, "conflictingFlags" | "duplicateFlag" | "invalidFlag" | "invalidPattern", undefined>, import("@flint.fyi/core").Rule<{
1783
1779
  readonly description: "Reports character classes that match word characters and could use \\w or \\W instead.";
1784
1780
  readonly id: "regexWordMatchers";
1785
1781
  readonly presets: readonly ["stylisticStrict"];
1786
1782
  } & {
1787
1783
  readonly pluginId: string;
1788
1784
  readonly url: string;
1789
- }, "preferWord", undefined>, _flint_fyi_core0.Rule<{
1785
+ }, "preferWord", undefined>, import("@flint.fyi/core").Rule<{
1790
1786
  readonly description: "Reports quantifiers with a maximum of zero, which are useless.";
1791
1787
  readonly id: "regexZeroQuantifiers";
1792
1788
  readonly presets: readonly ["logical"];
1793
1789
  } & {
1794
1790
  readonly pluginId: string;
1795
1791
  readonly url: string;
1796
- }, "uselessZero", undefined>, _flint_fyi_core0.Rule<{
1792
+ }, "uselessZero", undefined>, import("@flint.fyi/core").Rule<{
1797
1793
  readonly description: "Reports CommonJS require() imports in favor of ES module imports.";
1798
1794
  readonly id: "requireImports";
1799
1795
  readonly presets: readonly ["logical", "logicalStrict"];
1800
1796
  } & {
1801
1797
  readonly pluginId: string;
1802
1798
  readonly url: string;
1803
- }, "noRequireImports", undefined>, _flint_fyi_core0.Rule<{
1799
+ }, "noRequireImports", undefined>, import("@flint.fyi/core").Rule<{
1804
1800
  readonly description: "Reports CommonJS require() imports in favor of ES module imports.";
1805
1801
  readonly id: "requireImports";
1806
1802
  readonly presets: readonly ["logical", "logicalStrict"];
1807
1803
  } & {
1808
1804
  readonly pluginId: string;
1809
1805
  readonly url: string;
1810
- }, "noRequireImports", undefined>, _flint_fyi_core0.Rule<{
1806
+ }, "noRequireImports", undefined>, import("@flint.fyi/core").Rule<{
1811
1807
  readonly description: "Prefer `Response.json()` over `new Response(JSON.stringify(...))` for JSON responses.";
1812
1808
  readonly id: "responseJsonMethods";
1813
1809
  readonly presets: readonly ["stylistic"];
1814
1810
  } & {
1815
1811
  readonly pluginId: string;
1816
1812
  readonly url: string;
1817
- }, "preferResponseJson", undefined>, _flint_fyi_core0.Rule<{
1813
+ }, "preferResponseJson", undefined>, import("@flint.fyi/core").Rule<{
1818
1814
  readonly description: "Disallows specific identifier names in binding positions.";
1819
1815
  readonly id: "restrictedIdentifiers";
1820
1816
  readonly presets: readonly ["stylisticStrict"];
@@ -1822,87 +1818,87 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
1822
1818
  readonly pluginId: string;
1823
1819
  readonly url: string;
1824
1820
  }, "restricted", {
1825
- deny: zod_v40.ZodOptional<zod_v40.ZodArray<zod_v40.ZodString>>;
1826
- }>, _flint_fyi_core0.Rule<{
1821
+ deny: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodString>>;
1822
+ }>, import("@flint.fyi/core").Rule<{
1827
1823
  readonly description: "Restricts specified modules from being imported.";
1828
1824
  readonly id: "restrictedImports";
1829
1825
  } & {
1830
1826
  readonly pluginId: string;
1831
1827
  readonly url: string;
1832
1828
  }, "restricted" | "moduleRestricted" | "moduleRestrictedWithMessage" | "namespaceRestricted" | "namespaceRestrictedWithMessage" | "restrictedWithMessage", {
1833
- restrictions: zod_v40.ZodDefault<zod_v40.ZodArray<zod_v40.ZodObject<{
1834
- allowTypeImports: zod_v40.ZodOptional<zod_v40.ZodBoolean>;
1835
- message: zod_v40.ZodOptional<zod_v40.ZodString>;
1836
- specifier: zod_v40.ZodUnion<readonly [zod_v40.ZodObject<{
1837
- from: zod_v40.ZodLiteral<"file">;
1838
- name: zod_v40.ZodOptional<zod_v40.ZodUnion<readonly [zod_v40.ZodString, zod_v40.ZodArray<zod_v40.ZodString>]>>;
1839
- path: zod_v40.ZodOptional<zod_v40.ZodString>;
1840
- }, zod_v4_core0.$strip>, zod_v40.ZodObject<{
1841
- from: zod_v40.ZodLiteral<"lib">;
1842
- name: zod_v40.ZodOptional<zod_v40.ZodUnion<readonly [zod_v40.ZodString, zod_v40.ZodArray<zod_v40.ZodString>]>>;
1843
- }, zod_v4_core0.$strip>, zod_v40.ZodObject<{
1844
- from: zod_v40.ZodLiteral<"package">;
1845
- name: zod_v40.ZodOptional<zod_v40.ZodUnion<readonly [zod_v40.ZodString, zod_v40.ZodArray<zod_v40.ZodString>]>>;
1846
- package: zod_v40.ZodString;
1847
- }, zod_v4_core0.$strip>]>;
1848
- }, zod_v4_core0.$strip>>>;
1849
- }>, _flint_fyi_core0.Rule<{
1829
+ restrictions: import("zod/v4").ZodDefault<import("zod/v4").ZodArray<import("zod/v4").ZodObject<{
1830
+ allowTypeImports: import("zod/v4").ZodOptional<import("zod/v4").ZodBoolean>;
1831
+ message: import("zod/v4").ZodOptional<import("zod/v4").ZodString>;
1832
+ specifier: import("zod/v4").ZodUnion<readonly [import("zod/v4").ZodObject<{
1833
+ from: import("zod/v4").ZodLiteral<"file">;
1834
+ name: import("zod/v4").ZodOptional<import("zod/v4").ZodUnion<readonly [import("zod/v4").ZodString, import("zod/v4").ZodArray<import("zod/v4").ZodString>]>>;
1835
+ path: import("zod/v4").ZodOptional<import("zod/v4").ZodString>;
1836
+ }, import("zod/v4/core").$strip>, import("zod/v4").ZodObject<{
1837
+ from: import("zod/v4").ZodLiteral<"lib">;
1838
+ name: import("zod/v4").ZodOptional<import("zod/v4").ZodUnion<readonly [import("zod/v4").ZodString, import("zod/v4").ZodArray<import("zod/v4").ZodString>]>>;
1839
+ }, import("zod/v4/core").$strip>, import("zod/v4").ZodObject<{
1840
+ from: import("zod/v4").ZodLiteral<"package">;
1841
+ name: import("zod/v4").ZodOptional<import("zod/v4").ZodUnion<readonly [import("zod/v4").ZodString, import("zod/v4").ZodArray<import("zod/v4").ZodString>]>>;
1842
+ package: import("zod/v4").ZodString;
1843
+ }, import("zod/v4/core").$strip>]>;
1844
+ }, import("zod/v4/core").$strip>>>;
1845
+ }>, import("@flint.fyi/core").Rule<{
1850
1846
  readonly description: "Reports using assignment expressions in return statements.";
1851
1847
  readonly id: "returnAssignments";
1852
1848
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1853
1849
  } & {
1854
1850
  readonly pluginId: string;
1855
1851
  readonly url: string;
1856
- }, "noReturnAssign", undefined>, _flint_fyi_core0.Rule<{
1852
+ }, "noReturnAssign", undefined>, import("@flint.fyi/core").Rule<{
1857
1853
  readonly description: "Enforce that `this` is used when only `this` type is returned.";
1858
1854
  readonly id: "returnThisTypes";
1859
1855
  readonly presets: readonly ["logical"];
1860
1856
  } & {
1861
1857
  readonly pluginId: string;
1862
1858
  readonly url: string;
1863
- }, "preferThis", undefined>, _flint_fyi_core0.Rule<{
1859
+ }, "preferThis", undefined>, import("@flint.fyi/core").Rule<{
1864
1860
  readonly description: "Reports self-assignments which have no effect and are likely errors.";
1865
1861
  readonly id: "selfAssignments";
1866
1862
  readonly presets: readonly ["logical", "logicalStrict"];
1867
1863
  } & {
1868
1864
  readonly pluginId: string;
1869
1865
  readonly url: string;
1870
- }, "selfAssignment", undefined>, _flint_fyi_core0.Rule<{
1866
+ }, "selfAssignment", undefined>, import("@flint.fyi/core").Rule<{
1871
1867
  readonly description: "Reports using the comma operator in expressions.";
1872
1868
  readonly id: "sequences";
1873
1869
  readonly presets: readonly ["javascript"];
1874
1870
  } & {
1875
1871
  readonly pluginId: string;
1876
1872
  readonly url: string;
1877
- }, "noSequences", undefined>, _flint_fyi_core0.Rule<{
1873
+ }, "noSequences", undefined>, import("@flint.fyi/core").Rule<{
1878
1874
  readonly description: "Prefer `Set.size` over spreading into an array and accessing `.length`.";
1879
1875
  readonly id: "setSizeLengthChecks";
1880
1876
  readonly presets: readonly ["logical"];
1881
1877
  } & {
1882
1878
  readonly pluginId: string;
1883
1879
  readonly url: string;
1884
- }, "preferSize", undefined>, _flint_fyi_core0.Rule<{
1880
+ }, "preferSize", undefined>, import("@flint.fyi/core").Rule<{
1885
1881
  readonly description: "Reports return statements with values inside setters.";
1886
1882
  readonly id: "setterReturns";
1887
1883
  readonly presets: readonly ["javascript"];
1888
1884
  } & {
1889
1885
  readonly pluginId: string;
1890
1886
  readonly url: string;
1891
- }, "noSetterReturn", undefined>, _flint_fyi_core0.Rule<{
1887
+ }, "noSetterReturn", undefined>, import("@flint.fyi/core").Rule<{
1892
1888
  readonly description: "Reports variable declarations that shadow JavaScript's restricted names.";
1893
1889
  readonly id: "shadowedRestrictedNames";
1894
1890
  readonly presets: readonly ["javascript"];
1895
1891
  } & {
1896
1892
  readonly pluginId: string;
1897
1893
  readonly url: string;
1898
- }, "shadowedRestrictedName", undefined>, _flint_fyi_core0.Rule<{
1894
+ }, "shadowedRestrictedName", undefined>, import("@flint.fyi/core").Rule<{
1899
1895
  readonly description: "Enforces one variable per declaration statement.";
1900
1896
  readonly id: "singleVariableDeclarations";
1901
1897
  readonly presets: readonly ["logical"];
1902
1898
  } & {
1903
1899
  readonly pluginId: string;
1904
1900
  readonly url: string;
1905
- }, "singleVariable", undefined>, _flint_fyi_core0.Rule<{
1901
+ }, "singleVariable", undefined>, import("@flint.fyi/core").Rule<{
1906
1902
  readonly description: "Enforce consistent style for `.length` and `.size` checks.";
1907
1903
  readonly id: "sizeComparisonOperators";
1908
1904
  readonly presets: readonly ["stylisticStrict"];
@@ -1910,109 +1906,109 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
1910
1906
  readonly pluginId: string;
1911
1907
  readonly url: string;
1912
1908
  }, "coercionNonZeroCheck" | "coercionZeroCheck" | "explicitNonZeroCheck" | "explicitZeroCheck", {
1913
- style: zod_v40.ZodDefault<zod_v40.ZodEnum<{
1909
+ style: import("zod/v4").ZodDefault<import("zod/v4").ZodEnum<{
1914
1910
  coercion: "coercion";
1915
1911
  explicit: "explicit";
1916
1912
  }>>;
1917
- }>, _flint_fyi_core0.Rule<{
1913
+ }>, import("@flint.fyi/core").Rule<{
1918
1914
  readonly description: "Reports array literals with holes (sparse arrays).";
1919
1915
  readonly id: "sparseArrays";
1920
1916
  readonly presets: readonly ["logical", "logicalStrict"];
1921
1917
  } & {
1922
1918
  readonly pluginId: string;
1923
1919
  readonly url: string;
1924
- }, "noSparseArray", undefined>, _flint_fyi_core0.Rule<{
1920
+ }, "noSparseArray", undefined>, import("@flint.fyi/core").Rule<{
1925
1921
  readonly description: "Reports classes that only contain static members.";
1926
1922
  readonly id: "staticMemberOnlyClasses";
1927
1923
  readonly presets: readonly ["logicalStrict"];
1928
1924
  } & {
1929
1925
  readonly pluginId: string;
1930
1926
  readonly url: string;
1931
- }, "noStaticOnlyClass", undefined>, _flint_fyi_core0.Rule<{
1927
+ }, "noStaticOnlyClass", undefined>, import("@flint.fyi/core").Rule<{
1932
1928
  readonly description: "Reports string case method calls compared against literals with mismatched casing.";
1933
1929
  readonly id: "stringCaseMismatches";
1934
1930
  readonly presets: readonly ["logical"];
1935
1931
  } & {
1936
1932
  readonly pluginId: string;
1937
1933
  readonly url: string;
1938
- }, "mismatch", undefined>, _flint_fyi_core0.Rule<{
1934
+ }, "mismatch", undefined>, import("@flint.fyi/core").Rule<{
1939
1935
  readonly description: "Reports usage of charCodeAt and fromCharCode instead of their codePoint equivalents.";
1940
1936
  readonly id: "stringCodePoints";
1941
1937
  readonly presets: readonly ["logical"];
1942
1938
  } & {
1943
1939
  readonly pluginId: string;
1944
1940
  readonly url: string;
1945
- }, "preferCodePointAt" | "preferFromCodePoint", undefined>, _flint_fyi_core0.Rule<{
1941
+ }, "preferCodePointAt" | "preferFromCodePoint", undefined>, import("@flint.fyi/core").Rule<{
1946
1942
  readonly description: "Reports usage of `substring` instead of slice for string operations.";
1947
1943
  readonly id: "stringSliceMethods";
1948
1944
  readonly presets: readonly ["logical"];
1949
1945
  } & {
1950
1946
  readonly pluginId: string;
1951
1947
  readonly url: string;
1952
- }, "preferSliceOverSubstring", undefined>, _flint_fyi_core0.Rule<{
1948
+ }, "preferSliceOverSubstring", undefined>, import("@flint.fyi/core").Rule<{
1953
1949
  readonly description: "Reports regex patterns that can be replaced with `endsWith` or `startsWith`.";
1954
1950
  readonly id: "stringStartsEndsWith";
1955
1951
  readonly presets: readonly ["stylistic"];
1956
1952
  } & {
1957
1953
  readonly pluginId: string;
1958
1954
  readonly url: string;
1959
- }, "preferEndsWith" | "preferStartsWith", undefined>, _flint_fyi_core0.Rule<{
1955
+ }, "preferEndsWith" | "preferStartsWith", undefined>, import("@flint.fyi/core").Rule<{
1960
1956
  readonly description: "Reports JSON.parse(JSON.stringify()) patterns that can use structuredClone.";
1961
1957
  readonly id: "structuredCloneMethods";
1962
1958
  readonly presets: readonly ["logical"];
1963
1959
  } & {
1964
1960
  readonly pluginId: string;
1965
1961
  readonly url: string;
1966
- }, "preferStructuredClone", undefined>, _flint_fyi_core0.Rule<{
1962
+ }, "preferStructuredClone", undefined>, import("@flint.fyi/core").Rule<{
1967
1963
  readonly description: "Reports Symbol() calls without description arguments.";
1968
1964
  readonly id: "symbolDescriptions";
1969
1965
  readonly presets: readonly ["stylistic", "stylisticStrict"];
1970
1966
  } & {
1971
1967
  readonly pluginId: string;
1972
1968
  readonly url: string;
1973
- }, "missingDescription", undefined>, _flint_fyi_core0.Rule<{
1969
+ }, "missingDescription", undefined>, import("@flint.fyi/core").Rule<{
1974
1970
  readonly description: "Reports assigning `this` to a variable.";
1975
1971
  readonly id: "thisAliases";
1976
1972
  readonly presets: readonly ["logical"];
1977
1973
  } & {
1978
1974
  readonly pluginId: string;
1979
1975
  readonly url: string;
1980
- }, "noThisAlias", undefined>, _flint_fyi_core0.Rule<{
1976
+ }, "noThisAlias", undefined>, import("@flint.fyi/core").Rule<{
1981
1977
  readonly description: "Reports using `this` or `super` before calling `super()` in derived class constructors.";
1982
1978
  readonly id: "thisBeforeSuper";
1983
1979
  readonly presets: readonly ["javascript"];
1984
1980
  } & {
1985
1981
  readonly pluginId: string;
1986
1982
  readonly url: string;
1987
- }, "thisBeforeSuper" | "superBeforeSuper", undefined>, _flint_fyi_core0.Rule<{
1983
+ }, "thisBeforeSuper" | "superBeforeSuper", undefined>, import("@flint.fyi/core").Rule<{
1988
1984
  readonly description: "Reports throwing values that are not `Error` objects.";
1989
1985
  readonly id: "throwErrors";
1990
1986
  readonly presets: readonly ["logical"];
1991
1987
  } & {
1992
1988
  readonly pluginId: string;
1993
1989
  readonly url: string;
1994
- }, "throwError" | "throwUndefined", undefined>, _flint_fyi_core0.Rule<{
1990
+ }, "throwError" | "throwUndefined", undefined>, import("@flint.fyi/core").Rule<{
1995
1991
  readonly description: "Reports top-level await expressions in files that export values.";
1996
1992
  readonly id: "topLevelAwaits";
1997
1993
  readonly presets: readonly ["logicalStrict"];
1998
1994
  } & {
1999
1995
  readonly pluginId: string;
2000
1996
  readonly url: string;
2001
- }, "topLevelAwait", undefined>, _flint_fyi_core0.Rule<{
1997
+ }, "topLevelAwait", undefined>, import("@flint.fyi/core").Rule<{
2002
1998
  readonly description: "Reports triple-slash reference directives.";
2003
1999
  readonly id: "tripleSlashReferences";
2004
2000
  readonly presets: readonly ["logical"];
2005
2001
  } & {
2006
2002
  readonly pluginId: string;
2007
2003
  readonly url: string;
2008
- }, "noTripleSlashReference", undefined>, _flint_fyi_core0.Rule<{
2004
+ }, "noTripleSlashReference", undefined>, import("@flint.fyi/core").Rule<{
2009
2005
  readonly description: "Reports invalid triple-slash reference directives.";
2010
2006
  readonly id: "tripleSlashReferenceValidity";
2011
2007
  readonly presets: readonly ["logical"];
2012
2008
  } & {
2013
2009
  readonly pluginId: string;
2014
2010
  readonly url: string;
2015
- }, "invalidDirective", undefined>, _flint_fyi_core0.Rule<{
2011
+ }, "invalidDirective", undefined>, import("@flint.fyi/core").Rule<{
2016
2012
  readonly description: "Reports problematic TypeScript comment directives or requires descriptions after directives.";
2017
2013
  readonly id: "tsComments";
2018
2014
  readonly presets: readonly ["logical"];
@@ -2020,194 +2016,194 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
2020
2016
  readonly pluginId: string;
2021
2017
  readonly url: string;
2022
2018
  }, "descriptionNotMatchPattern" | "directiveComment" | "preferExpectError" | "requiresDescription", {
2023
- allowTsExpectError: zod_v40.ZodDefault<zod_v40.ZodUnion<readonly [zod_v40.ZodLiteral<true>, zod_v40.ZodLiteral<false>, zod_v40.ZodLiteral<"allow-with-description">, zod_v40.ZodObject<{
2024
- descriptionFormat: zod_v40.ZodString;
2025
- }, zod_v4_core0.$strip>]>>;
2026
- allowTsIgnore: zod_v40.ZodDefault<zod_v40.ZodUnion<readonly [zod_v40.ZodLiteral<true>, zod_v40.ZodLiteral<false>, zod_v40.ZodLiteral<"allow-with-description">, zod_v40.ZodObject<{
2027
- descriptionFormat: zod_v40.ZodString;
2028
- }, zod_v4_core0.$strip>]>>;
2029
- allowTsNocheck: zod_v40.ZodDefault<zod_v40.ZodUnion<readonly [zod_v40.ZodLiteral<true>, zod_v40.ZodLiteral<false>, zod_v40.ZodLiteral<"allow-with-description">, zod_v40.ZodObject<{
2030
- descriptionFormat: zod_v40.ZodString;
2031
- }, zod_v4_core0.$strip>]>>;
2032
- minimumDescriptionLength: zod_v40.ZodDefault<zod_v40.ZodNumber>;
2033
- }>, _flint_fyi_core0.Rule<{
2019
+ allowTsExpectError: import("zod/v4").ZodDefault<import("zod/v4").ZodUnion<readonly [import("zod/v4").ZodLiteral<true>, import("zod/v4").ZodLiteral<false>, import("zod/v4").ZodLiteral<"allow-with-description">, import("zod/v4").ZodObject<{
2020
+ descriptionFormat: import("zod/v4").ZodString;
2021
+ }, import("zod/v4/core").$strip>]>>;
2022
+ allowTsIgnore: import("zod/v4").ZodDefault<import("zod/v4").ZodUnion<readonly [import("zod/v4").ZodLiteral<true>, import("zod/v4").ZodLiteral<false>, import("zod/v4").ZodLiteral<"allow-with-description">, import("zod/v4").ZodObject<{
2023
+ descriptionFormat: import("zod/v4").ZodString;
2024
+ }, import("zod/v4/core").$strip>]>>;
2025
+ allowTsNocheck: import("zod/v4").ZodDefault<import("zod/v4").ZodUnion<readonly [import("zod/v4").ZodLiteral<true>, import("zod/v4").ZodLiteral<false>, import("zod/v4").ZodLiteral<"allow-with-description">, import("zod/v4").ZodObject<{
2026
+ descriptionFormat: import("zod/v4").ZodString;
2027
+ }, import("zod/v4/core").$strip>]>>;
2028
+ minimumDescriptionLength: import("zod/v4").ZodDefault<import("zod/v4").ZodNumber>;
2029
+ }>, import("@flint.fyi/core").Rule<{
2034
2030
  readonly description: "Reports TSLint disable/enable comments.";
2035
2031
  readonly id: "tslintComments";
2036
2032
  readonly presets: readonly ["logical"];
2037
2033
  } & {
2038
2034
  readonly pluginId: string;
2039
2035
  readonly url: string;
2040
- }, "tslintComment", undefined>, _flint_fyi_core0.Rule<{
2036
+ }, "tslintComment", undefined>, import("@flint.fyi/core").Rule<{
2041
2037
  readonly description: "Reports angle-bracket type assertions.";
2042
2038
  readonly id: "typeAssertionStyles";
2043
2039
  readonly presets: readonly ["stylistic"];
2044
2040
  } & {
2045
2041
  readonly pluginId: string;
2046
2042
  readonly url: string;
2047
- }, "preferAs", undefined>, _flint_fyi_core0.Rule<{
2043
+ }, "preferAs", undefined>, import("@flint.fyi/core").Rule<{
2048
2044
  readonly description: "Reports imports that do not match the configured type import style.";
2049
2045
  readonly id: "typeImports";
2050
- readonly presets: readonly ["stylistic"];
2046
+ readonly presets: readonly ["logicalStrict"];
2051
2047
  } & {
2052
2048
  readonly pluginId: string;
2053
2049
  readonly url: string;
2054
2050
  }, "avoidImportType" | "someImportsAreOnlyTypes" | "typeOverValue", {
2055
- fixStyle: zod_v40.ZodDefault<zod_v40.ZodEnum<{
2051
+ fixStyle: import("zod/v4").ZodDefault<import("zod/v4").ZodEnum<{
2056
2052
  "inline-type-imports": "inline-type-imports";
2057
2053
  "separate-type-imports": "separate-type-imports";
2058
2054
  }>>;
2059
- prefer: zod_v40.ZodDefault<zod_v40.ZodEnum<{
2055
+ prefer: import("zod/v4").ZodDefault<import("zod/v4").ZodEnum<{
2060
2056
  "no-type-imports": "no-type-imports";
2061
2057
  "type-imports": "type-imports";
2062
2058
  }>>;
2063
- }>, _flint_fyi_core0.Rule<{
2059
+ }>, import("@flint.fyi/core").Rule<{
2064
2060
  readonly description: "Reports typeof expressions that compare impossible string literals.";
2065
2061
  readonly id: "typeofComparisons";
2066
2062
  readonly presets: readonly ["javascript"];
2067
2063
  } & {
2068
2064
  readonly pluginId: string;
2069
2065
  readonly url: string;
2070
- }, "invalidValue", undefined>, _flint_fyi_core0.Rule<{
2066
+ }, "invalidValue", undefined>, import("@flint.fyi/core").Rule<{
2071
2067
  readonly description: "Reports variables that are declared but never assigned a value.";
2072
2068
  readonly id: "unassignedVariables";
2073
2069
  readonly presets: readonly ["javascript"];
2074
2070
  } & {
2075
2071
  readonly pluginId: string;
2076
2072
  readonly url: string;
2077
- }, "noUnassigned", undefined>, _flint_fyi_core0.Rule<{
2073
+ }, "noUnassigned", undefined>, import("@flint.fyi/core").Rule<{
2078
2074
  readonly description: "Reports typeof undefined checks.";
2079
2075
  readonly id: "undefinedTypeofChecks";
2080
2076
  readonly presets: readonly ["stylistic"];
2081
2077
  } & {
2082
2078
  readonly pluginId: string;
2083
2079
  readonly url: string;
2084
- }, "directComparison", undefined>, _flint_fyi_core0.Rule<{
2080
+ }, "directComparison", undefined>, import("@flint.fyi/core").Rule<{
2085
2081
  readonly description: "Reports using variables that are not defined.";
2086
2082
  readonly id: "undefinedVariables";
2087
2083
  readonly presets: readonly ["javascript"];
2088
2084
  } & {
2089
2085
  readonly pluginId: string;
2090
2086
  readonly url: string;
2091
- }, "undefinedVariable", undefined>, _flint_fyi_core0.Rule<{
2087
+ }, "undefinedVariable", undefined>, import("@flint.fyi/core").Rule<{
2092
2088
  readonly description: "Reports files with Unicode Byte Order Marks (BOMs).";
2093
2089
  readonly id: "unicodeBOMs";
2094
2090
  readonly presets: readonly ["stylistic", "stylisticStrict"];
2095
2091
  } & {
2096
2092
  readonly pluginId: string;
2097
2093
  readonly url: string;
2098
- }, "noBOM", undefined>, _flint_fyi_core0.Rule<{
2094
+ }, "noBOM", undefined>, import("@flint.fyi/core").Rule<{
2099
2095
  readonly description: "Reports unnecessary `.bind()` calls.";
2100
2096
  readonly id: "unnecessaryBinds";
2101
2097
  readonly presets: readonly ["logical"];
2102
2098
  } & {
2103
2099
  readonly pluginId: string;
2104
2100
  readonly url: string;
2105
- }, "unnecessaryBinds" | "arrowBind", undefined>, _flint_fyi_core0.Rule<{
2101
+ }, "unnecessaryBinds" | "arrowBind", undefined>, import("@flint.fyi/core").Rule<{
2106
2102
  readonly description: "Reports standalone block statements that don't create a meaningful scope.";
2107
2103
  readonly id: "unnecessaryBlocks";
2108
2104
  readonly presets: readonly ["stylistic", "stylisticStrict"];
2109
2105
  } & {
2110
2106
  readonly pluginId: string;
2111
2107
  readonly url: string;
2112
- }, "unnecessaryBlock", undefined>, _flint_fyi_core0.Rule<{
2108
+ }, "unnecessaryBlock", undefined>, import("@flint.fyi/core").Rule<{
2113
2109
  readonly description: "Reports unnecessary boolean casts.";
2114
2110
  readonly id: "unnecessaryBooleanCasts";
2115
2111
  readonly presets: readonly ["logical"];
2116
2112
  } & {
2117
2113
  readonly pluginId: string;
2118
2114
  readonly url: string;
2119
- }, "unnecessary", undefined>, _flint_fyi_core0.Rule<{
2115
+ }, "unnecessary", undefined>, import("@flint.fyi/core").Rule<{
2120
2116
  readonly description: "Reports catch clauses that only rethrow the caught error without modification.";
2121
2117
  readonly id: "unnecessaryCatches";
2122
2118
  readonly presets: readonly ["logical", "logicalStrict"];
2123
2119
  } & {
2124
2120
  readonly pluginId: string;
2125
2121
  readonly url: string;
2126
- }, "unnecessaryCatch", undefined>, _flint_fyi_core0.Rule<{
2122
+ }, "unnecessaryCatch", undefined>, import("@flint.fyi/core").Rule<{
2127
2123
  readonly description: "Reports comparisons that are always true, always false, or can be simplified.";
2128
2124
  readonly id: "unnecessaryComparisons";
2129
2125
  readonly presets: readonly ["logical", "logicalStrict"];
2130
2126
  } & {
2131
2127
  readonly pluginId: string;
2132
2128
  readonly url: string;
2133
- }, "impossibleRange" | "ineffectiveCheck" | "redundantComparison" | "selfComparison", undefined>, _flint_fyi_core0.Rule<{
2129
+ }, "impossibleRange" | "ineffectiveCheck" | "redundantComparison" | "selfComparison", undefined>, import("@flint.fyi/core").Rule<{
2134
2130
  readonly description: "Reports string concatenation using the + operator when both operands are string literals.";
2135
2131
  readonly id: "unnecessaryConcatenation";
2136
2132
  readonly presets: readonly ["stylistic", "stylisticStrict"];
2137
2133
  } & {
2138
2134
  readonly pluginId: string;
2139
2135
  readonly url: string;
2140
- }, "unnecessaryConcatenation", undefined>, _flint_fyi_core0.Rule<{
2136
+ }, "unnecessaryConcatenation", undefined>, import("@flint.fyi/core").Rule<{
2141
2137
  readonly description: "Reports unnecessary escape sequences in string literals and template strings.";
2142
2138
  readonly id: "unnecessaryEscapes";
2143
2139
  readonly presets: readonly ["stylistic"];
2144
2140
  } & {
2145
2141
  readonly pluginId: string;
2146
2142
  readonly url: string;
2147
- }, "unnecessary", undefined>, _flint_fyi_core0.Rule<{
2143
+ }, "unnecessary", undefined>, import("@flint.fyi/core").Rule<{
2148
2144
  readonly description: "Reports unnecessary Math.min and Math.max calls with constant arguments or incorrect clamping patterns.";
2149
2145
  readonly id: "unnecessaryMathClamps";
2150
2146
  readonly presets: readonly ["logical"];
2151
2147
  } & {
2152
2148
  readonly pluginId: string;
2153
2149
  readonly url: string;
2154
- }, "constantArguments" | "incorrectClampOrder", undefined>, _flint_fyi_core0.Rule<{
2150
+ }, "constantArguments" | "incorrectClampOrder", undefined>, import("@flint.fyi/core").Rule<{
2155
2151
  readonly description: "Reports numeric literals with unnecessary zero fractions or dangling dots.";
2156
2152
  readonly id: "unnecessaryNumericFractions";
2157
2153
  readonly presets: readonly ["stylistic"];
2158
2154
  } & {
2159
2155
  readonly pluginId: string;
2160
2156
  readonly url: string;
2161
- }, "danglingDot" | "zeroFraction", undefined>, _flint_fyi_core0.Rule<{
2157
+ }, "danglingDot" | "zeroFraction", undefined>, import("@flint.fyi/core").Rule<{
2162
2158
  readonly description: "Renames that don't change the identifier name are unnecessary.";
2163
2159
  readonly id: "unnecessaryRenames";
2164
2160
  readonly presets: readonly ["stylistic"];
2165
2161
  } & {
2166
2162
  readonly pluginId: string;
2167
2163
  readonly url: string;
2168
- }, "unnecessaryRename", undefined>, _flint_fyi_core0.Rule<{
2164
+ }, "unnecessaryRename", undefined>, import("@flint.fyi/core").Rule<{
2169
2165
  readonly description: "Reports ternary expressions that can be simplified to boolean expressions or logical operators";
2170
2166
  readonly id: "unnecessaryTernaries";
2171
2167
  readonly presets: readonly ["stylistic", "stylisticStrict"];
2172
2168
  } & {
2173
2169
  readonly pluginId: string;
2174
2170
  readonly url: string;
2175
- }, "unnecessaryBooleanTernary" | "unnecessaryLogicalTernary", undefined>, _flint_fyi_core0.Rule<{
2171
+ }, "unnecessaryBooleanTernary" | "unnecessaryLogicalTernary", undefined>, import("@flint.fyi/core").Rule<{
2176
2172
  readonly description: "Reports unnecessary \"use strict\" directives in ES modules and classes.";
2177
2173
  readonly id: "unnecessaryUseStricts";
2178
2174
  readonly presets: readonly ["logical"];
2179
2175
  } & {
2180
2176
  readonly pluginId: string;
2181
2177
  readonly url: string;
2182
- }, "unnecessaryUseStrict", undefined>, _flint_fyi_core0.Rule<{
2178
+ }, "unnecessaryUseStrict", undefined>, import("@flint.fyi/core").Rule<{
2183
2179
  readonly description: "Reports negating the left operand of `in` or `instanceof` relations.";
2184
2180
  readonly id: "unsafeNegations";
2185
2181
  readonly presets: readonly ["javascript"];
2186
2182
  } & {
2187
2183
  readonly pluginId: string;
2188
2184
  readonly url: string;
2189
- }, "preferNegatingRelation", undefined>, _flint_fyi_core0.Rule<{
2185
+ }, "preferNegatingRelation", undefined>, import("@flint.fyi/core").Rule<{
2190
2186
  readonly description: "Reports attempting to delete variables with the delete operator.";
2191
2187
  readonly id: "variableDeletions";
2192
2188
  readonly presets: readonly ["javascript"];
2193
2189
  } & {
2194
2190
  readonly pluginId: string;
2195
2191
  readonly url: string;
2196
- }, "noDeleteVar", undefined>, _flint_fyi_core0.Rule<{
2192
+ }, "noDeleteVar", undefined>, import("@flint.fyi/core").Rule<{
2197
2193
  readonly description: "Reports using the void operator.";
2198
2194
  readonly id: "voidOperator";
2199
2195
  readonly presets: readonly ["stylistic", "stylisticStrict"];
2200
2196
  } & {
2201
2197
  readonly pluginId: string;
2202
2198
  readonly url: string;
2203
- }, "noVoid", undefined>, _flint_fyi_core0.Rule<{
2199
+ }, "noVoid", undefined>, import("@flint.fyi/core").Rule<{
2204
2200
  readonly description: "Reports using with statements";
2205
2201
  readonly id: "withStatements";
2206
2202
  readonly presets: readonly ["javascript"];
2207
2203
  } & {
2208
2204
  readonly pluginId: string;
2209
2205
  readonly url: string;
2210
- }, "withStatement", undefined>, _flint_fyi_core0.Rule<{
2206
+ }, "withStatement", undefined>, import("@flint.fyi/core").Rule<{
2211
2207
  readonly description: "Flags using `new` with `Boolean`, `Number`, or `String`, which creates wrapper objects instead of primitives.";
2212
2208
  readonly id: "wrapperObjects";
2213
2209
  readonly presets: readonly ["logical", "logicalStrict"];
@@ -2216,5 +2212,4 @@ declare const ts: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, "j
2216
2212
  readonly url: string;
2217
2213
  }, "wrapperObject", undefined>]>;
2218
2214
  //#endregion
2219
- export { ts };
2220
- //# sourceMappingURL=plugin.d.ts.map
2215
+ export { ts };