xo 0.47.0 → 0.50.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 (1173) hide show
  1. package/config/plugins.cjs +27 -24
  2. package/lib/constants.js +6 -6
  3. package/lib/options-manager.js +5 -5
  4. package/node_modules/@types/json-schema/README.md +2 -2
  5. package/node_modules/@types/json-schema/index.d.ts +8 -1
  6. package/node_modules/@types/json-schema/package.json +3 -8
  7. package/node_modules/@typescript-eslint/eslint-plugin/README.md +134 -133
  8. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js +7 -3
  9. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map +1 -1
  10. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js +1 -1
  11. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js.map +1 -1
  12. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js +45 -0
  13. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js.map +1 -0
  14. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js +3 -1
  15. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js.map +1 -1
  16. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js +19 -15
  17. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js.map +1 -1
  18. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js +47 -36
  19. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js.map +1 -1
  20. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js +6 -2
  21. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js.map +1 -1
  22. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +61 -56
  23. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map +1 -1
  24. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js +9 -5
  25. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js.map +1 -1
  26. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js +23 -15
  27. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js.map +1 -1
  28. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js +12 -8
  29. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js.map +1 -1
  30. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js +10 -6
  31. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js.map +1 -1
  32. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js +4 -4
  33. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js.map +1 -1
  34. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js +31 -10
  35. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js.map +1 -1
  36. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js +23 -19
  37. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map +1 -1
  38. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js +34 -31
  39. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js.map +1 -1
  40. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js +93 -44
  41. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js.map +1 -1
  42. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js +67 -43
  43. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js.map +1 -1
  44. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js +5 -5
  45. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js.map +1 -1
  46. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js +7 -3
  47. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js.map +1 -1
  48. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js +73 -5
  49. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js.map +1 -1
  50. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +12 -8
  51. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map +1 -1
  52. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +51 -86
  53. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map +1 -1
  54. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js +5 -1
  55. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js.map +1 -1
  56. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js +161 -161
  57. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js.map +1 -1
  58. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js +83 -79
  59. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js.map +1 -1
  60. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js +10 -0
  61. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js.map +1 -1
  62. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js +14 -6
  63. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js.map +1 -1
  64. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js +7 -3
  65. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js.map +1 -1
  66. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js +9 -5
  67. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js.map +1 -1
  68. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js +26 -7
  69. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js.map +1 -1
  70. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js +94 -60
  71. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map +1 -1
  72. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js +16 -9
  73. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js.map +1 -1
  74. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js +1 -1
  75. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js +5 -1
  76. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js.map +1 -1
  77. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js +5 -1
  78. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js.map +1 -1
  79. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js +16 -10
  80. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js.map +1 -1
  81. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js +22 -18
  82. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js.map +1 -1
  83. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js +7 -3
  84. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js.map +1 -1
  85. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +11 -7
  86. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map +1 -1
  87. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js +9 -5
  88. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map +1 -1
  89. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js +20 -16
  90. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js.map +1 -1
  91. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js +7 -3
  92. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js.map +1 -1
  93. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js +85 -0
  94. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js.map +1 -0
  95. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js +11 -10
  96. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js.map +1 -1
  97. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js +12 -8
  98. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js.map +1 -1
  99. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js +23 -7
  100. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js.map +1 -1
  101. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js +5 -1
  102. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js.map +1 -1
  103. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js +21 -17
  104. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js.map +1 -1
  105. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js +5 -1
  106. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js.map +1 -1
  107. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js +18 -14
  108. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js.map +1 -1
  109. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js +11 -3
  110. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js.map +1 -1
  111. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js +9 -5
  112. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js.map +1 -1
  113. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +25 -21
  114. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +1 -1
  115. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js +5 -1
  116. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js.map +1 -1
  117. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js +7 -3
  118. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js.map +1 -1
  119. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +21 -17
  120. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +1 -1
  121. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js +37 -33
  122. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js.map +1 -1
  123. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js +11 -7
  124. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js.map +1 -1
  125. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js +26 -22
  126. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js.map +1 -1
  127. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js +15 -11
  128. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js.map +1 -1
  129. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js +5 -1
  130. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js.map +1 -1
  131. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js +80 -35
  132. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js.map +1 -1
  133. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js +8 -4
  134. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js.map +1 -1
  135. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js +11 -7
  136. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js.map +1 -1
  137. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +266 -30
  138. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js.map +1 -1
  139. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js +13 -8
  140. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js.map +1 -1
  141. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js +11 -7
  142. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js.map +1 -1
  143. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js +9 -5
  144. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js.map +1 -1
  145. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js +9 -5
  146. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js.map +1 -1
  147. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js +11 -5
  148. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js.map +1 -1
  149. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js +19 -15
  150. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js.map +1 -1
  151. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js +373 -0
  152. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js.map +1 -0
  153. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js +8 -4
  154. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js.map +1 -1
  155. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js +8 -5
  156. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js.map +1 -1
  157. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +128 -22
  158. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +1 -1
  159. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js +11 -7
  160. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js.map +1 -1
  161. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js +37 -11
  162. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js.map +1 -1
  163. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js +30 -25
  164. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js.map +1 -1
  165. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js +37 -7
  166. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js.map +1 -1
  167. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js +26 -22
  168. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map +1 -1
  169. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js +9 -5
  170. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js.map +1 -1
  171. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js +41 -7
  172. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js.map +1 -1
  173. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js +14 -10
  174. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js.map +1 -1
  175. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js +31 -10
  176. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js.map +1 -1
  177. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js +16 -14
  178. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map +1 -1
  179. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js +30 -27
  180. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js.map +1 -1
  181. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js +6 -2
  182. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js.map +1 -1
  183. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js +13 -9
  184. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js.map +1 -1
  185. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js +14 -10
  186. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js.map +1 -1
  187. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js +11 -7
  188. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js.map +1 -1
  189. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +79 -48
  190. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map +1 -1
  191. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js +14 -10
  192. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map +1 -1
  193. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js +10 -6
  194. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js.map +1 -1
  195. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js +91 -0
  196. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js.map +1 -0
  197. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js +21 -14
  198. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js.map +1 -1
  199. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js +31 -10
  200. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js.map +1 -1
  201. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js +7 -7
  202. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js.map +1 -1
  203. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js +80 -62
  204. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js.map +1 -1
  205. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js +189 -0
  206. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js.map +1 -0
  207. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js +9 -5
  208. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js.map +1 -1
  209. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js +6 -2
  210. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js.map +1 -1
  211. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js +26 -21
  212. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +1 -1
  213. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js +80 -75
  214. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js.map +1 -1
  215. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js +13 -9
  216. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map +1 -1
  217. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js +10 -10
  218. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js.map +1 -1
  219. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js +9 -5
  220. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js.map +1 -1
  221. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js +18 -14
  222. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js.map +1 -1
  223. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js +90 -40
  224. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map +1 -1
  225. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js +18 -14
  226. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js.map +1 -1
  227. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js +20 -11
  228. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map +1 -1
  229. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js +9 -5
  230. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js.map +1 -1
  231. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js +12 -8
  232. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map +1 -1
  233. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js +13 -9
  234. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js.map +1 -1
  235. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +22 -22
  236. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +1 -1
  237. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js +9 -5
  238. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js.map +1 -1
  239. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js +15 -11
  240. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map +1 -1
  241. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js +15 -11
  242. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js.map +1 -1
  243. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +6 -2
  244. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js.map +1 -1
  245. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js +25 -12
  246. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js.map +1 -1
  247. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js +54 -14
  248. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map +1 -1
  249. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js +8 -4
  250. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map +1 -1
  251. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js +29 -13
  252. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js.map +1 -1
  253. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js +14 -10
  254. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js.map +1 -1
  255. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js +47 -42
  256. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js.map +1 -1
  257. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js +95 -0
  258. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js.map +1 -0
  259. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js +11 -7
  260. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js.map +1 -1
  261. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js +27 -10
  262. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js.map +1 -1
  263. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js +26 -8
  264. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map +1 -1
  265. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js +6 -2
  266. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map +1 -1
  267. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js +9 -5
  268. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map +1 -1
  269. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js +5 -1
  270. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js.map +1 -1
  271. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js +61 -42
  272. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js.map +1 -1
  273. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +33 -29
  274. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map +1 -1
  275. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js +64 -35
  276. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map +1 -1
  277. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js +6 -2
  278. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js.map +1 -1
  279. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +43 -44
  280. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +1 -1
  281. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js +2 -5
  282. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js.map +1 -1
  283. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js +59 -22
  284. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js.map +1 -1
  285. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js +7 -3
  286. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js.map +1 -1
  287. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js +5 -5
  288. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js.map +1 -1
  289. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js +307 -0
  290. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js.map +1 -0
  291. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js +5 -5
  292. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js.map +1 -1
  293. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js +30 -50
  294. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js.map +1 -1
  295. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js +12 -9
  296. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js.map +1 -1
  297. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js +59 -9
  298. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js.map +1 -1
  299. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md +132 -133
  300. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/TEMPLATE.md +53 -0
  301. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/adjacent-overload-signatures.md +21 -10
  302. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/array-type.md +17 -15
  303. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/await-thenable.md +23 -10
  304. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-ts-comment.md +20 -14
  305. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-tslint-comment.md +23 -10
  306. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-types.md +48 -29
  307. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/brace-style.md +7 -7
  308. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/class-literal-property-style.md +44 -36
  309. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-dangle.md +7 -7
  310. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-spacing.md +7 -7
  311. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.md +20 -12
  312. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-assertions.md +29 -11
  313. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-definitions.md +19 -13
  314. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-exports.md +87 -10
  315. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-imports.md +3 -7
  316. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/default-param-last.md +11 -9
  317. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/dot-notation.md +7 -7
  318. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-function-return-type.md +59 -21
  319. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-member-accessibility.md +6 -10
  320. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-module-boundary-types.md +36 -22
  321. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/func-call-spacing.md +7 -7
  322. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/indent.md +10 -8
  323. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/init-declarations.md +7 -7
  324. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/keyword-spacing.md +7 -7
  325. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/lines-between-class-members.md +7 -7
  326. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-delimiter-style.md +9 -9
  327. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-ordering.md +582 -449
  328. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/method-signature-style.md +18 -12
  329. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/naming-convention.md +10 -10
  330. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-array-constructor.md +11 -9
  331. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-base-to-string.md +7 -9
  332. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-non-null-assertion.md +20 -9
  333. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-void-expression.md +8 -10
  334. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dupe-class-members.md +7 -7
  335. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-enum-values.md +56 -0
  336. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-imports.md +11 -7
  337. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dynamic-delete.md +30 -19
  338. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-function.md +26 -11
  339. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-interface.md +10 -10
  340. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-explicit-any.md +8 -10
  341. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-non-null-assertion.md +16 -11
  342. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-parens.md +7 -7
  343. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-semi.md +7 -7
  344. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extraneous-class.md +265 -33
  345. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-floating-promises.md +27 -16
  346. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-for-in-array.md +23 -10
  347. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implicit-any-catch.md +13 -11
  348. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implied-eval.md +13 -9
  349. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-inferrable-types.md +51 -49
  350. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-this.md +7 -7
  351. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-void-type.md +13 -13
  352. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loop-func.md +7 -7
  353. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loss-of-precision.md +7 -7
  354. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-magic-numbers.md +31 -7
  355. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-meaningless-void-operator.md +11 -11
  356. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-new.md +17 -12
  357. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-promises.md +164 -43
  358. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-namespace.md +32 -16
  359. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-nullish-coalescing.md +22 -9
  360. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-optional-chain.md +22 -9
  361. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-assertion.md +22 -9
  362. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-parameter-properties.md +52 -24
  363. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redeclare.md +7 -7
  364. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redundant-type-constituents.md +92 -0
  365. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-require-imports.md +23 -10
  366. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-restricted-imports.md +18 -18
  367. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-shadow.md +7 -7
  368. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-this-alias.md +5 -9
  369. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-throw-literal.md +28 -10
  370. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-type-alias.md +21 -9
  371. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-boolean-literal-compare.md +22 -14
  372. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-condition.md +11 -10
  373. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-qualifier.md +23 -10
  374. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-arguments.md +22 -9
  375. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-assertion.md +11 -11
  376. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-constraint.md +22 -9
  377. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-argument.md +27 -12
  378. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-assignment.md +25 -10
  379. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-call.md +23 -10
  380. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-member-access.md +23 -10
  381. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-return.md +25 -10
  382. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-expressions.md +7 -7
  383. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-vars.md +7 -7
  384. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-use-before-define.md +13 -9
  385. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-constructor.md +12 -7
  386. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-empty-export.md +52 -0
  387. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-var-requires.md +23 -10
  388. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/non-nullable-type-assertion-style.md +22 -9
  389. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/object-curly-spacing.md +7 -7
  390. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/padding-line-between-statements.md +7 -7
  391. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/parameter-properties.md +488 -0
  392. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-as-const.md +24 -9
  393. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-enum-initializers.md +22 -9
  394. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-for-of.md +23 -10
  395. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-function-type.md +22 -9
  396. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-includes.md +19 -10
  397. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-literal-enum-member.md +17 -11
  398. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-namespace-keyword.md +17 -8
  399. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-nullish-coalescing.md +3 -7
  400. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-optional-chain.md +29 -9
  401. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly-parameter-types.md +34 -18
  402. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly.md +20 -16
  403. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-reduce-type-parameter.md +19 -10
  404. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-regexp-exec.md +16 -13
  405. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-return-this-type.md +24 -9
  406. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-string-starts-ends-with.md +16 -13
  407. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-ts-expect-error.md +22 -9
  408. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/promise-function-async.md +8 -9
  409. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/quotes.md +7 -7
  410. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-array-sort-compare.md +15 -11
  411. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-await.md +7 -7
  412. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-plus-operands.md +61 -19
  413. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-template-expressions.md +18 -16
  414. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/return-await.md +22 -14
  415. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/semi.md +7 -7
  416. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/sort-type-union-intersection-members.md +9 -9
  417. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-blocks.md +54 -0
  418. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-function-paren.md +7 -7
  419. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-infix-ops.md +7 -7
  420. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/strict-boolean-expressions.md +10 -11
  421. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/switch-exhaustiveness-check.md +25 -10
  422. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/triple-slash-reference.md +20 -8
  423. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/type-annotation-spacing.md +34 -18
  424. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/typedef.md +52 -24
  425. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unbound-method.md +10 -10
  426. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unified-signatures.md +58 -16
  427. package/node_modules/@typescript-eslint/eslint-plugin/index.d.ts +1 -1
  428. package/node_modules/@typescript-eslint/eslint-plugin/package.json +15 -11
  429. package/node_modules/@typescript-eslint/parser/README.md +25 -13
  430. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map +1 -1
  431. package/node_modules/@typescript-eslint/parser/dist/parser.js +6 -10
  432. package/node_modules/@typescript-eslint/parser/dist/parser.js.map +1 -1
  433. package/node_modules/@typescript-eslint/parser/package.json +8 -9
  434. package/node_modules/@typescript-eslint/scope-manager/README.md +2 -2
  435. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +2 -0
  436. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map +1 -1
  437. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +8 -9
  438. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +1 -1
  439. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +5 -1
  440. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map +1 -1
  441. package/node_modules/@typescript-eslint/scope-manager/dist/index.js +5 -1
  442. package/node_modules/@typescript-eslint/scope-manager/dist/index.js.map +1 -1
  443. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts +9 -9
  444. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts.map +1 -1
  445. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +2 -1
  446. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js.map +1 -1
  447. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +1 -1
  448. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +1 -1
  449. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +11 -4
  450. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +1 -1
  451. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +226 -240
  452. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +1 -1
  453. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts.map +1 -1
  454. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +2 -1
  455. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js.map +1 -1
  456. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts.map +1 -1
  457. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +2 -1
  458. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js.map +1 -1
  459. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts.map +1 -1
  460. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts.map +1 -1
  461. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +2 -1
  462. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js.map +1 -1
  463. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts.map +1 -1
  464. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +2 -1
  465. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js.map +1 -1
  466. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +2 -1
  467. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js.map +1 -1
  468. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts.map +1 -1
  469. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +2 -1
  470. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js.map +1 -1
  471. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts.map +1 -1
  472. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +2 -1
  473. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js.map +1 -1
  474. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts.map +1 -1
  475. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +2 -1
  476. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js.map +1 -1
  477. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts.map +1 -1
  478. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +2 -1
  479. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js.map +1 -1
  480. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +1 -1
  481. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +2 -1
  482. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +1 -1
  483. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts.map +1 -1
  484. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +2 -1
  485. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js.map +1 -1
  486. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts.map +1 -1
  487. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts.map +1 -1
  488. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +2 -1
  489. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js.map +1 -1
  490. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +2 -1
  491. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js.map +1 -1
  492. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts.map +1 -1
  493. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts.map +1 -1
  494. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +2 -1
  495. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js.map +1 -1
  496. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts.map +1 -1
  497. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +2 -1
  498. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js.map +1 -1
  499. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +2 -1
  500. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js.map +1 -1
  501. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts.map +1 -1
  502. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +2 -1
  503. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js.map +1 -1
  504. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts.map +1 -1
  505. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +2 -1
  506. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js.map +1 -1
  507. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts.map +1 -1
  508. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +2 -1
  509. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js.map +1 -1
  510. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts.map +1 -1
  511. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +2 -1
  512. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js.map +1 -1
  513. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts.map +1 -1
  514. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +2 -1
  515. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js.map +1 -1
  516. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts.map +1 -1
  517. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +2 -1
  518. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js.map +1 -1
  519. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts.map +1 -1
  520. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts.map +1 -1
  521. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +2 -1
  522. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js.map +1 -1
  523. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts.map +1 -1
  524. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +2 -1
  525. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js.map +1 -1
  526. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +2 -1
  527. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js.map +1 -1
  528. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts.map +1 -1
  529. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +2 -1
  530. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js.map +1 -1
  531. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts.map +1 -1
  532. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +2 -1
  533. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js.map +1 -1
  534. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts.map +1 -1
  535. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +2 -1
  536. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map +1 -1
  537. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +1 -1
  538. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map +1 -1
  539. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +2 -1
  540. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map +1 -1
  541. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +2 -1
  542. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +1 -1
  543. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map +1 -1
  544. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +2 -1
  545. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map +1 -1
  546. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map +1 -1
  547. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +2 -1
  548. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map +1 -1
  549. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map +1 -1
  550. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +2 -1
  551. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map +1 -1
  552. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map +1 -1
  553. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +4 -12
  554. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map +1 -1
  555. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map +1 -1
  556. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts +3 -0
  557. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts.map +1 -0
  558. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js +11 -0
  559. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js.map +1 -0
  560. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map +1 -1
  561. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +2 -1
  562. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map +1 -1
  563. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map +1 -1
  564. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +2 -1
  565. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map +1 -1
  566. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +5 -2
  567. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map +1 -1
  568. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts +3 -0
  569. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts.map +1 -0
  570. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js +11 -0
  571. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js.map +1 -0
  572. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map +1 -1
  573. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +2 -1
  574. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map +1 -1
  575. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map +1 -1
  576. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +2 -1
  577. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map +1 -1
  578. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map +1 -1
  579. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +2 -1
  580. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map +1 -1
  581. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map +1 -1
  582. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +2 -1
  583. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map +1 -1
  584. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map +1 -1
  585. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map +1 -1
  586. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +2 -1
  587. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map +1 -1
  588. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +3 -0
  589. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map +1 -0
  590. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +12 -0
  591. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js.map +1 -0
  592. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +4 -2
  593. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map +1 -1
  594. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map +1 -1
  595. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +2 -1
  596. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map +1 -1
  597. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map +1 -1
  598. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +2 -1
  599. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map +1 -1
  600. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map +1 -1
  601. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +2 -1
  602. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map +1 -1
  603. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts +3 -0
  604. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts.map +1 -0
  605. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js +24 -0
  606. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js.map +1 -0
  607. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts +3 -0
  608. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts.map +1 -0
  609. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts +3 -0
  610. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts.map +1 -0
  611. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js +21 -0
  612. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js.map +1 -0
  613. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts +3 -0
  614. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts.map +1 -0
  615. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js +14 -0
  616. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js.map +1 -0
  617. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +14 -0
  618. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js.map +1 -0
  619. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts +3 -0
  620. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts.map +1 -0
  621. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js +12 -0
  622. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js.map +1 -0
  623. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts +3 -0
  624. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts.map +1 -0
  625. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js +12 -0
  626. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js.map +1 -0
  627. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +1 -1
  628. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +5 -1
  629. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +1 -1
  630. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map +1 -1
  631. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +2 -1
  632. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map +1 -1
  633. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map +1 -1
  634. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +2 -1
  635. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map +1 -1
  636. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map +1 -1
  637. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +14 -3
  638. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map +1 -1
  639. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map +1 -1
  640. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +2 -1
  641. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map +1 -1
  642. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map +1 -1
  643. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +4 -12
  644. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map +1 -1
  645. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map +1 -1
  646. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map +1 -1
  647. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +2 -1
  648. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map +1 -1
  649. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map +1 -1
  650. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +2 -1
  651. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map +1 -1
  652. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +4 -3
  653. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map +1 -1
  654. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map +1 -1
  655. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +2 -1
  656. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map +1 -1
  657. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map +1 -1
  658. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +2 -1
  659. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map +1 -1
  660. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map +1 -1
  661. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +2 -1
  662. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map +1 -1
  663. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map +1 -1
  664. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +2 -1
  665. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map +1 -1
  666. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +9 -0
  667. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +1 -1
  668. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +20 -1
  669. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +1 -1
  670. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map +1 -1
  671. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +2 -1
  672. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map +1 -1
  673. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map +1 -1
  674. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +2 -1
  675. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map +1 -1
  676. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +1 -1
  677. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map +1 -1
  678. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +2 -1
  679. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map +1 -1
  680. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +1 -1
  681. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +6 -2
  682. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +1 -1
  683. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +111 -79
  684. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +1 -1
  685. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +1 -1
  686. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +12 -1
  687. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +1 -1
  688. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -1
  689. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +11 -2
  690. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -1
  691. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +10 -0
  692. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts.map +1 -0
  693. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +12 -0
  694. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js.map +1 -0
  695. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +1 -1
  696. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +2 -1
  697. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +1 -1
  698. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +1 -1
  699. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +3 -6
  700. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +1 -1
  701. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +1 -0
  702. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts.map +1 -1
  703. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +1 -0
  704. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js.map +1 -1
  705. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts.map +1 -1
  706. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +1 -4
  707. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js.map +1 -1
  708. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +5 -1
  709. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map +1 -1
  710. package/node_modules/@typescript-eslint/scope-manager/package.json +13 -14
  711. package/node_modules/@typescript-eslint/type-utils/LICENSE +21 -0
  712. package/node_modules/@typescript-eslint/type-utils/README.md +15 -0
  713. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/containsAllTypesByName.d.ts +8 -0
  714. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getConstrainedTypeAtLocation.d.ts +6 -0
  715. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getContextualType.d.ts +8 -0
  716. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getDeclaration.d.ts +6 -0
  717. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getSourceFileOfNode.d.ts +6 -0
  718. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getTokenAtPosition.d.ts +3 -0
  719. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getTypeArguments.d.ts +3 -0
  720. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getTypeName.d.ts +8 -0
  721. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/index.d.ts +15 -0
  722. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/isTypeReadonly.d.ts +20 -0
  723. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/isUnsafeAssignment.d.ts +17 -0
  724. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/predicates.d.ts +52 -0
  725. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/propertyTypes.d.ts +4 -0
  726. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/requiresQuoting.d.ts +4 -0
  727. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/typeFlagUtils.d.ts +11 -0
  728. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts +8 -0
  729. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts.map +1 -0
  730. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js +55 -0
  731. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js.map +1 -0
  732. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts +6 -0
  733. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts.map +1 -0
  734. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js +13 -0
  735. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js.map +1 -0
  736. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts +8 -0
  737. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts.map +1 -0
  738. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js +70 -0
  739. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js.map +1 -0
  740. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts +6 -0
  741. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts.map +1 -0
  742. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js +17 -0
  743. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js.map +1 -0
  744. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts +6 -0
  745. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts.map +1 -0
  746. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js +38 -0
  747. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js.map +1 -0
  748. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts +3 -0
  749. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts.map +1 -0
  750. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js +51 -0
  751. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js.map +1 -0
  752. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts +3 -0
  753. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts.map +1 -0
  754. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js +13 -0
  755. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js.map +1 -0
  756. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts +8 -0
  757. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts.map +1 -0
  758. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js +74 -0
  759. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js.map +1 -0
  760. package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts +15 -0
  761. package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts.map +1 -0
  762. package/node_modules/@typescript-eslint/type-utils/dist/index.js +31 -0
  763. package/node_modules/@typescript-eslint/type-utils/dist/index.js.map +1 -0
  764. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts +20 -0
  765. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts.map +1 -0
  766. package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → type-utils/dist}/isTypeReadonly.js +80 -34
  767. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js.map +1 -0
  768. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts +17 -0
  769. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts.map +1 -0
  770. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js +71 -0
  771. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js.map +1 -0
  772. package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts +52 -0
  773. package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts.map +1 -0
  774. package/node_modules/@typescript-eslint/type-utils/dist/predicates.js +181 -0
  775. package/node_modules/@typescript-eslint/type-utils/dist/predicates.js.map +1 -0
  776. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts +4 -0
  777. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts.map +1 -0
  778. package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → type-utils/dist}/propertyTypes.js +15 -1
  779. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js.map +1 -0
  780. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts +4 -0
  781. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts.map +1 -0
  782. package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → type-utils/dist}/requiresQuoting.js +5 -1
  783. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js.map +1 -0
  784. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts +11 -0
  785. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts.map +1 -0
  786. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js +52 -0
  787. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js.map +1 -0
  788. package/node_modules/@typescript-eslint/type-utils/package.json +70 -0
  789. package/node_modules/@typescript-eslint/types/README.md +1 -1
  790. package/node_modules/@typescript-eslint/types/dist/{ast-spec.d.ts → generated/ast-spec.d.ts} +391 -48
  791. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts.map +1 -0
  792. package/node_modules/@typescript-eslint/types/dist/{ast-spec.js → generated/ast-spec.js} +1 -0
  793. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js.map +1 -0
  794. package/node_modules/@typescript-eslint/types/dist/index.d.ts +1 -2
  795. package/node_modules/@typescript-eslint/types/dist/index.d.ts.map +1 -1
  796. package/node_modules/@typescript-eslint/types/dist/index.js +7 -4
  797. package/node_modules/@typescript-eslint/types/dist/index.js.map +1 -1
  798. package/node_modules/@typescript-eslint/types/dist/lib.d.ts +1 -1
  799. package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +1 -1
  800. package/node_modules/@typescript-eslint/types/dist/lib.js +2 -1
  801. package/node_modules/@typescript-eslint/types/dist/lib.js.map +1 -1
  802. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +1 -1
  803. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +1 -1
  804. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +3 -3
  805. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts.map +1 -1
  806. package/node_modules/@typescript-eslint/types/dist/ts-estree.js +6 -2
  807. package/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +1 -1
  808. package/node_modules/@typescript-eslint/types/package.json +31 -4
  809. package/node_modules/@typescript-eslint/typescript-estree/README.md +4 -4
  810. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +6 -2
  811. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +1 -1
  812. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -1
  813. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +31 -14
  814. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -1
  815. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +5 -1
  816. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +1 -1
  817. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts.map +1 -1
  818. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js +7 -2
  819. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js.map +1 -1
  820. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts.map +1 -1
  821. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js +34 -1
  822. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js.map +1 -1
  823. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js +7 -3
  824. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js.map +1 -1
  825. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js +5 -1
  826. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js.map +1 -1
  827. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts +5 -0
  828. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts.map +1 -0
  829. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js +72 -0
  830. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js.map +1 -0
  831. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts +1 -2
  832. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts.map +1 -1
  833. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +14 -25
  834. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +1 -1
  835. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +5 -1
  836. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js.map +1 -1
  837. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts +1 -0
  838. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts.map +1 -1
  839. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js +6 -1
  840. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +1 -1
  841. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +1 -1
  842. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +6 -3
  843. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +1 -1
  844. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +2 -2
  845. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts.map +1 -1
  846. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +12 -5
  847. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +1 -1
  848. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +2 -1
  849. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +1 -1
  850. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js +5 -1
  851. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js.map +1 -1
  852. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +4 -0
  853. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -1
  854. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +5 -1
  855. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +1 -1
  856. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/package.json +4 -4
  857. package/node_modules/@typescript-eslint/typescript-estree/package.json +10 -11
  858. package/node_modules/@typescript-eslint/{experimental-utils → utils}/LICENSE +0 -0
  859. package/node_modules/@typescript-eslint/{experimental-utils → utils}/README.md +2 -12
  860. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +48 -0
  861. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +76 -0
  862. package/node_modules/@typescript-eslint/{experimental-utils → utils/_ts3.4}/dist/ast-utils/eslint-utils/astUtilities.d.ts +76 -76
  863. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/index.d.ts +6 -0
  864. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/predicates.d.ts +32 -0
  865. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +18 -0
  866. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/helpers.d.ts +47 -0
  867. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/index.d.ts +5 -0
  868. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/misc.d.ts +8 -0
  869. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/predicates.d.ts +180 -0
  870. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/InferTypesFromRule.d.ts +11 -0
  871. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/RuleCreator.d.ts +35 -0
  872. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/RuleTester.d.ts +18 -0
  873. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/applyDefault.d.ts +10 -0
  874. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/batchedSingleLineTests.d.ts +24 -0
  875. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/deepMerge.d.ts +17 -0
  876. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/getParserServices.d.ts +8 -0
  877. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/index.d.ts +9 -0
  878. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/nullThrows.d.ts +14 -0
  879. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/index.d.ts +8 -0
  880. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/json-schema.d.ts +2 -0
  881. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/AST.d.ts +9 -0
  882. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/CLIEngine.d.ts +137 -0
  883. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/ESLint.d.ts +376 -0
  884. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/Linter.d.ts +326 -0
  885. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/ParserOptions.d.ts +2 -0
  886. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/Rule.d.ts +389 -0
  887. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/RuleTester.d.ts +154 -0
  888. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/Scope.d.ts +44 -0
  889. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/SourceCode.d.ts +342 -0
  890. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/index.d.ts +10 -0
  891. package/node_modules/@typescript-eslint/{experimental-utils → utils/_ts3.4}/dist/ts-eslint-scope/Definition.d.ts +19 -19
  892. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Options.d.ts +15 -0
  893. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/PatternVisitor.d.ts +25 -0
  894. package/node_modules/@typescript-eslint/{experimental-utils → utils/_ts3.4}/dist/ts-eslint-scope/Reference.d.ts +28 -28
  895. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Referencer.d.ts +55 -0
  896. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Scope.d.ts +103 -0
  897. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/ScopeManager.d.ts +50 -0
  898. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Variable.d.ts +17 -0
  899. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/analyze.d.ts +16 -0
  900. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/index.d.ts +11 -0
  901. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-estree.d.ts +3 -0
  902. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +2 -2
  903. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.d.ts.map +1 -1
  904. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.js +5 -1
  905. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.js.map +1 -1
  906. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +1 -1
  907. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts.map +1 -1
  908. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/ReferenceTracker.js +5 -1
  909. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +1 -0
  910. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts +76 -0
  911. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts.map +1 -0
  912. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/astUtilities.js +5 -1
  913. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js.map +1 -0
  914. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.d.ts +0 -0
  915. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.d.ts.map +0 -0
  916. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.js +5 -1
  917. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.js.map +1 -1
  918. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/predicates.d.ts +0 -0
  919. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/predicates.d.ts.map +0 -0
  920. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/predicates.js +5 -1
  921. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js.map +1 -0
  922. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +0 -0
  923. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts.map +0 -0
  924. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/scopeAnalysis.js +5 -1
  925. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +1 -0
  926. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts +47 -0
  927. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/helpers.d.ts.map +1 -1
  928. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/helpers.js +3 -1
  929. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js.map +1 -0
  930. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/index.d.ts +2 -1
  931. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts.map +1 -0
  932. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/index.js +7 -2
  933. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js.map +1 -0
  934. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.d.ts +1 -1
  935. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.d.ts.map +1 -1
  936. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.js +0 -0
  937. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.js.map +1 -1
  938. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/predicates.d.ts +8 -8
  939. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts.map +1 -0
  940. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/predicates.js +2 -6
  941. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js.map +1 -0
  942. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.d.ts +0 -0
  943. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.d.ts.map +0 -0
  944. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.js +0 -0
  945. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.js.map +0 -0
  946. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/RuleCreator.d.ts +8 -8
  947. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts.map +1 -0
  948. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/RuleCreator.js +0 -0
  949. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js.map +1 -0
  950. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/RuleTester.d.ts +0 -0
  951. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/RuleTester.d.ts.map +1 -1
  952. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/RuleTester.js +18 -12
  953. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleTester.js.map +1 -0
  954. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/applyDefault.d.ts +0 -0
  955. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/applyDefault.d.ts.map +1 -1
  956. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/applyDefault.js +2 -0
  957. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js.map +1 -0
  958. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.d.ts +0 -0
  959. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.d.ts.map +0 -0
  960. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.js +0 -0
  961. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.js.map +0 -0
  962. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.d.ts +0 -0
  963. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.d.ts.map +0 -0
  964. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.js +0 -0
  965. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.js.map +0 -0
  966. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.d.ts +0 -0
  967. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.d.ts.map +0 -0
  968. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.js +0 -0
  969. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.js.map +0 -0
  970. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.d.ts +1 -0
  971. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.d.ts.map +1 -1
  972. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.js +6 -1
  973. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.js.map +1 -1
  974. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts +14 -0
  975. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts.map +1 -0
  976. package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → utils/dist/eslint-utils}/nullThrows.js +0 -0
  977. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js.map +1 -0
  978. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/index.d.ts +0 -0
  979. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/index.d.ts.map +0 -0
  980. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/index.js +5 -1
  981. package/node_modules/@typescript-eslint/utils/dist/index.js.map +1 -0
  982. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.d.ts +0 -0
  983. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.d.ts.map +0 -0
  984. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.js +0 -0
  985. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.js.map +0 -0
  986. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.d.ts +0 -0
  987. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.d.ts.map +0 -0
  988. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.js +0 -0
  989. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.js.map +0 -0
  990. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.d.ts +3 -3
  991. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.d.ts.map +1 -1
  992. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.js +0 -0
  993. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.js.map +0 -0
  994. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ESLint.d.ts +42 -7
  995. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts.map +1 -0
  996. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ESLint.js +0 -0
  997. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ESLint.js.map +1 -1
  998. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.d.ts +2 -2
  999. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.d.ts.map +1 -1
  1000. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.js +0 -0
  1001. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.js.map +0 -0
  1002. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.d.ts +0 -0
  1003. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.d.ts.map +0 -0
  1004. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.js +0 -0
  1005. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.js.map +0 -0
  1006. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Rule.d.ts +11 -12
  1007. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts.map +1 -0
  1008. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Rule.js +0 -0
  1009. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Rule.js.map +0 -0
  1010. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/RuleTester.d.ts +4 -2
  1011. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts.map +1 -0
  1012. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/RuleTester.js +0 -0
  1013. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/RuleTester.js.map +1 -1
  1014. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Scope.d.ts +0 -0
  1015. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Scope.d.ts.map +0 -0
  1016. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Scope.js +5 -1
  1017. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js.map +1 -0
  1018. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.d.ts +0 -1
  1019. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.d.ts.map +1 -1
  1020. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.js +0 -0
  1021. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.js.map +1 -1
  1022. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/index.d.ts +0 -0
  1023. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/index.d.ts.map +0 -0
  1024. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/index.js +5 -1
  1025. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js.map +1 -0
  1026. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.d.ts +19 -0
  1027. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Definition.d.ts.map +1 -1
  1028. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Definition.js +0 -0
  1029. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Definition.js.map +0 -0
  1030. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.d.ts +0 -0
  1031. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.d.ts.map +0 -0
  1032. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.js +0 -0
  1033. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.js.map +0 -0
  1034. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.d.ts +0 -0
  1035. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.d.ts.map +0 -0
  1036. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.js +0 -0
  1037. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.js.map +0 -0
  1038. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.d.ts +28 -0
  1039. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Reference.d.ts.map +1 -1
  1040. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Reference.js +0 -0
  1041. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Reference.js.map +0 -0
  1042. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.d.ts +0 -0
  1043. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.d.ts.map +0 -0
  1044. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.js +0 -0
  1045. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.js.map +0 -0
  1046. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.d.ts +0 -0
  1047. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.d.ts.map +0 -0
  1048. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.js +0 -0
  1049. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.js.map +0 -0
  1050. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.d.ts +0 -0
  1051. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.d.ts.map +0 -0
  1052. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.js +0 -0
  1053. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.js.map +0 -0
  1054. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.d.ts +0 -0
  1055. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.d.ts.map +0 -0
  1056. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.js +0 -0
  1057. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.js.map +0 -0
  1058. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.d.ts +1 -1
  1059. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.d.ts.map +1 -1
  1060. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.js +0 -0
  1061. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.js.map +0 -0
  1062. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/index.d.ts +0 -0
  1063. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/index.d.ts.map +0 -0
  1064. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/index.js +5 -1
  1065. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.js.map +1 -0
  1066. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.d.ts +0 -0
  1067. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.d.ts.map +0 -0
  1068. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.js +0 -0
  1069. package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.js.map +0 -0
  1070. package/node_modules/@typescript-eslint/{experimental-utils → utils}/package.json +11 -11
  1071. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +1 -1
  1072. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +12 -5
  1073. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -1
  1074. package/node_modules/@typescript-eslint/visitor-keys/package.json +6 -6
  1075. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/index.d.ts +0 -0
  1076. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/index.js +0 -0
  1077. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/license +0 -0
  1078. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/package.json +0 -0
  1079. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/readme.md +0 -0
  1080. package/node_modules/debug/LICENSE +10 -9
  1081. package/node_modules/debug/README.md +27 -1
  1082. package/node_modules/debug/package.json +6 -6
  1083. package/node_modules/debug/src/common.js +2 -2
  1084. package/node_modules/eslint-config-xo-typescript/index.js +151 -97
  1085. package/node_modules/eslint-config-xo-typescript/package.json +4 -5
  1086. package/node_modules/eslint-config-xo-typescript/readme.md +3 -3
  1087. package/node_modules/eslint-visitor-keys/README.md +2 -2
  1088. package/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +20 -5
  1089. package/node_modules/eslint-visitor-keys/dist/index.d.ts +18 -0
  1090. package/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts +10 -0
  1091. package/node_modules/eslint-visitor-keys/lib/index.js +11 -5
  1092. package/node_modules/eslint-visitor-keys/lib/visitor-keys.js +9 -0
  1093. package/node_modules/eslint-visitor-keys/package.json +11 -4
  1094. package/node_modules/fast-glob/README.md +1 -1
  1095. package/node_modules/fast-glob/out/index.js +3 -2
  1096. package/node_modules/fast-glob/out/managers/patterns.d.ts +6 -0
  1097. package/node_modules/fast-glob/out/managers/patterns.js +21 -0
  1098. package/node_modules/fast-glob/out/providers/filters/entry.d.ts +4 -0
  1099. package/node_modules/fast-glob/out/providers/filters/entry.js +5 -1
  1100. package/node_modules/fast-glob/out/utils/pattern.js +17 -5
  1101. package/node_modules/fast-glob/package.json +2 -2
  1102. package/node_modules/{@typescript-eslint/eslint-plugin/node_modules/ignore → ignore}/LICENSE-MIT +0 -0
  1103. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/ignore → ignore}/README.md +26 -6
  1104. package/node_modules/{@typescript-eslint/eslint-plugin/node_modules/ignore → ignore}/index.d.ts +7 -9
  1105. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/ignore → ignore}/index.js +20 -11
  1106. package/node_modules/{@typescript-eslint/typescript-estree/node_modules/ignore → ignore}/legacy.js +20 -14
  1107. package/node_modules/{@typescript-eslint/eslint-plugin/node_modules/ignore → ignore}/package.json +1 -1
  1108. package/node_modules/micromatch/README.md +12 -9
  1109. package/node_modules/micromatch/index.js +3 -3
  1110. package/node_modules/micromatch/package.json +5 -5
  1111. package/node_modules/picomatch/CHANGELOG.md +10 -0
  1112. package/node_modules/picomatch/README.md +4 -3
  1113. package/node_modules/picomatch/lib/parse.js +8 -1
  1114. package/node_modules/picomatch/package.json +1 -1
  1115. package/node_modules/semver/README.md +3 -1
  1116. package/node_modules/semver/bin/semver.js +19 -9
  1117. package/node_modules/semver/classes/comparator.js +3 -2
  1118. package/node_modules/semver/classes/index.js +1 -1
  1119. package/node_modules/semver/classes/range.js +31 -22
  1120. package/node_modules/semver/classes/semver.js +1 -1
  1121. package/node_modules/semver/functions/cmp.js +8 -4
  1122. package/node_modules/semver/functions/coerce.js +3 -2
  1123. package/node_modules/semver/functions/inc.js +4 -1
  1124. package/node_modules/semver/functions/parse.js +1 -1
  1125. package/node_modules/semver/internal/constants.js +2 -2
  1126. package/node_modules/semver/internal/identifiers.js +1 -1
  1127. package/node_modules/semver/internal/parse-options.js +3 -3
  1128. package/node_modules/semver/internal/re.js +3 -3
  1129. package/node_modules/semver/package.json +45 -11
  1130. package/node_modules/semver/ranges/min-version.js +2 -1
  1131. package/node_modules/semver/ranges/outside.js +1 -1
  1132. package/node_modules/semver/ranges/simplify.js +15 -12
  1133. package/node_modules/semver/ranges/subset.js +53 -31
  1134. package/package.json +28 -27
  1135. package/readme.md +17 -1
  1136. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js.map +0 -1
  1137. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/nullThrows.js.map +0 -1
  1138. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/propertyTypes.js.map +0 -1
  1139. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/requiresQuoting.js.map +0 -1
  1140. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js +0 -428
  1141. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js.map +0 -1
  1142. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/README.md +0 -392
  1143. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js +0 -594
  1144. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js +0 -492
  1145. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +0 -1
  1146. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/astUtilities.d.ts.map +0 -1
  1147. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/astUtilities.js.map +0 -1
  1148. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/predicates.js.map +0 -1
  1149. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +0 -1
  1150. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.d.ts +0 -18
  1151. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.js.map +0 -1
  1152. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/index.d.ts.map +0 -1
  1153. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/index.js.map +0 -1
  1154. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts.map +0 -1
  1155. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.js.map +0 -1
  1156. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts.map +0 -1
  1157. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js.map +0 -1
  1158. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleTester.js.map +0 -1
  1159. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/applyDefault.js.map +0 -1
  1160. package/node_modules/@typescript-eslint/experimental-utils/dist/index.js.map +0 -1
  1161. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/ESLint.d.ts.map +0 -1
  1162. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.d.ts.map +0 -1
  1163. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.d.ts.map +0 -1
  1164. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Scope.js.map +0 -1
  1165. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/index.js.map +0 -1
  1166. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/index.js.map +0 -1
  1167. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts.map +0 -1
  1168. package/node_modules/@typescript-eslint/types/dist/ast-spec.js.map +0 -1
  1169. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/LICENSE-MIT +0 -21
  1170. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.d.ts +0 -63
  1171. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/package.json +0 -71
  1172. package/node_modules/micromatch/CHANGELOG.md +0 -109
  1173. package/node_modules/semver/CHANGELOG.md +0 -111
@@ -0,0 +1,53 @@
1
+ # `your-rule-name`
2
+
3
+ Your rule description here.
4
+
5
+ ## Rule Details
6
+
7
+ To fill out: tell us more about this rule.
8
+
9
+ <!--tabs-->
10
+
11
+ ### ❌ Incorrect
12
+
13
+ ```ts
14
+ // To fill out: incorrect code
15
+ ```
16
+
17
+ ### ✅ Correct
18
+
19
+ ```ts
20
+ // To fill out: correct code
21
+ ```
22
+
23
+ ## Options
24
+
25
+ This rule is not configurable.
26
+
27
+ ```jsonc
28
+ // .eslintrc.json
29
+ {
30
+ "rules": {
31
+ "@typescript-eslint/your-rule-name": "error"
32
+ }
33
+ }
34
+ ```
35
+
36
+ If not configurable: This rule is not configurable.
37
+
38
+ If configurable...
39
+
40
+ ```ts
41
+ type Options = {
42
+ someOption?: boolean;
43
+ };
44
+
45
+ const defaultOptions: Options = {
46
+ someOption: false,
47
+ };
48
+ ```
49
+
50
+ ## When Not To Use It
51
+
52
+ To fill out: why wouldn't you want to use this rule?
53
+ For example if this rule requires a feature released in a certain TS version.
@@ -1,4 +1,6 @@
1
- # Require that member overloads be consecutive (`adjacent-overload-signatures`)
1
+ # `adjacent-overload-signatures`
2
+
3
+ Requires that member overloads be consecutive.
2
4
 
3
5
  Grouping overloaded members together can improve readability of the code.
4
6
 
@@ -6,7 +8,9 @@ Grouping overloaded members together can improve readability of the code.
6
8
 
7
9
  This rule aims to standardize the way overloaded members are organized.
8
10
 
9
- The following patterns are considered warnings:
11
+ <!--tabs-->
12
+
13
+ ### ❌ Incorrect
10
14
 
11
15
  ```ts
12
16
  declare namespace Foo {
@@ -43,7 +47,7 @@ export function bar(): void;
43
47
  export function foo(sn: string | number): void;
44
48
  ```
45
49
 
46
- The following patterns are not warnings:
50
+ ### Correct
47
51
 
48
52
  ```ts
49
53
  declare namespace Foo {
@@ -80,16 +84,23 @@ export function foo(n: number): void;
80
84
  export function foo(sn: string | number): void;
81
85
  ```
82
86
 
87
+ ## Options
88
+
89
+ ```jsonc
90
+ // .eslintrc.json
91
+ {
92
+ "rules": {
93
+ "@typescript-eslint/adjacent-overload-signatures": "error"
94
+ }
95
+ }
96
+ ```
97
+
98
+ This rule is not configurable.
99
+
83
100
  ## When Not To Use It
84
101
 
85
102
  If you don't care about the general structure of the code, then you will not need this rule.
86
103
 
87
- ## Compatibility
104
+ ## Related To
88
105
 
89
106
  - TSLint: [adjacent-overload-signatures](https://palantir.github.io/tslint/rules/adjacent-overload-signatures/)
90
-
91
- ## Attributes
92
-
93
- - [x] ✅ Recommended
94
- - [ ] 🔧 Fixable
95
- - [ ] 💭 Requires type information
@@ -1,4 +1,6 @@
1
- # Requires using either `T[]` or `Array<T>` for arrays (`array-type`)
1
+ # `array-type`
2
+
3
+ Requires using either `T[]` or `Array<T>` for arrays.
2
4
 
3
5
  Using the same style for array definitions across your codebase makes it easier for your developers to read and understand the types.
4
6
 
@@ -33,14 +35,16 @@ The default config will enforce that all mutable and readonly arrays use the `'a
33
35
 
34
36
  Always use `T[]` or `readonly T[]` for all array types.
35
37
 
36
- Incorrect code for `"array"`:
38
+ <!--tabs-->
39
+
40
+ #### ❌ Incorrect
37
41
 
38
42
  ```ts
39
43
  const x: Array<string> = ['a', 'b'];
40
44
  const y: ReadonlyArray<string> = ['a', 'b'];
41
45
  ```
42
46
 
43
- Correct code for `"array"`:
47
+ #### Correct
44
48
 
45
49
  ```ts
46
50
  const x: string[] = ['a', 'b'];
@@ -51,14 +55,16 @@ const y: readonly string[] = ['a', 'b'];
51
55
 
52
56
  Always use `Array<T>` or `ReadonlyArray<T>` for all array types.
53
57
 
54
- Incorrect code for `"generic"`:
58
+ <!--tabs-->
59
+
60
+ #### ❌ Incorrect
55
61
 
56
62
  ```ts
57
63
  const x: string[] = ['a', 'b'];
58
64
  const y: readonly string[] = ['a', 'b'];
59
65
  ```
60
66
 
61
- Correct code for `"generic"`:
67
+ #### Correct
62
68
 
63
69
  ```ts
64
70
  const x: Array<string> = ['a', 'b'];
@@ -70,7 +76,9 @@ const y: ReadonlyArray<string> = ['a', 'b'];
70
76
  Use `T[]` or `readonly T[]` for simple types (i.e. types which are just primitive names or type references).
71
77
  Use `Array<T>` or `ReadonlyArray<T>` for all other types (union types, intersection types, object types, function types, etc).
72
78
 
73
- Incorrect code for `"array-simple"`:
79
+ <!--tabs-->
80
+
81
+ #### ❌ Incorrect
74
82
 
75
83
  ```ts
76
84
  const a: (string | number)[] = ['a', 'b'];
@@ -81,7 +89,7 @@ const e: Array<string> = ['a', 'b'];
81
89
  const f: ReadonlyArray<string> = ['a', 'b'];
82
90
  ```
83
91
 
84
- Correct code for `"array-simple"`:
92
+ #### Correct
85
93
 
86
94
  ```ts
87
95
  const a: Array<string | number> = ['a', 'b'];
@@ -92,7 +100,7 @@ const e: string[] = ['a', 'b'];
92
100
  const f: readonly string[] = ['a', 'b'];
93
101
  ```
94
102
 
95
- ## Combination matrix
103
+ ## Combination Matrix
96
104
 
97
105
  This matrix lists all possible option combinations and their expected results for different types of Arrays.
98
106
 
@@ -111,12 +119,6 @@ This matrix lists all possible option combinations and their expected results fo
111
119
  | `generic` | `array-simple` | `Array<number>` | `Array<Foo & Bar>` | `readonly number[]` | `ReadonlyArray<Foo & Bar>` |
112
120
  | `generic` | `generic` | `Array<number>` | `Array<Foo & Bar>` | `ReadonlyArray<number>` | `ReadonlyArray<Foo & Bar>` |
113
121
 
114
- ## Related to
122
+ ## Related To
115
123
 
116
124
  - TSLint: [array-type](https://palantir.github.io/tslint/rules/array-type/)
117
-
118
- ## Attributes
119
-
120
- - [ ] ✅ Recommended
121
- - [x] 🔧 Fixable
122
- - [ ] 💭 Requires type information
@@ -1,11 +1,17 @@
1
- # Disallows awaiting a value that is not a Thenable (`await-thenable`)
1
+ # `await-thenable`
2
+
3
+ Disallows awaiting a value that is not a Thenable.
2
4
 
3
5
  This rule disallows awaiting a value that is not a "Thenable" (an object which has `then` method, such as a Promise).
4
6
  While it is valid JavaScript to await a non-`Promise`-like value (it will resolve immediately), this pattern is often a programmer error, such as forgetting to add parenthesis to call a function that returns a Promise.
5
7
 
6
8
  ## Rule Details
7
9
 
8
- Examples of **incorrect** code for this rule:
10
+ Examples of code for this rule:
11
+
12
+ <!--tabs-->
13
+
14
+ ### ❌ Incorrect
9
15
 
10
16
  ```ts
11
17
  await 'value';
@@ -14,7 +20,7 @@ const createValue = () => 'value';
14
20
  await createValue();
15
21
  ```
16
22
 
17
- Examples of **correct** code for this rule:
23
+ ### Correct
18
24
 
19
25
  ```ts
20
26
  await Promise.resolve('value');
@@ -23,17 +29,24 @@ const createValue = async () => 'value';
23
29
  await createValue();
24
30
  ```
25
31
 
32
+ ## Options
33
+
34
+ ```jsonc
35
+ // .eslintrc.json
36
+ {
37
+ "rules": {
38
+ "@typescript-eslint/await-thenable": "error"
39
+ }
40
+ }
41
+ ```
42
+
43
+ This rule is not configurable.
44
+
26
45
  ## When Not To Use It
27
46
 
28
47
  If you want to allow code to `await` non-Promise values.
29
48
  This is generally not preferred, but can sometimes be useful for visual consistency.
30
49
 
31
- ## Related to
50
+ ## Related To
32
51
 
33
52
  - TSLint: ['await-promise'](https://palantir.github.io/tslint/rules/await-promise)
34
-
35
- ## Attributes
36
-
37
- - [x] ✅ Recommended
38
- - [ ] 🔧 Fixable
39
- - [x] 💭 Requires type information
@@ -1,4 +1,6 @@
1
- # Bans `@ts-<directive>` comments from being used or requires descriptions after directive (`ban-ts-comment`)
1
+ # `ban-ts-comment`
2
+
3
+ Disallows `@ts-<directive>` comments or requires descriptions after directive.
2
4
 
3
5
  TypeScript provides several directive comments that can be used to alter how it processes files.
4
6
  Using these to suppress TypeScript Compiler Errors reduces the effectiveness of TypeScript overall.
@@ -41,7 +43,9 @@ const defaultOptions: Options = {
41
43
 
42
44
  A value of `true` for a particular directive means that this rule will report if it finds any usage of said directive.
43
45
 
44
- For example, with the defaults above the following patterns are considered warnings for single line or comment block lines:
46
+ <!--tabs-->
47
+
48
+ #### ❌ Incorrect
45
49
 
46
50
  ```ts
47
51
  if (false) {
@@ -56,7 +60,7 @@ if (false) {
56
60
  }
57
61
  ```
58
62
 
59
- The following patterns are not warnings:
63
+ #### Correct
60
64
 
61
65
  ```ts
62
66
  if (false) {
@@ -69,7 +73,11 @@ if (false) {
69
73
 
70
74
  A value of `'allow-with-description'` for a particular directive means that this rule will report if it finds a directive that does not have a description following the directive (on the same line).
71
75
 
72
- For example, with `{ 'ts-expect-error': 'allow-with-description' }` the following patterns are considered a warning:
76
+ For example, with `{ 'ts-expect-error': 'allow-with-description' }`:
77
+
78
+ <!--tabs-->
79
+
80
+ #### ❌ Incorrect
73
81
 
74
82
  ```ts
75
83
  if (false) {
@@ -82,7 +90,7 @@ if (false) {
82
90
  }
83
91
  ```
84
92
 
85
- The following patterns are not a warning:
93
+ #### Correct
86
94
 
87
95
  ```ts
88
96
  if (false) {
@@ -101,7 +109,11 @@ if (false) {
101
109
 
102
110
  Use `minimumDescriptionLength` to set a minimum length for descriptions when using the `allow-with-description` option for a directive.
103
111
 
104
- For example, with `{ 'ts-expect-error': 'allow-with-description', minimumDescriptionLength: 10 }` the following pattern is considered a warning:
112
+ For example, with `{ 'ts-expect-error': 'allow-with-description', minimumDescriptionLength: 10 }` the following pattern is:
113
+
114
+ <!--tabs-->
115
+
116
+ #### ❌ Incorrect
105
117
 
106
118
  ```ts
107
119
  if (false) {
@@ -110,7 +122,7 @@ if (false) {
110
122
  }
111
123
  ```
112
124
 
113
- The following pattern is not a warning:
125
+ #### Correct
114
126
 
115
127
  ```ts
116
128
  if (false) {
@@ -127,12 +139,6 @@ If you want to use all of the TypeScript directives.
127
139
 
128
140
  - TypeScript [Type Checking JavaScript Files](https://www.typescriptlang.org/docs/handbook/type-checking-javascript-files.html)
129
141
 
130
- ## Compatibility
142
+ ## Related To
131
143
 
132
144
  - TSLint: [ban-ts-ignore](https://palantir.github.io/tslint/rules/ban-ts-ignore/)
133
-
134
- ## Attributes
135
-
136
- - [x] ✅ Recommended
137
- - [ ] 🔧 Fixable
138
- - [ ] 💭 Requires type information
@@ -1,13 +1,17 @@
1
- # Bans `// tslint:<rule-flag>` comments from being used (`ban-tslint-comment`)
1
+ # `ban-tslint-comment`
2
+
3
+ Disallows `// tslint:<rule-flag>` comments.
2
4
 
3
5
  Useful when migrating from TSLint to ESLint. Once TSLint has been removed, this rule helps locate TSLint annotations (e.g. `// tslint:disable`).
4
6
 
5
7
  ## Rule Details
6
8
 
7
- Examples of **incorrect** code for this rule:
8
-
9
9
  All TSLint [rule flags](https://palantir.github.io/tslint/usage/rule-flags/)
10
10
 
11
+ <!--tabs-->
12
+
13
+ ### ❌ Incorrect
14
+
11
15
  ```js
12
16
  /* tslint:disable */
13
17
  /* tslint:enable */
@@ -18,18 +22,27 @@ someCode(); // tslint:disable-line
18
22
  // tslint:disable-next-line:rule1 rule2 rule3...
19
23
  ```
20
24
 
21
- Examples of **correct** code for this rule:
25
+ ### Correct
22
26
 
23
27
  ```js
24
28
  // This is a comment that just happens to mention tslint
29
+ /* This is a multiline comment that just happens to mention tslint */
30
+ someCode(); // This is a comment that just happens to mention tslint
25
31
  ```
26
32
 
27
- ## When Not To Use It
33
+ ## Options
28
34
 
29
- If you are still using TSLint.
35
+ ```jsonc
36
+ // .eslintrc.json
37
+ {
38
+ "rules": {
39
+ "@typescript-eslint/ban-tslint-comment": "warn"
40
+ }
41
+ }
42
+ ```
30
43
 
31
- ## Attributes
44
+ This rule is not configurable.
32
45
 
33
- - [ ] Recommended
34
- - [x] 🔧 Fixable
35
- - [ ] 💭 Requires type information
46
+ ## When Not To Use It
47
+
48
+ If you are still using TSLint.
@@ -1,4 +1,6 @@
1
- # Bans specific types from being used (`ban-types`)
1
+ # `ban-types`
2
+
3
+ Disallows certain types.
2
4
 
3
5
  Some builtin types have aliases, some types are considered dangerous or harmful.
4
6
  It's often a good idea to ban certain types to help with consistency and safety.
@@ -25,17 +27,27 @@ type Options = {
25
27
  };
26
28
  ```
27
29
 
28
- The rule accepts a single object as options, with the following keys:
30
+ The rule accepts a single object as options.
31
+
32
+ ### `types`
33
+
34
+ An object whose keys are the types you want to ban, and the values are error messages.
35
+
36
+ The type can either be a type name literal (`Foo`), a type name with generic parameter instantiation(s) (`Foo<Bar>`), the empty object literal (`{}`), or the empty tuple type (`[]`).
37
+
38
+ The values can be:
39
+
40
+ - A string, which is the error message to be reported; or
41
+ - `false` to specifically un-ban this type (useful when you are using `extendDefaults`); or
42
+ - An object with the following properties:
43
+ - `message: string` - the message to display when the type is matched.
44
+ - `fixWith?: string` - a string to replace the banned type with when the fixer is run. If this is omitted, no fix will be done.
45
+
46
+ ### `extendDefaults`
47
+
48
+ If you're specifying custom `types`, you can set this to `true` to extend the default `types` configuration. This is a convenience option to save you copying across the defaults when adding another type.
29
49
 
30
- - `types` - An object whose keys are the types you want to ban, and the values are error messages.
31
- - The type can either be a type name literal (`Foo`), a type name with generic parameter instantiation(s) (`Foo<Bar>`), the empty object literal (`{}`), or the empty tuple type (`[]`).
32
- - The values can be a string, which is the error message to be reported, `false` to specifically disable this type
33
- or it can be an object with the following properties:
34
- - `message: string` - the message to display when the type is matched.
35
- - `fixWith?: string` - a string to replace the banned type with when the fixer is run. If this is omitted, no fix will be done.
36
- - `extendDefaults` - if you're specifying custom `types`, you can set this to `true` to extend the default `types` configuration.
37
- - This is a convenience option to save you copying across the defaults when adding another type.
38
- - If this is `false`, the rule will _only_ use the types defined in your configuration.
50
+ If this is `false`, the rule will _only_ use the types defined in your configuration.
39
51
 
40
52
  Example configuration:
41
53
 
@@ -49,16 +61,15 @@ Example configuration:
49
61
  "Foo": "Don't use Foo because it is unsafe",
50
62
 
51
63
  // add a custom message, AND tell the plugin how to fix it
52
- "String": {
53
- "message": "Use string instead",
54
- "fixWith": "string"
64
+ "OldAPI": {
65
+ "message": "Use NewAPI instead",
66
+ "fixWith": "NewAPI"
55
67
  },
56
68
 
57
- "{}": {
58
- "message": "Use object instead",
59
- "fixWith": "object"
60
- }
61
- }
69
+ // un-ban a type that's banned by default
70
+ "{}": false
71
+ },
72
+ "extendDefaults": true
62
73
  }
63
74
  ]
64
75
  }
@@ -76,7 +87,11 @@ The default options provide a set of "best practices", intended to provide safet
76
87
  - This is a point of confusion for many developers, who think it means "any object type".
77
88
  - See [this comment for more information](https://github.com/typescript-eslint/typescript-eslint/issues/2063#issuecomment-675156492).
78
89
 
79
- **_Important note:_** the default options suggest using `Record<string, unknown>`; this was a stylistic decision, as the built-in `Record` type is considered to look cleaner.
90
+ :::important
91
+
92
+ The default options suggest using `Record<string, unknown>`; this was a stylistic decision, as the built-in `Record` type is considered to look cleaner.
93
+
94
+ :::
80
95
 
81
96
  <details>
82
97
  <summary>Default Options</summary>
@@ -99,6 +114,10 @@ const defaultTypes = {
99
114
  message: 'Use symbol instead',
100
115
  fixWith: 'symbol',
101
116
  },
117
+ BigInt: {
118
+ message: 'Use bigint instead',
119
+ fixWith: 'bigint',
120
+ },
102
121
 
103
122
  Function: {
104
123
  message: [
@@ -131,7 +150,11 @@ const defaultTypes = {
131
150
 
132
151
  ### Examples
133
152
 
134
- Examples of **incorrect** code with the default options:
153
+ Examples of code with the default options:
154
+
155
+ <!--tabs-->
156
+
157
+ #### ❌ Incorrect
135
158
 
136
159
  ```ts
137
160
  // use lower-case primitives for consistency
@@ -139,6 +162,7 @@ const str: String = 'foo';
139
162
  const bool: Boolean = true;
140
163
  const num: Number = 1;
141
164
  const symb: Symbol = Symbol('foo');
165
+ const bigInt: BigInt = 1n;
142
166
 
143
167
  // use a proper function type
144
168
  const func: Function = () => 1;
@@ -151,7 +175,7 @@ const curly1: {} = 1;
151
175
  const curly2: {} = { a: 'string' };
152
176
  ```
153
177
 
154
- Examples of **correct** code with the default options:
178
+ #### Correct
155
179
 
156
180
  ```ts
157
181
  // use lower-case primitives for consistency
@@ -159,6 +183,7 @@ const str: string = 'foo';
159
183
  const bool: boolean = true;
160
184
  const num: number = 1;
161
185
  const symb: symbol = Symbol('foo');
186
+ const bigInt: bigint = 1n;
162
187
 
163
188
  // use a proper function type
164
189
  const func: () => number = () => 1;
@@ -173,12 +198,6 @@ const curly1: number = 1;
173
198
  const curly2: Record<'a', string> = { a: 'string' };
174
199
  ```
175
200
 
176
- ## Compatibility
201
+ ## Related To
177
202
 
178
203
  - TSLint: [ban-types](https://palantir.github.io/tslint/rules/ban-types)
179
-
180
- ## Attributes
181
-
182
- - [x] ✅ Recommended
183
- - [x] 🔧 Fixable
184
- - [ ] 💭 Requires type information
@@ -1,11 +1,13 @@
1
- # Enforce consistent brace style for blocks (`brace-style`)
1
+ # `brace-style`
2
+
3
+ Enforces consistent brace style for blocks.
2
4
 
3
5
  ## Rule Details
4
6
 
5
7
  This rule extends the base [`eslint/brace-style`](https://eslint.org/docs/rules/brace-style) rule.
6
8
  It adds support for `enum`, `interface`, `namespace` and `module` declarations.
7
9
 
8
- ## How to use
10
+ ## How to Use
9
11
 
10
12
  ```jsonc
11
13
  {
@@ -19,10 +21,8 @@ It adds support for `enum`, `interface`, `namespace` and `module` declarations.
19
21
 
20
22
  See [`eslint/brace-style` options](https://eslint.org/docs/rules/brace-style#options).
21
23
 
22
- <sup>Taken with ❤️ [from ESLint core](https://github.com/eslint/eslint/blob/master/docs/rules/brace-style.md)</sup>
24
+ <sup>
23
25
 
24
- ## Attributes
26
+ Taken with ❤️ [from ESLint core](https://github.com/eslint/eslint/blob/main/docs/rules/brace-style.md)
25
27
 
26
- - [ ] ✅ Recommended
27
- - [x] 🔧 Fixable
28
- - [ ] 💭 Requires type information
28
+ </sup>