@eienjs/eslint-config 1.9.2 → 1.10.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.
@@ -142,6 +142,11 @@ interface RuleOptions {
142
142
  * @see https://eslint.style/rules/eol-last
143
143
  */
144
144
  '@stylistic/eol-last'?: Linter.RuleEntry<StylisticEolLast>;
145
+ /**
146
+ * Enforce consistent line break styles for JSX props
147
+ * @see https://eslint.style/rules/jsx-props-style
148
+ */
149
+ '@stylistic/exp-jsx-props-style'?: Linter.RuleEntry<StylisticExpJsxPropsStyle>;
145
150
  /**
146
151
  * Enforce consistent spacing and line break styles inside brackets.
147
152
  * @see https://eslint.style/rules/list-style
@@ -1022,7 +1027,7 @@ interface RuleOptions {
1022
1027
  * Disallow default values that will never be used
1023
1028
  * @see https://typescript-eslint.io/rules/no-useless-default-assignment
1024
1029
  */
1025
- '@typescript-eslint/no-useless-default-assignment'?: Linter.RuleEntry<[]>;
1030
+ '@typescript-eslint/no-useless-default-assignment'?: Linter.RuleEntry<TypescriptEslintNoUselessDefaultAssignment>;
1026
1031
  /**
1027
1032
  * Disallow empty exports that don't change anything in a module file
1028
1033
  * @see https://typescript-eslint.io/rules/no-useless-empty-export
@@ -1760,6 +1765,10 @@ interface RuleOptions {
1760
1765
  * Use dprint to format code
1761
1766
  */
1762
1767
  'format/dprint'?: Linter.RuleEntry<FormatDprint>;
1768
+ /**
1769
+ * Use oxfmt to format code
1770
+ */
1771
+ 'format/oxfmt'?: Linter.RuleEntry<FormatOxfmt>;
1763
1772
  /**
1764
1773
  * Use Prettier to format code
1765
1774
  */
@@ -2882,6 +2891,11 @@ interface RuleOptions {
2882
2891
  * @see https://github.com/eslint-community/eslint-plugin-n/blob/HEAD/docs/rules/prefer-global/console.md
2883
2892
  */
2884
2893
  'n/prefer-global/console'?: Linter.RuleEntry<NPreferGlobalConsole>;
2894
+ /**
2895
+ * enforce either `crypto` or `require("crypto").webcrypto`
2896
+ * @see https://github.com/eslint-community/eslint-plugin-n/blob/HEAD/docs/rules/prefer-global/crypto.md
2897
+ */
2898
+ 'n/prefer-global/crypto'?: Linter.RuleEntry<NPreferGlobalCrypto>;
2885
2899
  /**
2886
2900
  * enforce either `process` or `require("process")`
2887
2901
  * @see https://github.com/eslint-community/eslint-plugin-n/blob/HEAD/docs/rules/prefer-global/process.md
@@ -2897,6 +2911,11 @@ interface RuleOptions {
2897
2911
  * @see https://github.com/eslint-community/eslint-plugin-n/blob/HEAD/docs/rules/prefer-global/text-encoder.md
2898
2912
  */
2899
2913
  'n/prefer-global/text-encoder'?: Linter.RuleEntry<NPreferGlobalTextEncoder>;
2914
+ /**
2915
+ * enforce either global timer functions or `require("timers")`
2916
+ * @see https://github.com/eslint-community/eslint-plugin-n/blob/HEAD/docs/rules/prefer-global/timers.md
2917
+ */
2918
+ 'n/prefer-global/timers'?: Linter.RuleEntry<NPreferGlobalTimers>;
2900
2919
  /**
2901
2920
  * enforce either `URL` or `require("url").URL`
2902
2921
  * @see https://github.com/eslint-community/eslint-plugin-n/blob/HEAD/docs/rules/prefer-global/url.md
@@ -3779,6 +3798,11 @@ interface RuleOptions {
3779
3798
  * @see https://eslint.nuxt.com/packages/plugin#nuxtno-nuxt-config-test-key
3780
3799
  */
3781
3800
  'nuxt/no-nuxt-config-test-key'?: Linter.RuleEntry<[]>;
3801
+ /**
3802
+ * Disallow runtime context values inside `definePageMeta` at the eager level, which is extracted into a separate chunk at build time and runs before component setup
3803
+ * @see https://eslint.nuxt.com/packages/plugin#nuxtno-page-meta-runtime-values
3804
+ */
3805
+ 'nuxt/no-page-meta-runtime-values'?: Linter.RuleEntry<[]>;
3782
3806
  /**
3783
3807
  * Prefer recommended order of Nuxt config properties
3784
3808
  * @see https://eslint.nuxt.com/packages/plugin#nuxtnuxt-config-keys-order
@@ -4080,7 +4104,7 @@ interface RuleOptions {
4080
4104
  */
4081
4105
  'quotes'?: Linter.RuleEntry<Quotes>;
4082
4106
  /**
4083
- * Enforce the consistent use of the radix argument when using `parseInt()`
4107
+ * Enforce the use of the radix argument when using `parseInt()`
4084
4108
  * @see https://eslint.org/docs/latest/rules/radix
4085
4109
  */
4086
4110
  'radix'?: Linter.RuleEntry<Radix>;
@@ -5053,11 +5077,21 @@ interface RuleOptions {
5053
5077
  * @see https://ota-meshi.github.io/eslint-plugin-toml/rules/indent.html
5054
5078
  */
5055
5079
  'toml/indent'?: Linter.RuleEntry<TomlIndent>;
5080
+ /**
5081
+ * enforce linebreaks after opening and before closing braces
5082
+ * @see https://ota-meshi.github.io/eslint-plugin-toml/rules/inline-table-curly-newline.html
5083
+ */
5084
+ 'toml/inline-table-curly-newline'?: Linter.RuleEntry<TomlInlineTableCurlyNewline>;
5056
5085
  /**
5057
5086
  * enforce consistent spacing inside braces
5058
5087
  * @see https://ota-meshi.github.io/eslint-plugin-toml/rules/inline-table-curly-spacing.html
5059
5088
  */
5060
5089
  'toml/inline-table-curly-spacing'?: Linter.RuleEntry<TomlInlineTableCurlySpacing>;
5090
+ /**
5091
+ * enforce placing inline table key-value pairs on separate lines
5092
+ * @see https://ota-meshi.github.io/eslint-plugin-toml/rules/inline-table-key-value-newline.html
5093
+ */
5094
+ 'toml/inline-table-key-value-newline'?: Linter.RuleEntry<TomlInlineTableKeyValueNewline>;
5061
5095
  /**
5062
5096
  * enforce consistent spacing between keys and values in key/value pairs
5063
5097
  * @see https://ota-meshi.github.io/eslint-plugin-toml/rules/key-spacing.html
@@ -5146,725 +5180,730 @@ interface RuleOptions {
5146
5180
  'unicode-bom'?: Linter.RuleEntry<UnicodeBom>;
5147
5181
  /**
5148
5182
  * Improve regexes by making them shorter, consistent, and safer.
5149
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/better-regex.md
5183
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/better-regex.md
5150
5184
  */
5151
5185
  'unicorn/better-regex'?: Linter.RuleEntry<UnicornBetterRegex>;
5152
5186
  /**
5153
5187
  * Enforce a specific parameter name in catch clauses.
5154
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/catch-error-name.md
5188
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/catch-error-name.md
5155
5189
  */
5156
5190
  'unicorn/catch-error-name'?: Linter.RuleEntry<UnicornCatchErrorName>;
5157
5191
  /**
5158
5192
  * Enforce consistent assertion style with `node:assert`.
5159
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/consistent-assert.md
5193
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/consistent-assert.md
5160
5194
  */
5161
5195
  'unicorn/consistent-assert'?: Linter.RuleEntry<[]>;
5162
5196
  /**
5163
5197
  * Prefer passing `Date` directly to the constructor when cloning.
5164
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/consistent-date-clone.md
5198
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/consistent-date-clone.md
5165
5199
  */
5166
5200
  'unicorn/consistent-date-clone'?: Linter.RuleEntry<[]>;
5167
5201
  /**
5168
5202
  * Use destructured variables over properties.
5169
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/consistent-destructuring.md
5203
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/consistent-destructuring.md
5170
5204
  */
5171
5205
  'unicorn/consistent-destructuring'?: Linter.RuleEntry<[]>;
5172
5206
  /**
5173
5207
  * Prefer consistent types when spreading a ternary in an array literal.
5174
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/consistent-empty-array-spread.md
5208
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/consistent-empty-array-spread.md
5175
5209
  */
5176
5210
  'unicorn/consistent-empty-array-spread'?: Linter.RuleEntry<[]>;
5177
5211
  /**
5178
5212
  * Enforce consistent style for element existence checks with `indexOf()`, `lastIndexOf()`, `findIndex()`, and `findLastIndex()`.
5179
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/consistent-existence-index-check.md
5213
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/consistent-existence-index-check.md
5180
5214
  */
5181
5215
  'unicorn/consistent-existence-index-check'?: Linter.RuleEntry<[]>;
5182
5216
  /**
5183
5217
  * Move function definitions to the highest possible scope.
5184
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/consistent-function-scoping.md
5218
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/consistent-function-scoping.md
5185
5219
  */
5186
5220
  'unicorn/consistent-function-scoping'?: Linter.RuleEntry<UnicornConsistentFunctionScoping>;
5187
5221
  /**
5188
5222
  * Enforce correct `Error` subclassing.
5189
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/custom-error-definition.md
5223
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/custom-error-definition.md
5190
5224
  */
5191
5225
  'unicorn/custom-error-definition'?: Linter.RuleEntry<[]>;
5192
5226
  /**
5193
5227
  * Enforce no spaces between braces.
5194
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/empty-brace-spaces.md
5228
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/empty-brace-spaces.md
5195
5229
  */
5196
5230
  'unicorn/empty-brace-spaces'?: Linter.RuleEntry<[]>;
5197
5231
  /**
5198
5232
  * Enforce passing a `message` value when creating a built-in error.
5199
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/error-message.md
5233
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/error-message.md
5200
5234
  */
5201
5235
  'unicorn/error-message'?: Linter.RuleEntry<[]>;
5202
5236
  /**
5203
5237
  * Require escape sequences to use uppercase or lowercase values.
5204
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/escape-case.md
5238
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/escape-case.md
5205
5239
  */
5206
5240
  'unicorn/escape-case'?: Linter.RuleEntry<UnicornEscapeCase>;
5207
5241
  /**
5208
5242
  * Add expiration conditions to TODO comments.
5209
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/expiring-todo-comments.md
5243
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/expiring-todo-comments.md
5210
5244
  */
5211
5245
  'unicorn/expiring-todo-comments'?: Linter.RuleEntry<UnicornExpiringTodoComments>;
5212
5246
  /**
5213
5247
  * Enforce explicitly comparing the `length` or `size` property of a value.
5214
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/explicit-length-check.md
5248
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/explicit-length-check.md
5215
5249
  */
5216
5250
  'unicorn/explicit-length-check'?: Linter.RuleEntry<UnicornExplicitLengthCheck>;
5217
5251
  /**
5218
5252
  * Enforce a case style for filenames.
5219
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/filename-case.md
5253
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/filename-case.md
5220
5254
  */
5221
5255
  'unicorn/filename-case'?: Linter.RuleEntry<UnicornFilenameCase>;
5222
5256
  /**
5223
5257
  * Enforce specific import styles per module.
5224
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/import-style.md
5258
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/import-style.md
5225
5259
  */
5226
5260
  'unicorn/import-style'?: Linter.RuleEntry<UnicornImportStyle>;
5261
+ /**
5262
+ * Prevent usage of variables from outside the scope of isolated functions.
5263
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/isolated-functions.md
5264
+ */
5265
+ 'unicorn/isolated-functions'?: Linter.RuleEntry<UnicornIsolatedFunctions>;
5227
5266
  /**
5228
5267
  * Enforce the use of `new` for all builtins, except `String`, `Number`, `Boolean`, `Symbol` and `BigInt`.
5229
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/new-for-builtins.md
5268
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/new-for-builtins.md
5230
5269
  */
5231
5270
  'unicorn/new-for-builtins'?: Linter.RuleEntry<[]>;
5232
5271
  /**
5233
5272
  * Enforce specifying rules to disable in `eslint-disable` comments.
5234
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-abusive-eslint-disable.md
5273
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-abusive-eslint-disable.md
5235
5274
  */
5236
5275
  'unicorn/no-abusive-eslint-disable'?: Linter.RuleEntry<[]>;
5237
5276
  /**
5238
5277
  * Disallow recursive access to `this` within getters and setters.
5239
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-accessor-recursion.md
5278
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-accessor-recursion.md
5240
5279
  */
5241
5280
  'unicorn/no-accessor-recursion'?: Linter.RuleEntry<[]>;
5242
5281
  /**
5243
5282
  * Disallow anonymous functions and classes as the default export.
5244
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-anonymous-default-export.md
5283
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-anonymous-default-export.md
5245
5284
  */
5246
5285
  'unicorn/no-anonymous-default-export'?: Linter.RuleEntry<[]>;
5247
5286
  /**
5248
5287
  * Prevent passing a function reference directly to iterator methods.
5249
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-array-callback-reference.md
5288
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-array-callback-reference.md
5250
5289
  */
5251
5290
  'unicorn/no-array-callback-reference'?: Linter.RuleEntry<[]>;
5252
5291
  /**
5253
5292
  * Prefer `for…of` over the `forEach` method.
5254
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-array-for-each.md
5293
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-array-for-each.md
5255
5294
  */
5256
5295
  'unicorn/no-array-for-each'?: Linter.RuleEntry<[]>;
5257
5296
  /**
5258
5297
  * Disallow using the `this` argument in array methods.
5259
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-array-method-this-argument.md
5298
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-array-method-this-argument.md
5260
5299
  */
5261
5300
  'unicorn/no-array-method-this-argument'?: Linter.RuleEntry<[]>;
5262
5301
  /**
5263
5302
  * Replaced by `unicorn/prefer-single-call` which covers more cases.
5264
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/deprecated-rules.md#no-array-push-push
5303
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/deleted-and-deprecated-rules.md#no-array-push-push
5265
5304
  * @deprecated
5266
5305
  */
5267
5306
  'unicorn/no-array-push-push'?: Linter.RuleEntry<[]>;
5268
5307
  /**
5269
5308
  * Disallow `Array#reduce()` and `Array#reduceRight()`.
5270
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-array-reduce.md
5309
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-array-reduce.md
5271
5310
  */
5272
5311
  'unicorn/no-array-reduce'?: Linter.RuleEntry<UnicornNoArrayReduce>;
5273
5312
  /**
5274
5313
  * Prefer `Array#toReversed()` over `Array#reverse()`.
5275
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-array-reverse.md
5314
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-array-reverse.md
5276
5315
  */
5277
5316
  'unicorn/no-array-reverse'?: Linter.RuleEntry<UnicornNoArrayReverse>;
5278
5317
  /**
5279
5318
  * Prefer `Array#toSorted()` over `Array#sort()`.
5280
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-array-sort.md
5319
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-array-sort.md
5281
5320
  */
5282
5321
  'unicorn/no-array-sort'?: Linter.RuleEntry<UnicornNoArraySort>;
5283
5322
  /**
5284
5323
  * Disallow member access from await expression.
5285
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-await-expression-member.md
5324
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-await-expression-member.md
5286
5325
  */
5287
5326
  'unicorn/no-await-expression-member'?: Linter.RuleEntry<[]>;
5288
5327
  /**
5289
5328
  * Disallow using `await` in `Promise` method parameters.
5290
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-await-in-promise-methods.md
5329
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-await-in-promise-methods.md
5291
5330
  */
5292
5331
  'unicorn/no-await-in-promise-methods'?: Linter.RuleEntry<[]>;
5293
5332
  /**
5294
5333
  * Do not use leading/trailing space between `console.log` parameters.
5295
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-console-spaces.md
5334
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-console-spaces.md
5296
5335
  */
5297
5336
  'unicorn/no-console-spaces'?: Linter.RuleEntry<[]>;
5298
5337
  /**
5299
5338
  * Do not use `document.cookie` directly.
5300
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-document-cookie.md
5339
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-document-cookie.md
5301
5340
  */
5302
5341
  'unicorn/no-document-cookie'?: Linter.RuleEntry<[]>;
5303
5342
  /**
5304
5343
  * Disallow empty files.
5305
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-empty-file.md
5344
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-empty-file.md
5306
5345
  */
5307
5346
  'unicorn/no-empty-file'?: Linter.RuleEntry<[]>;
5308
5347
  /**
5309
5348
  * Do not use a `for` loop that can be replaced with a `for-of` loop.
5310
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-for-loop.md
5349
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-for-loop.md
5311
5350
  */
5312
5351
  'unicorn/no-for-loop'?: Linter.RuleEntry<[]>;
5313
5352
  /**
5314
5353
  * Enforce the use of Unicode escapes instead of hexadecimal escapes.
5315
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-hex-escape.md
5354
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-hex-escape.md
5316
5355
  */
5317
5356
  'unicorn/no-hex-escape'?: Linter.RuleEntry<[]>;
5318
5357
  /**
5319
5358
  * Disallow immediate mutation after variable assignment.
5320
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-immediate-mutation.md
5359
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-immediate-mutation.md
5321
5360
  */
5322
5361
  'unicorn/no-immediate-mutation'?: Linter.RuleEntry<[]>;
5323
5362
  /**
5324
5363
  * Replaced by `unicorn/no-instanceof-builtins` which covers more cases.
5325
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/deprecated-rules.md#no-instanceof-array
5364
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/deleted-and-deprecated-rules.md#no-instanceof-array
5326
5365
  * @deprecated
5327
5366
  */
5328
5367
  'unicorn/no-instanceof-array'?: Linter.RuleEntry<[]>;
5329
5368
  /**
5330
5369
  * Disallow `instanceof` with built-in objects
5331
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-instanceof-builtins.md
5370
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-instanceof-builtins.md
5332
5371
  */
5333
5372
  'unicorn/no-instanceof-builtins'?: Linter.RuleEntry<UnicornNoInstanceofBuiltins>;
5334
5373
  /**
5335
5374
  * Disallow invalid options in `fetch()` and `new Request()`.
5336
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-invalid-fetch-options.md
5375
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-invalid-fetch-options.md
5337
5376
  */
5338
5377
  'unicorn/no-invalid-fetch-options'?: Linter.RuleEntry<[]>;
5339
5378
  /**
5340
5379
  * Prevent calling `EventTarget#removeEventListener()` with the result of an expression.
5341
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-invalid-remove-event-listener.md
5380
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-invalid-remove-event-listener.md
5342
5381
  */
5343
5382
  'unicorn/no-invalid-remove-event-listener'?: Linter.RuleEntry<[]>;
5344
5383
  /**
5345
5384
  * Disallow identifiers starting with `new` or `class`.
5346
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-keyword-prefix.md
5385
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-keyword-prefix.md
5347
5386
  */
5348
5387
  'unicorn/no-keyword-prefix'?: Linter.RuleEntry<UnicornNoKeywordPrefix>;
5349
5388
  /**
5350
5389
  * Replaced by `unicorn/no-unnecessary-slice-end` which covers more cases.
5351
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/deprecated-rules.md#no-length-as-slice-end
5390
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/deleted-and-deprecated-rules.md#no-length-as-slice-end
5352
5391
  * @deprecated
5353
5392
  */
5354
5393
  'unicorn/no-length-as-slice-end'?: Linter.RuleEntry<[]>;
5355
5394
  /**
5356
5395
  * Disallow `if` statements as the only statement in `if` blocks without `else`.
5357
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-lonely-if.md
5396
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-lonely-if.md
5358
5397
  */
5359
5398
  'unicorn/no-lonely-if'?: Linter.RuleEntry<[]>;
5360
5399
  /**
5361
5400
  * Disallow a magic number as the `depth` argument in `Array#flat(…).`
5362
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-magic-array-flat-depth.md
5401
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-magic-array-flat-depth.md
5363
5402
  */
5364
5403
  'unicorn/no-magic-array-flat-depth'?: Linter.RuleEntry<[]>;
5365
5404
  /**
5366
5405
  * Disallow named usage of default import and export.
5367
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-named-default.md
5406
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-named-default.md
5368
5407
  */
5369
5408
  'unicorn/no-named-default'?: Linter.RuleEntry<[]>;
5370
5409
  /**
5371
5410
  * Disallow negated conditions.
5372
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-negated-condition.md
5411
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-negated-condition.md
5373
5412
  */
5374
5413
  'unicorn/no-negated-condition'?: Linter.RuleEntry<[]>;
5375
5414
  /**
5376
5415
  * Disallow negated expression in equality check.
5377
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-negation-in-equality-check.md
5416
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-negation-in-equality-check.md
5378
5417
  */
5379
5418
  'unicorn/no-negation-in-equality-check'?: Linter.RuleEntry<[]>;
5380
5419
  /**
5381
5420
  * Disallow nested ternary expressions.
5382
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-nested-ternary.md
5421
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-nested-ternary.md
5383
5422
  */
5384
5423
  'unicorn/no-nested-ternary'?: Linter.RuleEntry<[]>;
5385
5424
  /**
5386
5425
  * Disallow `new Array()`.
5387
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-new-array.md
5426
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-new-array.md
5388
5427
  */
5389
5428
  'unicorn/no-new-array'?: Linter.RuleEntry<[]>;
5390
5429
  /**
5391
5430
  * Enforce the use of `Buffer.from()` and `Buffer.alloc()` instead of the deprecated `new Buffer()`.
5392
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-new-buffer.md
5431
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-new-buffer.md
5393
5432
  */
5394
5433
  'unicorn/no-new-buffer'?: Linter.RuleEntry<[]>;
5395
5434
  /**
5396
5435
  * Disallow the use of the `null` literal.
5397
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-null.md
5436
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-null.md
5398
5437
  */
5399
5438
  'unicorn/no-null'?: Linter.RuleEntry<UnicornNoNull>;
5400
5439
  /**
5401
5440
  * Disallow the use of objects as default parameters.
5402
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-object-as-default-parameter.md
5441
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-object-as-default-parameter.md
5403
5442
  */
5404
5443
  'unicorn/no-object-as-default-parameter'?: Linter.RuleEntry<[]>;
5405
5444
  /**
5406
5445
  * Disallow `process.exit()`.
5407
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-process-exit.md
5446
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-process-exit.md
5408
5447
  */
5409
5448
  'unicorn/no-process-exit'?: Linter.RuleEntry<[]>;
5410
5449
  /**
5411
5450
  * Disallow passing single-element arrays to `Promise` methods.
5412
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-single-promise-in-promise-methods.md
5451
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-single-promise-in-promise-methods.md
5413
5452
  */
5414
5453
  'unicorn/no-single-promise-in-promise-methods'?: Linter.RuleEntry<[]>;
5415
5454
  /**
5416
5455
  * Disallow classes that only have static members.
5417
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-static-only-class.md
5456
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-static-only-class.md
5418
5457
  */
5419
5458
  'unicorn/no-static-only-class'?: Linter.RuleEntry<[]>;
5420
5459
  /**
5421
5460
  * Disallow `then` property.
5422
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-thenable.md
5461
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-thenable.md
5423
5462
  */
5424
5463
  'unicorn/no-thenable'?: Linter.RuleEntry<[]>;
5425
5464
  /**
5426
5465
  * Disallow assigning `this` to a variable.
5427
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-this-assignment.md
5466
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-this-assignment.md
5428
5467
  */
5429
5468
  'unicorn/no-this-assignment'?: Linter.RuleEntry<[]>;
5430
5469
  /**
5431
5470
  * Disallow comparing `undefined` using `typeof`.
5432
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-typeof-undefined.md
5471
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-typeof-undefined.md
5433
5472
  */
5434
5473
  'unicorn/no-typeof-undefined'?: Linter.RuleEntry<UnicornNoTypeofUndefined>;
5435
5474
  /**
5436
5475
  * Disallow using `1` as the `depth` argument of `Array#flat()`.
5437
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-unnecessary-array-flat-depth.md
5476
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-unnecessary-array-flat-depth.md
5438
5477
  */
5439
5478
  'unicorn/no-unnecessary-array-flat-depth'?: Linter.RuleEntry<[]>;
5440
5479
  /**
5441
5480
  * Disallow using `.length` or `Infinity` as the `deleteCount` or `skipCount` argument of `Array#{splice,toSpliced}()`.
5442
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-unnecessary-array-splice-count.md
5481
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-unnecessary-array-splice-count.md
5443
5482
  */
5444
5483
  'unicorn/no-unnecessary-array-splice-count'?: Linter.RuleEntry<[]>;
5445
5484
  /**
5446
5485
  * Disallow awaiting non-promise values.
5447
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-unnecessary-await.md
5486
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-unnecessary-await.md
5448
5487
  */
5449
5488
  'unicorn/no-unnecessary-await'?: Linter.RuleEntry<[]>;
5450
5489
  /**
5451
5490
  * Enforce the use of built-in methods instead of unnecessary polyfills.
5452
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-unnecessary-polyfills.md
5491
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-unnecessary-polyfills.md
5453
5492
  */
5454
5493
  'unicorn/no-unnecessary-polyfills'?: Linter.RuleEntry<UnicornNoUnnecessaryPolyfills>;
5455
5494
  /**
5456
5495
  * Disallow using `.length` or `Infinity` as the `end` argument of `{Array,String,TypedArray}#slice()`.
5457
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-unnecessary-slice-end.md
5496
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-unnecessary-slice-end.md
5458
5497
  */
5459
5498
  'unicorn/no-unnecessary-slice-end'?: Linter.RuleEntry<[]>;
5460
5499
  /**
5461
5500
  * Disallow unreadable array destructuring.
5462
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-unreadable-array-destructuring.md
5501
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-unreadable-array-destructuring.md
5463
5502
  */
5464
5503
  'unicorn/no-unreadable-array-destructuring'?: Linter.RuleEntry<[]>;
5465
5504
  /**
5466
5505
  * Disallow unreadable IIFEs.
5467
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-unreadable-iife.md
5506
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-unreadable-iife.md
5468
5507
  */
5469
5508
  'unicorn/no-unreadable-iife'?: Linter.RuleEntry<[]>;
5470
5509
  /**
5471
5510
  * Disallow unused object properties.
5472
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-unused-properties.md
5511
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-unused-properties.md
5473
5512
  */
5474
5513
  'unicorn/no-unused-properties'?: Linter.RuleEntry<[]>;
5475
5514
  /**
5476
5515
  * Disallow useless values or fallbacks in `Set`, `Map`, `WeakSet`, or `WeakMap`.
5477
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-useless-collection-argument.md
5516
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-useless-collection-argument.md
5478
5517
  */
5479
5518
  'unicorn/no-useless-collection-argument'?: Linter.RuleEntry<[]>;
5480
5519
  /**
5481
5520
  * Disallow unnecessary `Error.captureStackTrace(…)`.
5482
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-useless-error-capture-stack-trace.md
5521
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-useless-error-capture-stack-trace.md
5483
5522
  */
5484
5523
  'unicorn/no-useless-error-capture-stack-trace'?: Linter.RuleEntry<[]>;
5485
5524
  /**
5486
5525
  * Disallow useless fallback when spreading in object literals.
5487
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-useless-fallback-in-spread.md
5526
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-useless-fallback-in-spread.md
5488
5527
  */
5489
5528
  'unicorn/no-useless-fallback-in-spread'?: Linter.RuleEntry<[]>;
5490
5529
  /**
5491
5530
  * Disallow useless array length check.
5492
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-useless-length-check.md
5531
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-useless-length-check.md
5493
5532
  */
5494
5533
  'unicorn/no-useless-length-check'?: Linter.RuleEntry<[]>;
5495
5534
  /**
5496
5535
  * Disallow returning/yielding `Promise.resolve/reject()` in async functions or promise callbacks
5497
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-useless-promise-resolve-reject.md
5536
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-useless-promise-resolve-reject.md
5498
5537
  */
5499
5538
  'unicorn/no-useless-promise-resolve-reject'?: Linter.RuleEntry<[]>;
5500
5539
  /**
5501
5540
  * Disallow unnecessary spread.
5502
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-useless-spread.md
5541
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-useless-spread.md
5503
5542
  */
5504
5543
  'unicorn/no-useless-spread'?: Linter.RuleEntry<[]>;
5505
5544
  /**
5506
5545
  * Disallow useless case in switch statements.
5507
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-useless-switch-case.md
5546
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-useless-switch-case.md
5508
5547
  */
5509
5548
  'unicorn/no-useless-switch-case'?: Linter.RuleEntry<[]>;
5510
5549
  /**
5511
5550
  * Disallow useless `undefined`.
5512
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-useless-undefined.md
5551
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-useless-undefined.md
5513
5552
  */
5514
5553
  'unicorn/no-useless-undefined'?: Linter.RuleEntry<UnicornNoUselessUndefined>;
5515
5554
  /**
5516
5555
  * Disallow number literals with zero fractions or dangling dots.
5517
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/no-zero-fractions.md
5556
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/no-zero-fractions.md
5518
5557
  */
5519
5558
  'unicorn/no-zero-fractions'?: Linter.RuleEntry<[]>;
5520
5559
  /**
5521
5560
  * Enforce proper case for numeric literals.
5522
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/number-literal-case.md
5561
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/number-literal-case.md
5523
5562
  */
5524
5563
  'unicorn/number-literal-case'?: Linter.RuleEntry<UnicornNumberLiteralCase>;
5525
5564
  /**
5526
5565
  * Enforce the style of numeric separators by correctly grouping digits.
5527
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/numeric-separators-style.md
5566
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/numeric-separators-style.md
5528
5567
  */
5529
5568
  'unicorn/numeric-separators-style'?: Linter.RuleEntry<UnicornNumericSeparatorsStyle>;
5530
5569
  /**
5531
5570
  * Prefer `.addEventListener()` and `.removeEventListener()` over `on`-functions.
5532
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-add-event-listener.md
5571
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-add-event-listener.md
5533
5572
  */
5534
5573
  'unicorn/prefer-add-event-listener'?: Linter.RuleEntry<UnicornPreferAddEventListener>;
5535
5574
  /**
5536
5575
  * Prefer `.find(…)` and `.findLast(…)` over the first or last element from `.filter(…)`.
5537
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-array-find.md
5576
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-array-find.md
5538
5577
  */
5539
5578
  'unicorn/prefer-array-find'?: Linter.RuleEntry<UnicornPreferArrayFind>;
5540
5579
  /**
5541
5580
  * Prefer `Array#flat()` over legacy techniques to flatten arrays.
5542
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-array-flat.md
5581
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-array-flat.md
5543
5582
  */
5544
5583
  'unicorn/prefer-array-flat'?: Linter.RuleEntry<UnicornPreferArrayFlat>;
5545
5584
  /**
5546
5585
  * Prefer `.flatMap(…)` over `.map(…).flat()`.
5547
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-array-flat-map.md
5586
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-array-flat-map.md
5548
5587
  */
5549
5588
  'unicorn/prefer-array-flat-map'?: Linter.RuleEntry<[]>;
5550
5589
  /**
5551
5590
  * Prefer `Array#{indexOf,lastIndexOf}()` over `Array#{findIndex,findLastIndex}()` when looking for the index of an item.
5552
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-array-index-of.md
5591
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-array-index-of.md
5553
5592
  */
5554
5593
  'unicorn/prefer-array-index-of'?: Linter.RuleEntry<[]>;
5555
5594
  /**
5556
5595
  * Prefer `.some(…)` over `.filter(…).length` check and `.{find,findLast,findIndex,findLastIndex}(…)`.
5557
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-array-some.md
5596
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-array-some.md
5558
5597
  */
5559
5598
  'unicorn/prefer-array-some'?: Linter.RuleEntry<[]>;
5560
5599
  /**
5561
5600
  * Prefer `.at()` method for index access and `String#charAt()`.
5562
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-at.md
5601
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-at.md
5563
5602
  */
5564
5603
  'unicorn/prefer-at'?: Linter.RuleEntry<UnicornPreferAt>;
5565
5604
  /**
5566
5605
  * Prefer `BigInt` literals over the constructor.
5567
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-bigint-literals.md
5606
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-bigint-literals.md
5568
5607
  */
5569
5608
  'unicorn/prefer-bigint-literals'?: Linter.RuleEntry<[]>;
5570
5609
  /**
5571
5610
  * Prefer `Blob#arrayBuffer()` over `FileReader#readAsArrayBuffer(…)` and `Blob#text()` over `FileReader#readAsText(…)`.
5572
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-blob-reading-methods.md
5611
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-blob-reading-methods.md
5573
5612
  */
5574
5613
  'unicorn/prefer-blob-reading-methods'?: Linter.RuleEntry<[]>;
5575
5614
  /**
5576
5615
  * Prefer class field declarations over `this` assignments in constructors.
5577
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-class-fields.md
5616
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-class-fields.md
5578
5617
  */
5579
5618
  'unicorn/prefer-class-fields'?: Linter.RuleEntry<[]>;
5580
5619
  /**
5581
5620
  * Prefer using `Element#classList.toggle()` to toggle class names.
5582
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-classlist-toggle.md
5621
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-classlist-toggle.md
5583
5622
  */
5584
5623
  'unicorn/prefer-classlist-toggle'?: Linter.RuleEntry<[]>;
5585
5624
  /**
5586
5625
  * Prefer `String#codePointAt(…)` over `String#charCodeAt(…)` and `String.fromCodePoint(…)` over `String.fromCharCode(…)`.
5587
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-code-point.md
5626
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-code-point.md
5588
5627
  */
5589
5628
  'unicorn/prefer-code-point'?: Linter.RuleEntry<[]>;
5590
5629
  /**
5591
5630
  * Prefer `Date.now()` to get the number of milliseconds since the Unix Epoch.
5592
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-date-now.md
5631
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-date-now.md
5593
5632
  */
5594
5633
  'unicorn/prefer-date-now'?: Linter.RuleEntry<[]>;
5595
5634
  /**
5596
5635
  * Prefer default parameters over reassignment.
5597
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-default-parameters.md
5636
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-default-parameters.md
5598
5637
  */
5599
5638
  'unicorn/prefer-default-parameters'?: Linter.RuleEntry<[]>;
5600
5639
  /**
5601
5640
  * Prefer `Node#append()` over `Node#appendChild()`.
5602
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-dom-node-append.md
5641
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-dom-node-append.md
5603
5642
  */
5604
5643
  'unicorn/prefer-dom-node-append'?: Linter.RuleEntry<[]>;
5605
5644
  /**
5606
5645
  * Prefer using `.dataset` on DOM elements over calling attribute methods.
5607
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-dom-node-dataset.md
5646
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-dom-node-dataset.md
5608
5647
  */
5609
5648
  'unicorn/prefer-dom-node-dataset'?: Linter.RuleEntry<[]>;
5610
5649
  /**
5611
5650
  * Prefer `childNode.remove()` over `parentNode.removeChild(childNode)`.
5612
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-dom-node-remove.md
5651
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-dom-node-remove.md
5613
5652
  */
5614
5653
  'unicorn/prefer-dom-node-remove'?: Linter.RuleEntry<[]>;
5615
5654
  /**
5616
5655
  * Prefer `.textContent` over `.innerText`.
5617
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-dom-node-text-content.md
5656
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-dom-node-text-content.md
5618
5657
  */
5619
5658
  'unicorn/prefer-dom-node-text-content'?: Linter.RuleEntry<[]>;
5620
5659
  /**
5621
5660
  * Prefer `EventTarget` over `EventEmitter`.
5622
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-event-target.md
5661
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-event-target.md
5623
5662
  */
5624
5663
  'unicorn/prefer-event-target'?: Linter.RuleEntry<[]>;
5625
5664
  /**
5626
5665
  * Prefer `export…from` when re-exporting.
5627
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-export-from.md
5666
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-export-from.md
5628
5667
  */
5629
5668
  'unicorn/prefer-export-from'?: Linter.RuleEntry<UnicornPreferExportFrom>;
5630
5669
  /**
5631
5670
  * Prefer `globalThis` over `window`, `self`, and `global`.
5632
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-global-this.md
5671
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-global-this.md
5633
5672
  */
5634
5673
  'unicorn/prefer-global-this'?: Linter.RuleEntry<[]>;
5635
5674
  /**
5636
5675
  * Prefer `import.meta.{dirname,filename}` over legacy techniques for getting file paths.
5637
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-import-meta-properties.md
5676
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-import-meta-properties.md
5638
5677
  */
5639
5678
  'unicorn/prefer-import-meta-properties'?: Linter.RuleEntry<[]>;
5640
5679
  /**
5641
5680
  * Prefer `.includes()` over `.indexOf()`, `.lastIndexOf()`, and `Array#some()` when checking for existence or non-existence.
5642
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-includes.md
5681
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-includes.md
5643
5682
  */
5644
5683
  'unicorn/prefer-includes'?: Linter.RuleEntry<[]>;
5645
5684
  /**
5646
5685
  * Prefer reading a JSON file as a buffer.
5647
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-json-parse-buffer.md
5686
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-json-parse-buffer.md
5648
5687
  */
5649
5688
  'unicorn/prefer-json-parse-buffer'?: Linter.RuleEntry<[]>;
5650
5689
  /**
5651
5690
  * Prefer `KeyboardEvent#key` over `KeyboardEvent#keyCode`.
5652
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-keyboard-event-key.md
5691
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-keyboard-event-key.md
5653
5692
  */
5654
5693
  'unicorn/prefer-keyboard-event-key'?: Linter.RuleEntry<[]>;
5655
5694
  /**
5656
5695
  * Prefer using a logical operator over a ternary.
5657
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-logical-operator-over-ternary.md
5696
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-logical-operator-over-ternary.md
5658
5697
  */
5659
5698
  'unicorn/prefer-logical-operator-over-ternary'?: Linter.RuleEntry<[]>;
5660
5699
  /**
5661
5700
  * Prefer `Math.min()` and `Math.max()` over ternaries for simple comparisons.
5662
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-math-min-max.md
5701
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-math-min-max.md
5663
5702
  */
5664
5703
  'unicorn/prefer-math-min-max'?: Linter.RuleEntry<[]>;
5665
5704
  /**
5666
5705
  * Enforce the use of `Math.trunc` instead of bitwise operators.
5667
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-math-trunc.md
5706
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-math-trunc.md
5668
5707
  */
5669
5708
  'unicorn/prefer-math-trunc'?: Linter.RuleEntry<[]>;
5670
5709
  /**
5671
5710
  * Prefer `.before()` over `.insertBefore()`, `.replaceWith()` over `.replaceChild()`, prefer one of `.before()`, `.after()`, `.append()` or `.prepend()` over `insertAdjacentText()` and `insertAdjacentElement()`.
5672
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-modern-dom-apis.md
5711
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-modern-dom-apis.md
5673
5712
  */
5674
5713
  'unicorn/prefer-modern-dom-apis'?: Linter.RuleEntry<[]>;
5675
5714
  /**
5676
5715
  * Prefer modern `Math` APIs over legacy patterns.
5677
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-modern-math-apis.md
5716
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-modern-math-apis.md
5678
5717
  */
5679
5718
  'unicorn/prefer-modern-math-apis'?: Linter.RuleEntry<[]>;
5680
5719
  /**
5681
5720
  * Prefer JavaScript modules (ESM) over CommonJS.
5682
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-module.md
5721
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-module.md
5683
5722
  */
5684
5723
  'unicorn/prefer-module'?: Linter.RuleEntry<[]>;
5685
5724
  /**
5686
5725
  * Prefer using `String`, `Number`, `BigInt`, `Boolean`, and `Symbol` directly.
5687
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-native-coercion-functions.md
5726
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-native-coercion-functions.md
5688
5727
  */
5689
5728
  'unicorn/prefer-native-coercion-functions'?: Linter.RuleEntry<[]>;
5690
5729
  /**
5691
5730
  * Prefer negative index over `.length - index` when possible.
5692
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-negative-index.md
5731
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-negative-index.md
5693
5732
  */
5694
5733
  'unicorn/prefer-negative-index'?: Linter.RuleEntry<[]>;
5695
5734
  /**
5696
5735
  * Prefer using the `node:` protocol when importing Node.js builtin modules.
5697
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-node-protocol.md
5736
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-node-protocol.md
5698
5737
  */
5699
5738
  'unicorn/prefer-node-protocol'?: Linter.RuleEntry<[]>;
5700
5739
  /**
5701
5740
  * Prefer `Number` static properties over global ones.
5702
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-number-properties.md
5741
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-number-properties.md
5703
5742
  */
5704
5743
  'unicorn/prefer-number-properties'?: Linter.RuleEntry<UnicornPreferNumberProperties>;
5705
5744
  /**
5706
5745
  * Prefer using `Object.fromEntries(…)` to transform a list of key-value pairs into an object.
5707
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-object-from-entries.md
5746
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-object-from-entries.md
5708
5747
  */
5709
5748
  'unicorn/prefer-object-from-entries'?: Linter.RuleEntry<UnicornPreferObjectFromEntries>;
5710
5749
  /**
5711
5750
  * Prefer omitting the `catch` binding parameter.
5712
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-optional-catch-binding.md
5751
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-optional-catch-binding.md
5713
5752
  */
5714
5753
  'unicorn/prefer-optional-catch-binding'?: Linter.RuleEntry<[]>;
5715
5754
  /**
5716
5755
  * Prefer borrowing methods from the prototype instead of the instance.
5717
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-prototype-methods.md
5756
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-prototype-methods.md
5718
5757
  */
5719
5758
  'unicorn/prefer-prototype-methods'?: Linter.RuleEntry<[]>;
5720
5759
  /**
5721
5760
  * Prefer `.querySelector()` over `.getElementById()`, `.querySelectorAll()` over `.getElementsByClassName()` and `.getElementsByTagName()` and `.getElementsByName()`.
5722
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-query-selector.md
5761
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-query-selector.md
5723
5762
  */
5724
5763
  'unicorn/prefer-query-selector'?: Linter.RuleEntry<[]>;
5725
5764
  /**
5726
5765
  * Prefer `Reflect.apply()` over `Function#apply()`.
5727
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-reflect-apply.md
5766
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-reflect-apply.md
5728
5767
  */
5729
5768
  'unicorn/prefer-reflect-apply'?: Linter.RuleEntry<[]>;
5730
5769
  /**
5731
5770
  * Prefer `RegExp#test()` over `String#match()` and `RegExp#exec()`.
5732
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-regexp-test.md
5771
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-regexp-test.md
5733
5772
  */
5734
5773
  'unicorn/prefer-regexp-test'?: Linter.RuleEntry<[]>;
5735
5774
  /**
5736
5775
  * Prefer `Response.json()` over `new Response(JSON.stringify())`.
5737
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-response-static-json.md
5776
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-response-static-json.md
5738
5777
  */
5739
5778
  'unicorn/prefer-response-static-json'?: Linter.RuleEntry<[]>;
5740
5779
  /**
5741
5780
  * Prefer `Set#has()` over `Array#includes()` when checking for existence or non-existence.
5742
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-set-has.md
5781
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-set-has.md
5743
5782
  */
5744
5783
  'unicorn/prefer-set-has'?: Linter.RuleEntry<[]>;
5745
5784
  /**
5746
5785
  * Prefer using `Set#size` instead of `Array#length`.
5747
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-set-size.md
5786
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-set-size.md
5748
5787
  */
5749
5788
  'unicorn/prefer-set-size'?: Linter.RuleEntry<[]>;
5750
5789
  /**
5751
5790
  * Enforce combining multiple `Array#push()`, `Element#classList.{add,remove}()`, and `importScripts()` into one call.
5752
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-single-call.md
5791
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-single-call.md
5753
5792
  */
5754
5793
  'unicorn/prefer-single-call'?: Linter.RuleEntry<UnicornPreferSingleCall>;
5755
5794
  /**
5756
5795
  * Prefer the spread operator over `Array.from(…)`, `Array#concat(…)`, `Array#{slice,toSpliced}()` and `String#split('')`.
5757
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-spread.md
5796
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-spread.md
5758
5797
  */
5759
5798
  'unicorn/prefer-spread'?: Linter.RuleEntry<[]>;
5760
5799
  /**
5761
5800
  * Prefer using the `String.raw` tag to avoid escaping `\`.
5762
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-string-raw.md
5801
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-string-raw.md
5763
5802
  */
5764
5803
  'unicorn/prefer-string-raw'?: Linter.RuleEntry<[]>;
5765
5804
  /**
5766
5805
  * Prefer `String#replaceAll()` over regex searches with the global flag.
5767
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-string-replace-all.md
5806
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-string-replace-all.md
5768
5807
  */
5769
5808
  'unicorn/prefer-string-replace-all'?: Linter.RuleEntry<[]>;
5770
5809
  /**
5771
5810
  * Prefer `String#slice()` over `String#substr()` and `String#substring()`.
5772
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-string-slice.md
5811
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-string-slice.md
5773
5812
  */
5774
5813
  'unicorn/prefer-string-slice'?: Linter.RuleEntry<[]>;
5775
5814
  /**
5776
5815
  * Prefer `String#startsWith()` & `String#endsWith()` over `RegExp#test()`.
5777
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-string-starts-ends-with.md
5816
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-string-starts-ends-with.md
5778
5817
  */
5779
5818
  'unicorn/prefer-string-starts-ends-with'?: Linter.RuleEntry<[]>;
5780
5819
  /**
5781
5820
  * Prefer `String#trimStart()` / `String#trimEnd()` over `String#trimLeft()` / `String#trimRight()`.
5782
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-string-trim-start-end.md
5821
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-string-trim-start-end.md
5783
5822
  */
5784
5823
  'unicorn/prefer-string-trim-start-end'?: Linter.RuleEntry<[]>;
5785
5824
  /**
5786
5825
  * Prefer using `structuredClone` to create a deep clone.
5787
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-structured-clone.md
5826
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-structured-clone.md
5788
5827
  */
5789
5828
  'unicorn/prefer-structured-clone'?: Linter.RuleEntry<UnicornPreferStructuredClone>;
5790
5829
  /**
5791
5830
  * Prefer `switch` over multiple `else-if`.
5792
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-switch.md
5831
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-switch.md
5793
5832
  */
5794
5833
  'unicorn/prefer-switch'?: Linter.RuleEntry<UnicornPreferSwitch>;
5795
5834
  /**
5796
5835
  * Prefer ternary expressions over simple `if-else` statements.
5797
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-ternary.md
5836
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-ternary.md
5798
5837
  */
5799
5838
  'unicorn/prefer-ternary'?: Linter.RuleEntry<UnicornPreferTernary>;
5800
5839
  /**
5801
5840
  * Prefer top-level await over top-level promises and async function calls.
5802
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-top-level-await.md
5841
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-top-level-await.md
5803
5842
  */
5804
5843
  'unicorn/prefer-top-level-await'?: Linter.RuleEntry<[]>;
5805
5844
  /**
5806
5845
  * Enforce throwing `TypeError` in type checking conditions.
5807
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prefer-type-error.md
5846
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prefer-type-error.md
5808
5847
  */
5809
5848
  'unicorn/prefer-type-error'?: Linter.RuleEntry<[]>;
5810
5849
  /**
5811
5850
  * Prevent abbreviations.
5812
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/prevent-abbreviations.md
5851
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/prevent-abbreviations.md
5813
5852
  */
5814
5853
  'unicorn/prevent-abbreviations'?: Linter.RuleEntry<UnicornPreventAbbreviations>;
5815
5854
  /**
5816
5855
  * Enforce consistent relative URL style.
5817
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/relative-url-style.md
5856
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/relative-url-style.md
5818
5857
  */
5819
5858
  'unicorn/relative-url-style'?: Linter.RuleEntry<UnicornRelativeUrlStyle>;
5820
5859
  /**
5821
5860
  * Enforce using the separator argument with `Array#join()`.
5822
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/require-array-join-separator.md
5861
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/require-array-join-separator.md
5823
5862
  */
5824
5863
  'unicorn/require-array-join-separator'?: Linter.RuleEntry<[]>;
5825
5864
  /**
5826
5865
  * Require non-empty module attributes for imports and exports
5827
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/require-module-attributes.md
5866
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/require-module-attributes.md
5828
5867
  */
5829
5868
  'unicorn/require-module-attributes'?: Linter.RuleEntry<[]>;
5830
5869
  /**
5831
5870
  * Require non-empty specifier list in import and export statements.
5832
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/require-module-specifiers.md
5871
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/require-module-specifiers.md
5833
5872
  */
5834
5873
  'unicorn/require-module-specifiers'?: Linter.RuleEntry<[]>;
5835
5874
  /**
5836
5875
  * Enforce using the digits argument with `Number#toFixed()`.
5837
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/require-number-to-fixed-digits-argument.md
5876
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/require-number-to-fixed-digits-argument.md
5838
5877
  */
5839
5878
  'unicorn/require-number-to-fixed-digits-argument'?: Linter.RuleEntry<[]>;
5840
5879
  /**
5841
5880
  * Enforce using the `targetOrigin` argument with `window.postMessage()`.
5842
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/require-post-message-target-origin.md
5881
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/require-post-message-target-origin.md
5843
5882
  */
5844
5883
  'unicorn/require-post-message-target-origin'?: Linter.RuleEntry<[]>;
5845
5884
  /**
5846
5885
  * Enforce better string content.
5847
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/string-content.md
5886
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/string-content.md
5848
5887
  */
5849
5888
  'unicorn/string-content'?: Linter.RuleEntry<UnicornStringContent>;
5850
5889
  /**
5851
5890
  * Enforce consistent brace style for `case` clauses.
5852
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/switch-case-braces.md
5891
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/switch-case-braces.md
5853
5892
  */
5854
5893
  'unicorn/switch-case-braces'?: Linter.RuleEntry<UnicornSwitchCaseBraces>;
5855
5894
  /**
5856
5895
  * Fix whitespace-insensitive template indentation.
5857
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/template-indent.md
5896
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/template-indent.md
5858
5897
  */
5859
5898
  'unicorn/template-indent'?: Linter.RuleEntry<UnicornTemplateIndent>;
5860
5899
  /**
5861
5900
  * Enforce consistent case for text encoding identifiers.
5862
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/text-encoding-identifier-case.md
5901
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/text-encoding-identifier-case.md
5863
5902
  */
5864
5903
  'unicorn/text-encoding-identifier-case'?: Linter.RuleEntry<UnicornTextEncodingIdentifierCase>;
5865
5904
  /**
5866
5905
  * Require `new` when creating an error.
5867
- * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v62.0.0/docs/rules/throw-new-error.md
5906
+ * @see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v63.0.0/docs/rules/throw-new-error.md
5868
5907
  */
5869
5908
  'unicorn/throw-new-error'?: Linter.RuleEntry<[]>;
5870
5909
  /**
@@ -7090,7 +7129,7 @@ interface RuleOptions {
7090
7129
  * enforce valid `v-for` directives
7091
7130
  * @see https://eslint.vuejs.org/rules/valid-v-for.html
7092
7131
  */
7093
- 'vue/valid-v-for'?: Linter.RuleEntry<[]>;
7132
+ 'vue/valid-v-for'?: Linter.RuleEntry<VueValidVFor>;
7094
7133
  /**
7095
7134
  * enforce valid `v-html` directives
7096
7135
  * @see https://eslint.vuejs.org/rules/valid-v-html.html
@@ -7491,15 +7530,24 @@ type StylisticCurlyNewline = [] | [(("always" | "never") | {
7491
7530
  consistent?: boolean;
7492
7531
  })]; // ----- @stylistic/dot-location -----
7493
7532
  type StylisticDotLocation = [] | [("object" | "property")]; // ----- @stylistic/eol-last -----
7494
- type StylisticEolLast = [] | [("always" | "never" | "unix" | "windows")]; // ----- @stylistic/exp-list-style -----
7533
+ type StylisticEolLast = [] | [("always" | "never" | "unix" | "windows")]; // ----- @stylistic/exp-jsx-props-style -----
7534
+ type StylisticExpJsxPropsStyle = [] | [{
7535
+ singleLine?: {
7536
+ maxItems?: number;
7537
+ };
7538
+ multiLine?: {
7539
+ minItems?: number;
7540
+ maxItemsPerLine?: number;
7541
+ };
7542
+ }]; // ----- @stylistic/exp-list-style -----
7495
7543
  type StylisticExpListStyle = [] | [{
7496
7544
  singleLine?: _StylisticExpListStyle_SingleLineConfig;
7497
7545
  multiLine?: _StylisticExpListStyle_MultiLineConfig;
7498
7546
  overrides?: {
7547
+ "()"?: _StylisticExpListStyle_BaseConfig;
7499
7548
  "[]"?: _StylisticExpListStyle_BaseConfig;
7500
7549
  "{}"?: _StylisticExpListStyle_BaseConfig;
7501
7550
  "<>"?: _StylisticExpListStyle_BaseConfig;
7502
- "()"?: _StylisticExpListStyle_BaseConfig;
7503
7551
  ArrayExpression?: _StylisticExpListStyle_BaseConfig;
7504
7552
  ArrayPattern?: _StylisticExpListStyle_BaseConfig;
7505
7553
  ArrowFunctionExpression?: _StylisticExpListStyle_BaseConfig;
@@ -7507,21 +7555,22 @@ type StylisticExpListStyle = [] | [{
7507
7555
  ExportNamedDeclaration?: _StylisticExpListStyle_BaseConfig;
7508
7556
  FunctionDeclaration?: _StylisticExpListStyle_BaseConfig;
7509
7557
  FunctionExpression?: _StylisticExpListStyle_BaseConfig;
7510
- ImportDeclaration?: _StylisticExpListStyle_BaseConfig;
7558
+ IfStatement?: _StylisticExpListStyle_BaseConfig;
7511
7559
  ImportAttributes?: _StylisticExpListStyle_BaseConfig;
7560
+ ImportDeclaration?: _StylisticExpListStyle_BaseConfig;
7561
+ JSONArrayExpression?: _StylisticExpListStyle_BaseConfig;
7562
+ JSONObjectExpression?: _StylisticExpListStyle_BaseConfig;
7512
7563
  NewExpression?: _StylisticExpListStyle_BaseConfig;
7513
7564
  ObjectExpression?: _StylisticExpListStyle_BaseConfig;
7514
7565
  ObjectPattern?: _StylisticExpListStyle_BaseConfig;
7515
7566
  TSDeclareFunction?: _StylisticExpListStyle_BaseConfig;
7567
+ TSEnumBody?: _StylisticExpListStyle_BaseConfig;
7516
7568
  TSFunctionType?: _StylisticExpListStyle_BaseConfig;
7517
7569
  TSInterfaceBody?: _StylisticExpListStyle_BaseConfig;
7518
- TSEnumBody?: _StylisticExpListStyle_BaseConfig;
7519
7570
  TSTupleType?: _StylisticExpListStyle_BaseConfig;
7520
7571
  TSTypeLiteral?: _StylisticExpListStyle_BaseConfig;
7521
7572
  TSTypeParameterDeclaration?: _StylisticExpListStyle_BaseConfig;
7522
7573
  TSTypeParameterInstantiation?: _StylisticExpListStyle_BaseConfig;
7523
- JSONArrayExpression?: _StylisticExpListStyle_BaseConfig;
7524
- JSONObjectExpression?: _StylisticExpListStyle_BaseConfig;
7525
7574
  };
7526
7575
  }];
7527
7576
  interface _StylisticExpListStyle_SingleLineConfig {
@@ -8382,13 +8431,17 @@ type StylisticPaddedBlocks = [] | [(("always" | "never" | "start" | "end") | {
8382
8431
  allowSingleLineBlocks?: boolean;
8383
8432
  }]; // ----- @stylistic/padding-line-between-statements -----
8384
8433
  type _StylisticPaddingLineBetweenStatementsPaddingType = ("any" | "never" | "always");
8385
- type _StylisticPaddingLineBetweenStatementsStatementOption = (_StylisticPaddingLineBetweenStatementsStatementType | [_StylisticPaddingLineBetweenStatementsStatementType, ...(_StylisticPaddingLineBetweenStatementsStatementType)[]]);
8434
+ type _StylisticPaddingLineBetweenStatementsStatementOption = (_StylisticPaddingLineBetweenStatementsStatementMatcher | [_StylisticPaddingLineBetweenStatementsStatementMatcher, ...(_StylisticPaddingLineBetweenStatementsStatementMatcher)[]]);
8435
+ type _StylisticPaddingLineBetweenStatementsStatementMatcher = (_StylisticPaddingLineBetweenStatementsStatementType | _StylisticPaddingLineBetweenStatements_SelectorOption);
8386
8436
  type _StylisticPaddingLineBetweenStatementsStatementType = ("*" | "exports" | "require" | "directive" | "iife" | "block" | "empty" | "function" | "ts-method" | "break" | "case" | "class" | "continue" | "debugger" | "default" | "do" | "for" | "if" | "import" | "switch" | "throw" | "try" | "while" | "with" | "cjs-export" | "cjs-import" | "enum" | "interface" | "function-overload" | "block-like" | "singleline-block-like" | "multiline-block-like" | "expression" | "singleline-expression" | "multiline-expression" | "return" | "singleline-return" | "multiline-return" | "export" | "singleline-export" | "multiline-export" | "var" | "singleline-var" | "multiline-var" | "let" | "singleline-let" | "multiline-let" | "const" | "singleline-const" | "multiline-const" | "using" | "singleline-using" | "multiline-using" | "type" | "singleline-type" | "multiline-type");
8387
8437
  type StylisticPaddingLineBetweenStatements = {
8388
8438
  blankLine: _StylisticPaddingLineBetweenStatementsPaddingType;
8389
8439
  prev: _StylisticPaddingLineBetweenStatementsStatementOption;
8390
8440
  next: _StylisticPaddingLineBetweenStatementsStatementOption;
8391
- }[]; // ----- @stylistic/quote-props -----
8441
+ }[];
8442
+ interface _StylisticPaddingLineBetweenStatements_SelectorOption {
8443
+ selector: string;
8444
+ } // ----- @stylistic/quote-props -----
8392
8445
  type StylisticQuoteProps = ([] | [("always" | "as-needed" | "consistent" | "consistent-as-needed")] | [] | [("always" | "as-needed" | "consistent" | "consistent-as-needed")] | [("always" | "as-needed" | "consistent" | "consistent-as-needed"), {
8393
8446
  keywords?: boolean;
8394
8447
  unnecessary?: boolean;
@@ -9162,7 +9215,10 @@ type TypescriptEslintNoUseBeforeDefine = [] | [("nofunc" | {
9162
9215
  ignoreTypeReferences?: boolean;
9163
9216
  typedefs?: boolean;
9164
9217
  variables?: boolean;
9165
- })]; // ----- @typescript-eslint/no-var-requires -----
9218
+ })]; // ----- @typescript-eslint/no-useless-default-assignment -----
9219
+ type TypescriptEslintNoUselessDefaultAssignment = [] | [{
9220
+ allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing?: boolean;
9221
+ }]; // ----- @typescript-eslint/no-var-requires -----
9166
9222
  type TypescriptEslintNoVarRequires = [] | [{
9167
9223
  allow?: string[];
9168
9224
  }]; // ----- @typescript-eslint/only-throw-error -----
@@ -9376,6 +9432,7 @@ type AntfuConsistentListNewline = [] | [{
9376
9432
  ExportNamedDeclaration?: boolean;
9377
9433
  FunctionDeclaration?: boolean;
9378
9434
  FunctionExpression?: boolean;
9435
+ IfStatement?: boolean;
9379
9436
  ImportDeclaration?: boolean;
9380
9437
  JSONArrayExpression?: boolean;
9381
9438
  JSONObjectExpression?: boolean;
@@ -9530,9 +9587,12 @@ type FormatDprint = [] | [{
9530
9587
  };
9531
9588
  plugins?: unknown[];
9532
9589
  [k: string]: unknown | undefined;
9590
+ }]; // ----- format/oxfmt -----
9591
+ type FormatOxfmt = [] | [{
9592
+ [k: string]: unknown | undefined;
9533
9593
  }]; // ----- format/prettier -----
9534
9594
  type FormatPrettier = [] | [{
9535
- parser?: string;
9595
+ parser: string;
9536
9596
  [k: string]: unknown | undefined;
9537
9597
  }]; // ----- func-call-spacing -----
9538
9598
  type FuncCallSpacing = ([] | ["never"] | [] | ["always"] | ["always", {
@@ -10111,6 +10171,7 @@ type JsdocTagLines = [] | [("always" | "any" | "never")] | [("always" | "any" |
10111
10171
  endLines?: (number | null);
10112
10172
  maxBlockLines?: (number | null);
10113
10173
  startLines?: (number | null);
10174
+ startLinesWithNoTags?: number;
10114
10175
  tags?: {
10115
10176
  [k: string]: {
10116
10177
  count?: number;
@@ -10321,6 +10382,7 @@ type JsoncObjectCurlyNewline = [] | [((("always" | "never") | {
10321
10382
  type JsoncObjectCurlySpacing = [] | [("always" | "never")] | [("always" | "never"), {
10322
10383
  arraysInObjects?: boolean;
10323
10384
  objectsInObjects?: boolean;
10385
+ emptyObjects?: ("ignore" | "always" | "never");
10324
10386
  }]; // ----- jsonc/object-property-newline -----
10325
10387
  type JsoncObjectPropertyNewline = [] | [{
10326
10388
  allowAllPropertiesOnSameLine?: boolean;
@@ -10930,6 +10992,7 @@ type MaxParams = [] | [(number | {
10930
10992
  maximum?: number;
10931
10993
  max?: number;
10932
10994
  countVoidThis?: boolean;
10995
+ countThis?: ("never" | "except-void" | "always");
10933
10996
  })]; // ----- max-statements -----
10934
10997
  type MaxStatements = [] | [(number | {
10935
10998
  maximum?: number;
@@ -11155,10 +11218,12 @@ type NNoUnsupportedFeaturesNodeBuiltins = [] | [{
11155
11218
  ignores?: ("__filename" | "__dirname" | "require" | "require.cache" | "require.extensions" | "require.main" | "require.resolve" | "require.resolve.paths" | "module" | "module.children" | "module.exports" | "module.filename" | "module.id" | "module.isPreloading" | "module.loaded" | "module.parent" | "module.path" | "module.paths" | "module.require" | "exports" | "AbortController" | "AbortSignal" | "AbortSignal.abort" | "AbortSignal.timeout" | "AbortSignal.any" | "DOMException" | "FormData" | "Headers" | "MessageEvent" | "Navigator" | "Request" | "Response" | "WebAssembly" | "WebSocket" | "fetch" | "global" | "queueMicrotask" | "navigator" | "navigator.hardwareConcurrency" | "navigator.language" | "navigator.languages" | "navigator.platform" | "navigator.userAgent" | "structuredClone" | "localStorage" | "sessionStorage" | "Storage" | "Blob" | "new Buffer()" | "Buffer" | "Buffer.alloc" | "Buffer.allocUnsafe" | "Buffer.allocUnsafeSlow" | "Buffer.byteLength" | "Buffer.compare" | "Buffer.concat" | "Buffer.copyBytesFrom" | "Buffer.from" | "Buffer.isBuffer" | "Buffer.isEncoding" | "File" | "atob" | "btoa" | "console" | "console.profile" | "console.profileEnd" | "console.timeStamp" | "console.Console" | "console.assert" | "console.clear" | "console.count" | "console.countReset" | "console.debug" | "console.dir" | "console.dirxml" | "console.error" | "console.group" | "console.groupCollapsed" | "console.groupEnd" | "console.info" | "console.log" | "console.table" | "console.time" | "console.timeEnd" | "console.timeLog" | "console.trace" | "console.warn" | "crypto" | "crypto.subtle" | "crypto.subtle.decrypt" | "crypto.subtle.deriveBits" | "crypto.subtle.deriveKey" | "crypto.subtle.digest" | "crypto.subtle.encrypt" | "crypto.subtle.exportKey" | "crypto.subtle.generateKey" | "crypto.subtle.importKey" | "crypto.subtle.sign" | "crypto.subtle.unwrapKey" | "crypto.subtle.verify" | "crypto.subtle.wrapKey" | "crypto.getRandomValues" | "crypto.randomUUID" | "Crypto" | "CryptoKey" | "SubtleCrypto" | "CloseEvent" | "CustomEvent" | "Event" | "EventSource" | "EventTarget" | "PerformanceEntry" | "PerformanceMark" | "PerformanceMeasure" | "PerformanceObserver" | "PerformanceObserverEntryList" | "PerformanceResourceTiming" | "performance" | "performance.clearMarks" | "performance.clearMeasures" | "performance.clearResourceTimings" | "performance.eventLoopUtilization" | "performance.getEntries" | "performance.getEntriesByName" | "performance.getEntriesByType" | "performance.mark" | "performance.markResourceTiming" | "performance.measure" | "performance.nodeTiming" | "performance.nodeTiming.bootstrapComplete" | "performance.nodeTiming.environment" | "performance.nodeTiming.idleTime" | "performance.nodeTiming.loopExit" | "performance.nodeTiming.loopStart" | "performance.nodeTiming.nodeStart" | "performance.nodeTiming.uvMetricsInfo" | "performance.nodeTiming.v8Start" | "performance.now" | "performance.onresourcetimingbufferfull" | "performance.setResourceTimingBufferSize" | "performance.timeOrigin" | "performance.timerify" | "performance.toJSON" | "process" | "process.allowedNodeEnvironmentFlags" | "process.availableMemory" | "process.arch" | "process.argv" | "process.argv0" | "process.channel" | "process.config" | "process.connected" | "process.debugPort" | "process.env" | "process.execArgv" | "process.execPath" | "process.execve" | "process.exitCode" | "process.features.cached_builtins" | "process.features.debug" | "process.features.inspector" | "process.features.ipv6" | "process.features.require_module" | "process.features.tls" | "process.features.tls_alpn" | "process.features.tls_ocsp" | "process.features.tls_sni" | "process.features.typescript" | "process.features.uv" | "process.finalization.register" | "process.finalization.registerBeforeExit" | "process.finalization.unregister" | "process.getBuiltinModule" | "process.mainModule" | "process.noDeprecation" | "process.permission" | "process.pid" | "process.platform" | "process.ppid" | "process.ref" | "process.release" | "process.report" | "process.report.excludeEnv" | "process.sourceMapsEnabled" | "process.stdin" | "process.stdin.isRaw" | "process.stdin.isTTY" | "process.stdin.setRawMode" | "process.stdout" | "process.stdout.clearLine" | "process.stdout.clearScreenDown" | "process.stdout.columns" | "process.stdout.cursorTo" | "process.stdout.getColorDepth" | "process.stdout.getWindowSize" | "process.stdout.hasColors" | "process.stdout.isTTY" | "process.stdout.moveCursor" | "process.stdout.rows" | "process.stderr" | "process.stderr.clearLine" | "process.stderr.clearScreenDown" | "process.stderr.columns" | "process.stderr.cursorTo" | "process.stderr.getColorDepth" | "process.stderr.getWindowSize" | "process.stderr.hasColors" | "process.stderr.isTTY" | "process.stderr.moveCursor" | "process.stderr.rows" | "process.threadCpuUsage" | "process.throwDeprecation" | "process.title" | "process.traceDeprecation" | "process.version" | "process.versions" | "process.abort" | "process.chdir" | "process.constrainedMemory" | "process.cpuUsage" | "process.cwd" | "process.disconnect" | "process.dlopen" | "process.emitWarning" | "process.exit" | "process.getActiveResourcesInfo" | "process.getegid" | "process.geteuid" | "process.getgid" | "process.getgroups" | "process.getuid" | "process.hasUncaughtExceptionCaptureCallback" | "process.hrtime" | "process.hrtime.bigint" | "process.initgroups" | "process.kill" | "process.loadEnvFile" | "process.memoryUsage" | "process.rss" | "process.nextTick" | "process.resourceUsage" | "process.send" | "process.setegid" | "process.seteuid" | "process.setgid" | "process.setgroups" | "process.setuid" | "process.setSourceMapsEnabled" | "process.setUncaughtExceptionCaptureCallback" | "process.umask" | "process.unref" | "process.uptime" | "ReadableStream" | "ReadableStream.from" | "ReadableStreamDefaultReader" | "ReadableStreamBYOBReader" | "ReadableStreamDefaultController" | "ReadableByteStreamController" | "ReadableStreamBYOBRequest" | "WritableStream" | "WritableStreamDefaultWriter" | "WritableStreamDefaultController" | "TransformStream" | "TransformStreamDefaultController" | "ByteLengthQueuingStrategy" | "CountQueuingStrategy" | "TextEncoderStream" | "TextDecoderStream" | "CompressionStream" | "DecompressionStream" | "setInterval" | "clearInterval" | "setTimeout" | "clearTimeout" | "setImmediate" | "clearImmediate" | "URL" | "URL.canParse" | "URL.createObjectURL" | "URL.revokeObjectURL" | "URLSearchParams" | "TextDecoder" | "TextEncoder" | "BroadcastChannel" | "MessageChannel" | "MessagePort" | "assert" | "assert.Assert" | "assert.assert" | "assert.deepEqual" | "assert.deepStrictEqual" | "assert.doesNotMatch" | "assert.doesNotReject" | "assert.doesNotThrow" | "assert.equal" | "assert.fail" | "assert.ifError" | "assert.match" | "assert.notDeepEqual" | "assert.notDeepStrictEqual" | "assert.notEqual" | "assert.notStrictEqual" | "assert.ok" | "assert.partialDeepStrictEqual" | "assert.rejects" | "assert.strictEqual" | "assert.throws" | "assert.CallTracker" | "assert.strict" | "assert.strict.Assert" | "assert.strict.assert" | "assert.strict.deepEqual" | "assert.strict.deepStrictEqual" | "assert.strict.doesNotMatch" | "assert.strict.doesNotReject" | "assert.strict.doesNotThrow" | "assert.strict.equal" | "assert.strict.fail" | "assert.strict.ifError" | "assert.strict.match" | "assert.strict.notDeepEqual" | "assert.strict.notDeepStrictEqual" | "assert.strict.notEqual" | "assert.strict.notStrictEqual" | "assert.strict.ok" | "assert.strict.partialDeepStrictEqual" | "assert.strict.rejects" | "assert.strict.strictEqual" | "assert.strict.throws" | "assert.strict.CallTracker" | "assert/strict" | "assert/strict.Assert" | "assert/strict.assert" | "assert/strict.deepEqual" | "assert/strict.deepStrictEqual" | "assert/strict.doesNotMatch" | "assert/strict.doesNotReject" | "assert/strict.doesNotThrow" | "assert/strict.equal" | "assert/strict.fail" | "assert/strict.ifError" | "assert/strict.match" | "assert/strict.notDeepEqual" | "assert/strict.notDeepStrictEqual" | "assert/strict.notEqual" | "assert/strict.notStrictEqual" | "assert/strict.ok" | "assert/strict.partialDeepStrictEqual" | "assert/strict.rejects" | "assert/strict.strictEqual" | "assert/strict.throws" | "assert/strict.CallTracker" | "async_hooks" | "async_hooks.createHook" | "async_hooks.executionAsyncResource" | "async_hooks.executionAsyncId" | "async_hooks.triggerAsyncId" | "async_hooks.AsyncLocalStorage" | "async_hooks.AsyncLocalStorage.bind" | "async_hooks.AsyncLocalStorage.snapshot" | "async_hooks.AsyncResource" | "async_hooks.AsyncResource.bind" | "buffer" | "buffer.constants" | "buffer.INSPECT_MAX_BYTES" | "buffer.kMaxLength" | "buffer.kStringMaxLength" | "buffer.atob" | "buffer.btoa" | "buffer.isAscii" | "buffer.isUtf8" | "buffer.resolveObjectURL" | "buffer.transcode" | "buffer.SlowBuffer" | "buffer.Blob" | "new buffer.Buffer()" | "buffer.Buffer" | "buffer.Buffer.alloc" | "buffer.Buffer.allocUnsafe" | "buffer.Buffer.allocUnsafeSlow" | "buffer.Buffer.byteLength" | "buffer.Buffer.compare" | "buffer.Buffer.concat" | "buffer.Buffer.copyBytesFrom" | "buffer.Buffer.from" | "buffer.Buffer.isBuffer" | "buffer.Buffer.isEncoding" | "buffer.File" | "child_process" | "child_process.exec" | "child_process.execFile" | "child_process.fork" | "child_process.spawn" | "child_process.execFileSync" | "child_process.execSync" | "child_process.spawnSync" | "child_process.ChildProcess" | "cluster" | "cluster.isMaster" | "cluster.isPrimary" | "cluster.isWorker" | "cluster.schedulingPolicy" | "cluster.settings" | "cluster.worker" | "cluster.workers" | "cluster.disconnect" | "cluster.fork" | "cluster.setupMaster" | "cluster.setupPrimary" | "cluster.Worker" | "crypto.constants" | "crypto.fips" | "crypto.webcrypto" | "crypto.webcrypto.subtle" | "crypto.webcrypto.subtle.decrypt" | "crypto.webcrypto.subtle.deriveBits" | "crypto.webcrypto.subtle.deriveKey" | "crypto.webcrypto.subtle.digest" | "crypto.webcrypto.subtle.encrypt" | "crypto.webcrypto.subtle.exportKey" | "crypto.webcrypto.subtle.generateKey" | "crypto.webcrypto.subtle.importKey" | "crypto.webcrypto.subtle.sign" | "crypto.webcrypto.subtle.unwrapKey" | "crypto.webcrypto.subtle.verify" | "crypto.webcrypto.subtle.wrapKey" | "crypto.webcrypto.getRandomValues" | "crypto.webcrypto.randomUUID" | "crypto.checkPrime" | "crypto.checkPrimeSync" | "crypto.createCipher" | "crypto.createCipheriv" | "crypto.createDecipher" | "crypto.createDecipheriv" | "crypto.createDiffieHellman" | "crypto.createDiffieHellmanGroup" | "crypto.createECDH" | "crypto.createHash" | "crypto.createHmac" | "crypto.createPrivateKey" | "crypto.createPublicKey" | "crypto.createSecretKey" | "crypto.createSign" | "crypto.createVerify" | "crypto.diffieHellman" | "crypto.generateKey" | "crypto.generateKeyPair" | "crypto.generateKeyPairSync" | "crypto.generateKeySync" | "crypto.generatePrime" | "crypto.generatePrimeSync" | "crypto.getCipherInfo" | "crypto.getCiphers" | "crypto.getCurves" | "crypto.getDiffieHellman" | "crypto.getFips" | "crypto.getHashes" | "crypto.hash" | "crypto.hkdf" | "crypto.hkdfSync" | "crypto.pbkdf2" | "crypto.pbkdf2Sync" | "crypto.privateDecrypt" | "crypto.privateEncrypt" | "crypto.publicDecrypt" | "crypto.publicEncrypt" | "crypto.randomBytes" | "crypto.randomFillSync" | "crypto.randomFill" | "crypto.randomInt" | "crypto.scrypt" | "crypto.scryptSync" | "crypto.secureHeapUsed" | "crypto.setEngine" | "crypto.setFips" | "crypto.sign" | "crypto.timingSafeEqual" | "crypto.verify" | "crypto.Certificate" | "crypto.Certificate.exportChallenge" | "crypto.Certificate.exportPublicKey" | "crypto.Certificate.verifySpkac" | "crypto.Cipher" | "crypto.Decipher" | "crypto.DiffieHellman" | "crypto.DiffieHellmanGroup" | "crypto.ECDH" | "crypto.ECDH.convertKey" | "crypto.Hash()" | "new crypto.Hash()" | "crypto.Hash" | "crypto.Hmac()" | "new crypto.Hmac()" | "crypto.Hmac" | "crypto.KeyObject" | "crypto.KeyObject.from" | "crypto.Sign" | "crypto.Verify" | "crypto.X509Certificate" | "dgram" | "dgram.createSocket" | "dgram.Socket" | "diagnostics_channel" | "diagnostics_channel.hasSubscribers" | "diagnostics_channel.channel" | "diagnostics_channel.subscribe" | "diagnostics_channel.unsubscribe" | "diagnostics_channel.tracingChannel" | "diagnostics_channel.Channel" | "diagnostics_channel.TracingChannel" | "dns" | "dns.Resolver" | "dns.getServers" | "dns.lookup" | "dns.lookupService" | "dns.resolve" | "dns.resolve4" | "dns.resolve6" | "dns.resolveAny" | "dns.resolveCname" | "dns.resolveCaa" | "dns.resolveMx" | "dns.resolveNaptr" | "dns.resolveNs" | "dns.resolvePtr" | "dns.resolveSoa" | "dns.resolveSrv" | "dns.resolveTlsa" | "dns.resolveTxt" | "dns.reverse" | "dns.setDefaultResultOrder" | "dns.getDefaultResultOrder" | "dns.setServers" | "dns.promises" | "dns.promises.Resolver" | "dns.promises.cancel" | "dns.promises.getServers" | "dns.promises.lookup" | "dns.promises.lookupService" | "dns.promises.resolve" | "dns.promises.resolve4" | "dns.promises.resolve6" | "dns.promises.resolveAny" | "dns.promises.resolveCaa" | "dns.promises.resolveCname" | "dns.promises.resolveMx" | "dns.promises.resolveNaptr" | "dns.promises.resolveNs" | "dns.promises.resolvePtr" | "dns.promises.resolveSoa" | "dns.promises.resolveSrv" | "dns.promises.resolveTlsa" | "dns.promises.resolveTxt" | "dns.promises.reverse" | "dns.promises.setDefaultResultOrder" | "dns.promises.getDefaultResultOrder" | "dns.promises.setServers" | "dns/promises" | "dns/promises.Resolver" | "dns/promises.cancel" | "dns/promises.getServers" | "dns/promises.lookup" | "dns/promises.lookupService" | "dns/promises.resolve" | "dns/promises.resolve4" | "dns/promises.resolve6" | "dns/promises.resolveAny" | "dns/promises.resolveCaa" | "dns/promises.resolveCname" | "dns/promises.resolveMx" | "dns/promises.resolveNaptr" | "dns/promises.resolveNs" | "dns/promises.resolvePtr" | "dns/promises.resolveSoa" | "dns/promises.resolveSrv" | "dns/promises.resolveTlsa" | "dns/promises.resolveTxt" | "dns/promises.reverse" | "dns/promises.setDefaultResultOrder" | "dns/promises.getDefaultResultOrder" | "dns/promises.setServers" | "domain" | "domain.create" | "domain.Domain" | "events" | "events.Event" | "events.EventTarget" | "events.CustomEvent" | "events.NodeEventTarget" | "events.EventEmitter" | "events.EventEmitter.defaultMaxListeners" | "events.EventEmitter.errorMonitor" | "events.EventEmitter.captureRejections" | "events.EventEmitter.captureRejectionSymbol" | "events.EventEmitter.getEventListeners" | "events.EventEmitter.getMaxListeners" | "events.EventEmitter.once" | "events.EventEmitter.listenerCount" | "events.EventEmitter.on" | "events.EventEmitter.setMaxListeners" | "events.EventEmitter.addAbortListener" | "events.EventEmitterAsyncResource" | "events.EventEmitterAsyncResource.defaultMaxListeners" | "events.EventEmitterAsyncResource.errorMonitor" | "events.EventEmitterAsyncResource.captureRejections" | "events.EventEmitterAsyncResource.captureRejectionSymbol" | "events.EventEmitterAsyncResource.getEventListeners" | "events.EventEmitterAsyncResource.getMaxListeners" | "events.EventEmitterAsyncResource.once" | "events.EventEmitterAsyncResource.listenerCount" | "events.EventEmitterAsyncResource.on" | "events.EventEmitterAsyncResource.setMaxListeners" | "events.EventEmitterAsyncResource.addAbortListener" | "events.defaultMaxListeners" | "events.errorMonitor" | "events.captureRejections" | "events.captureRejectionSymbol" | "events.getEventListeners" | "events.getMaxListeners" | "events.once" | "events.listenerCount" | "events.on" | "events.setMaxListeners" | "events.addAbortListener" | "fs" | "fs.promises" | "fs.promises.FileHandle" | "fs.promises.access" | "fs.promises.appendFile" | "fs.promises.chmod" | "fs.promises.chown" | "fs.promises.constants" | "fs.promises.copyFile" | "fs.promises.cp" | "fs.promises.glob" | "fs.promises.lchmod" | "fs.promises.lchown" | "fs.promises.link" | "fs.promises.lstat" | "fs.promises.lutimes" | "fs.promises.mkdir" | "fs.promises.mkdtemp" | "fs.promises.open" | "fs.promises.opendir" | "fs.promises.readFile" | "fs.promises.readdir" | "fs.promises.readlink" | "fs.promises.realpath" | "fs.promises.rename" | "fs.promises.rm" | "fs.promises.rmdir" | "fs.promises.stat" | "fs.promises.statfs" | "fs.promises.symlink" | "fs.promises.truncate" | "fs.promises.unlink" | "fs.promises.utimes" | "fs.promises.watch" | "fs.promises.writeFile" | "fs.access" | "fs.appendFile" | "fs.chmod" | "fs.chown" | "fs.close" | "fs.copyFile" | "fs.cp" | "fs.createReadStream" | "fs.createWriteStream" | "fs.exists" | "fs.fchmod" | "fs.fchown" | "fs.fdatasync" | "fs.fstat" | "fs.fsync" | "fs.ftruncate" | "fs.futimes" | "fs.glob" | "fs.lchmod" | "fs.lchown" | "fs.link" | "fs.lstat" | "fs.lutimes" | "fs.mkdir" | "fs.mkdtemp" | "fs.native" | "fs.open" | "fs.openAsBlob" | "fs.opendir" | "fs.read" | "fs.readdir" | "fs.readFile" | "fs.readlink" | "fs.readv" | "fs.realpath" | "fs.realpath.native" | "fs.rename" | "fs.rm" | "fs.rmdir" | "fs.stat" | "fs.statfs" | "fs.symlink" | "fs.truncate" | "fs.unlink" | "fs.unwatchFile" | "fs.utimes" | "fs.watch" | "fs.watchFile" | "fs.write" | "fs.writeFile" | "fs.writev" | "fs.accessSync" | "fs.appendFileSync" | "fs.chmodSync" | "fs.chownSync" | "fs.closeSync" | "fs.copyFileSync" | "fs.cpSync" | "fs.existsSync" | "fs.fchmodSync" | "fs.fchownSync" | "fs.fdatasyncSync" | "fs.fstatSync" | "fs.fsyncSync" | "fs.ftruncateSync" | "fs.futimesSync" | "fs.globSync" | "fs.lchmodSync" | "fs.lchownSync" | "fs.linkSync" | "fs.lstatSync" | "fs.lutimesSync" | "fs.mkdirSync" | "fs.mkdtempSync" | "fs.opendirSync" | "fs.openSync" | "fs.readdirSync" | "fs.readFileSync" | "fs.readlinkSync" | "fs.readSync" | "fs.readvSync" | "fs.realpathSync" | "fs.realpathSync.native" | "fs.renameSync" | "fs.rmdirSync" | "fs.rmSync" | "fs.statfsSync" | "fs.statSync" | "fs.symlinkSync" | "fs.truncateSync" | "fs.unlinkSync" | "fs.utimesSync" | "fs.writeFileSync" | "fs.writeSync" | "fs.writevSync" | "fs.constants" | "fs.Dir" | "fs.Dirent" | "fs.FSWatcher" | "fs.StatWatcher" | "fs.ReadStream" | "fs.Stats()" | "new fs.Stats()" | "fs.Stats" | "fs.StatFs" | "fs.WriteStream" | "fs.common_objects" | "fs/promises" | "fs/promises.FileHandle" | "fs/promises.access" | "fs/promises.appendFile" | "fs/promises.chmod" | "fs/promises.chown" | "fs/promises.constants" | "fs/promises.copyFile" | "fs/promises.cp" | "fs/promises.glob" | "fs/promises.lchmod" | "fs/promises.lchown" | "fs/promises.link" | "fs/promises.lstat" | "fs/promises.lutimes" | "fs/promises.mkdir" | "fs/promises.mkdtemp" | "fs/promises.open" | "fs/promises.opendir" | "fs/promises.readFile" | "fs/promises.readdir" | "fs/promises.readlink" | "fs/promises.realpath" | "fs/promises.rename" | "fs/promises.rm" | "fs/promises.rmdir" | "fs/promises.stat" | "fs/promises.statfs" | "fs/promises.symlink" | "fs/promises.truncate" | "fs/promises.unlink" | "fs/promises.utimes" | "fs/promises.watch" | "fs/promises.writeFile" | "http2" | "http2.constants" | "http2.sensitiveHeaders" | "http2.createServer" | "http2.createSecureServer" | "http2.connect" | "http2.getDefaultSettings" | "http2.getPackedSettings" | "http2.getUnpackedSettings" | "http2.performServerHandshake" | "http2.Http2Session" | "http2.ServerHttp2Session" | "http2.ClientHttp2Session" | "http2.Http2Stream" | "http2.ClientHttp2Stream" | "http2.ServerHttp2Stream" | "http2.Http2Server" | "http2.Http2SecureServer" | "http2.Http2ServerRequest" | "http2.Http2ServerResponse" | "http" | "http.METHODS" | "http.STATUS_CODES" | "http.globalAgent" | "http.maxHeaderSize" | "http.createServer" | "http.get" | "http.request" | "http.validateHeaderName" | "http.validateHeaderValue" | "http.setMaxIdleHTTPParsers" | "http.Agent" | "http.ClientRequest" | "http.Server" | "http.ServerResponse" | "http.IncomingMessage" | "http.OutgoingMessage" | "http.WebSocket" | "_http_agent" | "_http_client" | "_http_common" | "_http_incoming" | "_http_outgoing" | "_http_server" | "https" | "https.globalAgent" | "https.createServer" | "https.get" | "https.request" | "https.Agent" | "https.Server" | "inspector" | "inspector.Session" | "inspector.Network.dataReceived" | "inspector.Network.dataSent" | "inspector.Network.loadingFailed" | "inspector.Network.loadingFinished" | "inspector.Network.requestWillBeSent" | "inspector.Network.responseReceived" | "inspector.NetworkResources.put" | "inspector.console" | "inspector.close" | "inspector.open" | "inspector.url" | "inspector.waitForDebugger" | "inspector/promises" | "inspector/promises.Session" | "inspector/promises.Network.dataReceived" | "inspector/promises.Network.dataSent" | "inspector/promises.Network.loadingFailed" | "inspector/promises.Network.loadingFinished" | "inspector/promises.Network.requestWillBeSent" | "inspector/promises.Network.responseReceived" | "inspector/promises.NetworkResources.put" | "inspector/promises.console" | "inspector/promises.close" | "inspector/promises.open" | "inspector/promises.url" | "inspector/promises.waitForDebugger" | "module.builtinModules" | "module.constants.compileCacheStatus" | "module.createRequire" | "module.createRequireFromPath" | "module.enableCompileCache" | "module.findPackageJSON" | "module.flushCompileCache" | "module.getCompileCacheDir" | "module.getSourceMapsSupport" | "module.isBuiltin" | "module.registerHooks" | "module.register" | "module.setSourceMapsSupport" | "module.stripTypeScriptTypes" | "module.syncBuiltinESMExports" | "module.findSourceMap" | "module.SourceMap" | "module.Module.builtinModules" | "module.Module.createRequire" | "module.Module.createRequireFromPath" | "module.Module.enableCompileCache" | "module.Module.findPackageJSON" | "module.Module.flushCompileCache" | "module.Module.getCompileCacheDir" | "module.Module.getSourceMapsSupport" | "module.Module.isBuiltin" | "module.Module.registerHooks" | "module.Module.register" | "module.Module.setSourceMapsSupport" | "module.Module.stripTypeScriptTypes" | "module.Module.syncBuiltinESMExports" | "module.Module.findSourceMap" | "module.Module.SourceMap" | "net" | "net.connect" | "net.createConnection" | "net.createServer" | "net.getDefaultAutoSelectFamily" | "net.setDefaultAutoSelectFamily" | "net.getDefaultAutoSelectFamilyAttemptTimeout" | "net.setDefaultAutoSelectFamilyAttemptTimeout" | "net.isIP" | "net.isIPv4" | "net.isIPv6" | "net.BlockList" | "net.BlockList.isBlockList" | "net.SocketAddress" | "net.SocketAddress.parse" | "net.Server" | "net.Socket" | "os" | "os.EOL" | "os.constants" | "os.constants.priority" | "os.devNull" | "os.availableParallelism" | "os.arch" | "os.cpus" | "os.endianness" | "os.freemem" | "os.getPriority" | "os.homedir" | "os.hostname" | "os.loadavg" | "os.machine" | "os.networkInterfaces" | "os.platform" | "os.release" | "os.setPriority" | "os.tmpdir" | "os.totalmem" | "os.type" | "os.uptime" | "os.userInfo" | "os.version" | "path" | "path.posix" | "path.posix.delimiter" | "path.posix.sep" | "path.posix.basename" | "path.posix.dirname" | "path.posix.extname" | "path.posix.format" | "path.posix.matchesGlob" | "path.posix.isAbsolute" | "path.posix.join" | "path.posix.normalize" | "path.posix.parse" | "path.posix.relative" | "path.posix.resolve" | "path.posix.toNamespacedPath" | "path.win32" | "path.win32.delimiter" | "path.win32.sep" | "path.win32.basename" | "path.win32.dirname" | "path.win32.extname" | "path.win32.format" | "path.win32.matchesGlob" | "path.win32.isAbsolute" | "path.win32.join" | "path.win32.normalize" | "path.win32.parse" | "path.win32.relative" | "path.win32.resolve" | "path.win32.toNamespacedPath" | "path.delimiter" | "path.sep" | "path.basename" | "path.dirname" | "path.extname" | "path.format" | "path.matchesGlob" | "path.isAbsolute" | "path.join" | "path.normalize" | "path.parse" | "path.relative" | "path.resolve" | "path.toNamespacedPath" | "path/posix" | "path/posix.delimiter" | "path/posix.sep" | "path/posix.basename" | "path/posix.dirname" | "path/posix.extname" | "path/posix.format" | "path/posix.matchesGlob" | "path/posix.isAbsolute" | "path/posix.join" | "path/posix.normalize" | "path/posix.parse" | "path/posix.relative" | "path/posix.resolve" | "path/posix.toNamespacedPath" | "path/win32" | "path/win32.delimiter" | "path/win32.sep" | "path/win32.basename" | "path/win32.dirname" | "path/win32.extname" | "path/win32.format" | "path/win32.matchesGlob" | "path/win32.isAbsolute" | "path/win32.join" | "path/win32.normalize" | "path/win32.parse" | "path/win32.relative" | "path/win32.resolve" | "path/win32.toNamespacedPath" | "perf_hooks" | "perf_hooks.performance" | "perf_hooks.performance.clearMarks" | "perf_hooks.performance.clearMeasures" | "perf_hooks.performance.clearResourceTimings" | "perf_hooks.performance.eventLoopUtilization" | "perf_hooks.performance.getEntries" | "perf_hooks.performance.getEntriesByName" | "perf_hooks.performance.getEntriesByType" | "perf_hooks.performance.mark" | "perf_hooks.performance.markResourceTiming" | "perf_hooks.performance.measure" | "perf_hooks.performance.nodeTiming" | "perf_hooks.performance.nodeTiming.bootstrapComplete" | "perf_hooks.performance.nodeTiming.environment" | "perf_hooks.performance.nodeTiming.idleTime" | "perf_hooks.performance.nodeTiming.loopExit" | "perf_hooks.performance.nodeTiming.loopStart" | "perf_hooks.performance.nodeTiming.nodeStart" | "perf_hooks.performance.nodeTiming.uvMetricsInfo" | "perf_hooks.performance.nodeTiming.v8Start" | "perf_hooks.performance.now" | "perf_hooks.performance.onresourcetimingbufferfull" | "perf_hooks.performance.setResourceTimingBufferSize" | "perf_hooks.performance.timeOrigin" | "perf_hooks.performance.timerify" | "perf_hooks.performance.toJSON" | "perf_hooks.createHistogram" | "perf_hooks.monitorEventLoopDelay" | "perf_hooks.PerformanceEntry" | "perf_hooks.PerformanceMark" | "perf_hooks.PerformanceMeasure" | "perf_hooks.PerformanceNodeEntry" | "perf_hooks.PerformanceNodeTiming" | "perf_hooks.PerformanceResourceTiming" | "perf_hooks.PerformanceObserver" | "perf_hooks.PerformanceObserverEntryList" | "perf_hooks.Histogram" | "perf_hooks.IntervalHistogram" | "perf_hooks.RecordableHistogram" | "punycode" | "punycode.ucs2" | "punycode.version" | "punycode.decode" | "punycode.encode" | "punycode.toASCII" | "punycode.toUnicode" | "querystring" | "querystring.decode" | "querystring.encode" | "querystring.escape" | "querystring.parse" | "querystring.stringify" | "querystring.unescape" | "readline" | "readline.promises" | "readline.promises.createInterface" | "readline.promises.Interface" | "readline.promises.Readline" | "readline.clearLine" | "readline.clearScreenDown" | "readline.createInterface" | "readline.cursorTo" | "readline.moveCursor" | "readline.Interface" | "readline.emitKeypressEvents" | "readline.InterfaceConstructor" | "readline/promises" | "readline/promises.createInterface" | "readline/promises.Interface" | "readline/promises.Readline" | "repl" | "repl.start" | "repl.writer" | "repl.REPLServer()" | "repl.REPLServer" | "repl.REPL_MODE_MAGIC" | "repl.REPL_MODE_SLOPPY" | "repl.REPL_MODE_STRICT" | "repl.Recoverable()" | "repl.Recoverable" | "repl.builtinModules" | "sea" | "sea.isSea" | "sea.getAsset" | "sea.getAssetAsBlob" | "sea.getRawAsset" | "sea.sea.isSea" | "sea.sea.getAsset" | "sea.sea.getAssetAsBlob" | "sea.sea.getRawAsset" | "stream" | "stream.promises" | "stream.promises.pipeline" | "stream.promises.finished" | "stream.finished" | "stream.pipeline" | "stream.compose" | "stream.duplexPair" | "stream.Readable" | "stream.Readable.from" | "stream.Readable.isDisturbed" | "stream.Readable.fromWeb" | "stream.Readable.toWeb" | "stream.Writable" | "stream.Writable.fromWeb" | "stream.Writable.toWeb" | "stream.Duplex" | "stream.Duplex.from" | "stream.Duplex.fromWeb" | "stream.Duplex.toWeb" | "stream.Transform" | "stream.isErrored" | "stream.isReadable" | "stream.addAbortSignal" | "stream.getDefaultHighWaterMark" | "stream.setDefaultHighWaterMark" | "stream/promises.pipeline" | "stream/promises.finished" | "stream/web" | "stream/web.ReadableStream" | "stream/web.ReadableStream.from" | "stream/web.ReadableStreamDefaultReader" | "stream/web.ReadableStreamBYOBReader" | "stream/web.ReadableStreamDefaultController" | "stream/web.ReadableByteStreamController" | "stream/web.ReadableStreamBYOBRequest" | "stream/web.WritableStream" | "stream/web.WritableStreamDefaultWriter" | "stream/web.WritableStreamDefaultController" | "stream/web.TransformStream" | "stream/web.TransformStreamDefaultController" | "stream/web.ByteLengthQueuingStrategy" | "stream/web.CountQueuingStrategy" | "stream/web.TextEncoderStream" | "stream/web.TextDecoderStream" | "stream/web.CompressionStream" | "stream/web.DecompressionStream" | "stream/consumers" | "stream/consumers.arrayBuffer" | "stream/consumers.blob" | "stream/consumers.buffer" | "stream/consumers.json" | "stream/consumers.text" | "string_decoder" | "string_decoder.StringDecoder" | "sqlite" | "sqlite.constants" | "sqlite.constants.SQLITE_CHANGESET_OMIT" | "sqlite.constants.SQLITE_CHANGESET_REPLACE" | "sqlite.constants.SQLITE_CHANGESET_ABORT" | "sqlite.backup" | "sqlite.DatabaseSync" | "sqlite.StatementSync" | "sqlite.SQLITE_CHANGESET_OMIT" | "sqlite.SQLITE_CHANGESET_REPLACE" | "sqlite.SQLITE_CHANGESET_ABORT" | "test" | "test.after" | "test.afterEach" | "test.assert" | "test.assert.register" | "test.before" | "test.beforeEach" | "test.describe" | "test.describe.only" | "test.describe.skip" | "test.describe.todo" | "test.it" | "test.it.only" | "test.it.skip" | "test.it.todo" | "test.mock" | "test.mock.fn" | "test.mock.getter" | "test.mock.method" | "test.mock.module" | "test.mock.reset" | "test.mock.restoreAll" | "test.mock.setter" | "test.mock.timers" | "test.mock.timers.enable" | "test.mock.timers.reset" | "test.mock.timers.tick" | "test.only" | "test.run" | "test.snapshot" | "test.snapshot.setDefaultSnapshotSerializers" | "test.snapshot.setResolveSnapshotPath" | "test.skip" | "test.suite" | "test.test" | "test.test.only" | "test.test.skip" | "test.test.todo" | "test.todo" | "timers" | "timers.Immediate" | "timers.Timeout" | "timers.setImmediate" | "timers.clearImmediate" | "timers.setInterval" | "timers.clearInterval" | "timers.setTimeout" | "timers.clearTimeout" | "timers.promises" | "timers.promises.setTimeout" | "timers.promises.setImmediate" | "timers.promises.setInterval" | "timers.promises.scheduler.wait" | "timers.promises.scheduler.yield" | "timers/promises" | "timers/promises.setTimeout" | "timers/promises.setImmediate" | "timers/promises.setInterval" | "timers/promises.scheduler.wait" | "timers/promises.scheduler.yield" | "tls" | "tls.checkServerIdentity" | "tls.connect" | "tls.createSecureContext" | "tls.createSecurePair" | "tls.createServer" | "tls.CryptoStream" | "tls.DEFAULT_CIPHERS" | "tls.DEFAULT_ECDH_CURVE" | "tls.DEFAULT_MAX_VERSION" | "tls.DEFAULT_MIN_VERSION" | "tls.getCACertificates" | "tls.getCiphers" | "tls.rootCertificates" | "tls.SecureContext" | "tls.SecurePair" | "tls.Server" | "tls.setDefaultCACertificates" | "tls.TLSSocket" | "trace_events" | "trace_events.createTracing" | "trace_events.getEnabledCategories" | "tty" | "tty.isatty" | "tty.ReadStream" | "tty.WriteStream" | "url" | "url.domainToASCII" | "url.domainToUnicode" | "url.fileURLToPath" | "url.format" | "url.pathToFileURL" | "url.urlToHttpOptions" | "url.URL" | "url.URL.canParse" | "url.URL.createObjectURL" | "url.URL.revokeObjectURL" | "url.URLPattern" | "url.URLSearchParams" | "url.Url" | "util.promisify" | "util.promisify.custom" | "util.callbackify" | "util.debuglog" | "util.debug" | "util.deprecate" | "util.diff" | "util.format" | "util.formatWithOptions" | "util.getCallSite" | "util.getCallSites" | "util.getSystemErrorName" | "util.getSystemErrorMap" | "util.getSystemErrorMessage" | "util.inherits" | "util.inspect" | "util.inspect.custom" | "util.inspect.defaultOptions" | "util.inspect.replDefaults" | "util.isDeepStrictEqual" | "util.parseArgs" | "util.parseEnv" | "util.setTraceSigInt" | "util.stripVTControlCharacters" | "util.styleText" | "util.toUSVString" | "util.transferableAbortController" | "util.transferableAbortSignal" | "util.aborted" | "util.MIMEType" | "util.MIMEParams" | "util.TextDecoder" | "util.TextEncoder" | "util.types" | "util.types.isExternal" | "util.types.isDate" | "util.types.isArgumentsObject" | "util.types.isBigIntObject" | "util.types.isBooleanObject" | "util.types.isNumberObject" | "util.types.isStringObject" | "util.types.isSymbolObject" | "util.types.isNativeError" | "util.types.isRegExp" | "util.types.isAsyncFunction" | "util.types.isGeneratorFunction" | "util.types.isGeneratorObject" | "util.types.isPromise" | "util.types.isMap" | "util.types.isSet" | "util.types.isMapIterator" | "util.types.isSetIterator" | "util.types.isWeakMap" | "util.types.isWeakSet" | "util.types.isArrayBuffer" | "util.types.isDataView" | "util.types.isSharedArrayBuffer" | "util.types.isProxy" | "util.types.isModuleNamespaceObject" | "util.types.isAnyArrayBuffer" | "util.types.isBoxedPrimitive" | "util.types.isArrayBufferView" | "util.types.isTypedArray" | "util.types.isUint8Array" | "util.types.isUint8ClampedArray" | "util.types.isUint16Array" | "util.types.isUint32Array" | "util.types.isInt8Array" | "util.types.isInt16Array" | "util.types.isInt32Array" | "util.types.isFloat16Array" | "util.types.isFloat32Array" | "util.types.isFloat64Array" | "util.types.isBigInt64Array" | "util.types.isBigUint64Array" | "util.types.isKeyObject" | "util.types.isCryptoKey" | "util.types.isWebAssemblyCompiledModule" | "util._extend" | "util.isArray" | "util.isBoolean" | "util.isBuffer" | "util.isDate" | "util.isError" | "util.isFunction" | "util.isNull" | "util.isNullOrUndefined" | "util.isNumber" | "util.isObject" | "util.isPrimitive" | "util.isRegExp" | "util.isString" | "util.isSymbol" | "util.isUndefined" | "util.log" | "util" | "util/types" | "util/types.isExternal" | "util/types.isDate" | "util/types.isArgumentsObject" | "util/types.isBigIntObject" | "util/types.isBooleanObject" | "util/types.isNumberObject" | "util/types.isStringObject" | "util/types.isSymbolObject" | "util/types.isNativeError" | "util/types.isRegExp" | "util/types.isAsyncFunction" | "util/types.isGeneratorFunction" | "util/types.isGeneratorObject" | "util/types.isPromise" | "util/types.isMap" | "util/types.isSet" | "util/types.isMapIterator" | "util/types.isSetIterator" | "util/types.isWeakMap" | "util/types.isWeakSet" | "util/types.isArrayBuffer" | "util/types.isDataView" | "util/types.isSharedArrayBuffer" | "util/types.isProxy" | "util/types.isModuleNamespaceObject" | "util/types.isAnyArrayBuffer" | "util/types.isBoxedPrimitive" | "util/types.isArrayBufferView" | "util/types.isTypedArray" | "util/types.isUint8Array" | "util/types.isUint8ClampedArray" | "util/types.isUint16Array" | "util/types.isUint32Array" | "util/types.isInt8Array" | "util/types.isInt16Array" | "util/types.isInt32Array" | "util/types.isFloat16Array" | "util/types.isFloat32Array" | "util/types.isFloat64Array" | "util/types.isBigInt64Array" | "util/types.isBigUint64Array" | "util/types.isKeyObject" | "util/types.isCryptoKey" | "util/types.isWebAssemblyCompiledModule" | "v8" | "v8.serialize" | "v8.deserialize" | "v8.Serializer" | "v8.Deserializer" | "v8.DefaultSerializer" | "v8.DefaultDeserializer" | "v8.promiseHooks" | "v8.promiseHooks.onInit" | "v8.promiseHooks.onSettled" | "v8.promiseHooks.onBefore" | "v8.promiseHooks.onAfter" | "v8.promiseHooks.createHook" | "v8.startupSnapshot" | "v8.startupSnapshot.addSerializeCallback" | "v8.startupSnapshot.addDeserializeCallback" | "v8.startupSnapshot.setDeserializeMainFunction" | "v8.startupSnapshot.isBuildingSnapshot" | "v8.cachedDataVersionTag" | "v8.getHeapCodeStatistics" | "v8.getHeapSnapshot" | "v8.getHeapSpaceStatistics" | "v8.getHeapStatistics" | "v8.isStringOneByteRepresentation" | "v8.queryObjects" | "v8.setFlagsFromString" | "v8.stopCoverage" | "v8.takeCoverage" | "v8.writeHeapSnapshot" | "v8.setHeapSnapshotNearHeapLimit" | "v8.GCProfiler" | "vm.constants" | "vm.compileFunction" | "vm.createContext" | "vm.isContext" | "vm.measureMemory" | "vm.runInContext" | "vm.runInNewContext" | "vm.runInThisContext" | "vm.Script" | "vm.Module" | "vm.SourceTextModule" | "vm.SyntheticModule" | "vm" | "wasi.WASI" | "wasi" | "worker_threads" | "worker_threads.parentPort" | "worker_threads.resourceLimits" | "worker_threads.SHARE_ENV" | "worker_threads.threadId" | "worker_threads.workerData" | "worker_threads.getEnvironmentData" | "worker_threads.getHeapStatistics" | "worker_threads.markAsUncloneable" | "worker_threads.markAsUntransferable" | "worker_threads.isInternalThread" | "worker_threads.isMainThread" | "worker_threads.isMarkedAsUntransferable" | "worker_threads.moveMessagePortToContext" | "worker_threads.postMessageToThread" | "worker_threads.receiveMessageOnPort" | "worker_threads.setEnvironmentData" | "worker_threads.BroadcastChannel" | "worker_threads.MessageChannel" | "worker_threads.MessagePort" | "worker_threads.Worker" | "zlib.brotliCompress" | "zlib.brotliCompressSync" | "zlib.brotliDecompress" | "zlib.brotliDecompressSync" | "zlib.constants" | "zlib.constants.ZSTD_e_continue" | "zlib.constants.ZSTD_e_flush" | "zlib.constants.ZSTD_e_end" | "zlib.constants.ZSTD_fast" | "zlib.constants.ZSTD_dfast" | "zlib.constants.ZSTD_greedy" | "zlib.constants.ZSTD_lazy" | "zlib.constants.ZSTD_lazy2" | "zlib.constants.ZSTD_btlazy2" | "zlib.constants.ZSTD_btopt" | "zlib.constants.ZSTD_btultra" | "zlib.constants.ZSTD_btultra2" | "zlib.constants.ZSTD_c_compressionLevel" | "zlib.constants.ZSTD_c_windowLog" | "zlib.constants.ZSTD_c_hashLog" | "zlib.constants.ZSTD_c_chainLog" | "zlib.constants.ZSTD_c_searchLog" | "zlib.constants.ZSTD_c_minMatch" | "zlib.constants.ZSTD_c_targetLength" | "zlib.constants.ZSTD_c_strategy" | "zlib.constants.ZSTD_c_enableLongDistanceMatching" | "zlib.constants.ZSTD_c_ldmHashLog" | "zlib.constants.ZSTD_c_ldmMinMatch" | "zlib.constants.ZSTD_c_ldmBucketSizeLog" | "zlib.constants.ZSTD_c_ldmHashRateLog" | "zlib.constants.ZSTD_c_contentSizeFlag" | "zlib.constants.ZSTD_c_checksumFlag" | "zlib.constants.ZSTD_c_dictIDFlag" | "zlib.constants.ZSTD_c_nbWorkers" | "zlib.constants.ZSTD_c_jobSize" | "zlib.constants.ZSTD_c_overlapLog" | "zlib.constants.ZSTD_d_windowLogMax" | "zlib.constants.ZSTD_CLEVEL_DEFAULT" | "zlib.constants.ZSTD_error_no_error" | "zlib.constants.ZSTD_error_GENERIC" | "zlib.constants.ZSTD_error_prefix_unknown" | "zlib.constants.ZSTD_error_version_unsupported" | "zlib.constants.ZSTD_error_frameParameter_unsupported" | "zlib.constants.ZSTD_error_frameParameter_windowTooLarge" | "zlib.constants.ZSTD_error_corruption_detected" | "zlib.constants.ZSTD_error_checksum_wrong" | "zlib.constants.ZSTD_error_literals_headerWrong" | "zlib.constants.ZSTD_error_dictionary_corrupted" | "zlib.constants.ZSTD_error_dictionary_wrong" | "zlib.constants.ZSTD_error_dictionaryCreation_failed" | "zlib.constants.ZSTD_error_parameter_unsupported" | "zlib.constants.ZSTD_error_parameter_combination_unsupported" | "zlib.constants.ZSTD_error_parameter_outOfBound" | "zlib.constants.ZSTD_error_tableLog_tooLarge" | "zlib.constants.ZSTD_error_maxSymbolValue_tooLarge" | "zlib.constants.ZSTD_error_maxSymbolValue_tooSmall" | "zlib.constants.ZSTD_error_stabilityCondition_notRespected" | "zlib.constants.ZSTD_error_stage_wrong" | "zlib.constants.ZSTD_error_init_missing" | "zlib.constants.ZSTD_error_memory_allocation" | "zlib.constants.ZSTD_error_workSpace_tooSmall" | "zlib.constants.ZSTD_error_dstSize_tooSmall" | "zlib.constants.ZSTD_error_srcSize_wrong" | "zlib.constants.ZSTD_error_dstBuffer_null" | "zlib.constants.ZSTD_error_noForwardProgress_destFull" | "zlib.constants.ZSTD_error_noForwardProgress_inputEmpty" | "zlib.crc32" | "zlib.createBrotliCompress" | "zlib.createBrotliDecompress" | "zlib.createDeflate" | "zlib.createDeflateRaw" | "zlib.createGunzip" | "zlib.createGzip" | "zlib.createInflate" | "zlib.createInflateRaw" | "zlib.createUnzip" | "zlib.createZstdCompress" | "zlib.createZstdDecompress" | "zlib.deflate" | "zlib.deflateRaw" | "zlib.deflateRawSync" | "zlib.deflateSync" | "zlib.gunzip" | "zlib.gunzipSync" | "zlib.gzip" | "zlib.gzipSync" | "zlib.inflate" | "zlib.inflateRaw" | "zlib.inflateRawSync" | "zlib.inflateSync" | "zlib.unzip" | "zlib.unzipSync" | "zlib.zstdCompress" | "zlib.zstdCompressSync" | "zlib.zstdDecompress" | "zlib.zstdDecompressSync" | "zlib.BrotliCompress()" | "zlib.BrotliCompress" | "zlib.BrotliDecompress()" | "zlib.BrotliDecompress" | "zlib.Deflate()" | "zlib.Deflate" | "zlib.DeflateRaw()" | "zlib.DeflateRaw" | "zlib.Gunzip()" | "zlib.Gunzip" | "zlib.Gzip()" | "zlib.Gzip" | "zlib.Inflate()" | "zlib.Inflate" | "zlib.InflateRaw()" | "zlib.InflateRaw" | "zlib.Unzip()" | "zlib.Unzip" | "zlib.ZstdCompress" | "zlib.ZstdDecompress" | "zlib.ZstdOptions" | "zlib" | "import.meta.resolve" | "import.meta.dirname" | "import.meta.filename" | "import.meta.main")[];
11156
11219
  }]; // ----- n/prefer-global/buffer -----
11157
11220
  type NPreferGlobalBuffer = [] | [("always" | "never")]; // ----- n/prefer-global/console -----
11158
- type NPreferGlobalConsole = [] | [("always" | "never")]; // ----- n/prefer-global/process -----
11221
+ type NPreferGlobalConsole = [] | [("always" | "never")]; // ----- n/prefer-global/crypto -----
11222
+ type NPreferGlobalCrypto = [] | [("always" | "never")]; // ----- n/prefer-global/process -----
11159
11223
  type NPreferGlobalProcess = [] | [("always" | "never")]; // ----- n/prefer-global/text-decoder -----
11160
11224
  type NPreferGlobalTextDecoder = [] | [("always" | "never")]; // ----- n/prefer-global/text-encoder -----
11161
- type NPreferGlobalTextEncoder = [] | [("always" | "never")]; // ----- n/prefer-global/url -----
11225
+ type NPreferGlobalTextEncoder = [] | [("always" | "never")]; // ----- n/prefer-global/timers -----
11226
+ type NPreferGlobalTimers = [] | [("always" | "never")]; // ----- n/prefer-global/url -----
11162
11227
  type NPreferGlobalUrl = [] | [("always" | "never")]; // ----- n/prefer-global/url-search-params -----
11163
11228
  type NPreferGlobalUrlSearchParams = [] | [("always" | "never")]; // ----- n/prefer-node-protocol -----
11164
11229
  type NPreferNodeProtocol = [] | [{
@@ -11629,7 +11694,7 @@ type PerfectionistSortArrayIncludes = {
11629
11694
  pattern: string;
11630
11695
  flags?: string;
11631
11696
  } | string));
11632
- selector?: ("literal" | "spread");
11697
+ selector?: "literal";
11633
11698
  }, ...({
11634
11699
  elementNamePattern?: (({
11635
11700
  pattern: string;
@@ -11638,7 +11703,7 @@ type PerfectionistSortArrayIncludes = {
11638
11703
  pattern: string;
11639
11704
  flags?: string;
11640
11705
  } | string));
11641
- selector?: ("literal" | "spread");
11706
+ selector?: "literal";
11642
11707
  })[]];
11643
11708
  } | {
11644
11709
  fallbackSort?: {
@@ -11656,7 +11721,7 @@ type PerfectionistSortArrayIncludes = {
11656
11721
  pattern: string;
11657
11722
  flags?: string;
11658
11723
  } | string));
11659
- selector?: ("literal" | "spread");
11724
+ selector?: "literal";
11660
11725
  })[];
11661
11726
  newlinesInside?: (("ignore" | number) | "newlinesBetween");
11662
11727
  groups?: (string | [string, ...(string)[]] | {
@@ -11823,6 +11888,7 @@ type PerfectionistSortClasses = [] | [{
11823
11888
  order?: ("asc" | "desc");
11824
11889
  })[];
11825
11890
  newlinesBetween?: ("ignore" | number);
11891
+ useExperimentalDependencyDetection?: boolean;
11826
11892
  ignoreCallbackDependenciesPatterns?: (({
11827
11893
  pattern: string;
11828
11894
  flags?: string;
@@ -13709,7 +13775,7 @@ type PerfectionistSortSets = {
13709
13775
  pattern: string;
13710
13776
  flags?: string;
13711
13777
  } | string));
13712
- selector?: ("literal" | "spread");
13778
+ selector?: "literal";
13713
13779
  }, ...({
13714
13780
  elementNamePattern?: (({
13715
13781
  pattern: string;
@@ -13718,7 +13784,7 @@ type PerfectionistSortSets = {
13718
13784
  pattern: string;
13719
13785
  flags?: string;
13720
13786
  } | string));
13721
- selector?: ("literal" | "spread");
13787
+ selector?: "literal";
13722
13788
  })[]];
13723
13789
  } | {
13724
13790
  fallbackSort?: {
@@ -13736,7 +13802,7 @@ type PerfectionistSortSets = {
13736
13802
  pattern: string;
13737
13803
  flags?: string;
13738
13804
  } | string));
13739
- selector?: ("literal" | "spread");
13805
+ selector?: "literal";
13740
13806
  })[];
13741
13807
  newlinesInside?: (("ignore" | number) | "newlinesBetween");
13742
13808
  groups?: (string | [string, ...(string)[]] | {
@@ -14373,10 +14439,19 @@ type TomlCommaStyle = [] | [("first" | "last")] | [("first" | "last"), {
14373
14439
  type TomlIndent = [] | [("tab" | number)] | [("tab" | number), {
14374
14440
  subTables?: number;
14375
14441
  keyValuePairs?: number;
14376
- }]; // ----- toml/inline-table-curly-spacing -----
14442
+ }]; // ----- toml/inline-table-curly-newline -----
14443
+ type TomlInlineTableCurlyNewline = [] | [(("always" | "never") | {
14444
+ multiline?: boolean;
14445
+ minProperties?: number;
14446
+ consistent?: boolean;
14447
+ })]; // ----- toml/inline-table-curly-spacing -----
14377
14448
  type TomlInlineTableCurlySpacing = [] | [("always" | "never")] | [("always" | "never"), {
14378
14449
  arraysInObjects?: boolean;
14379
14450
  objectsInObjects?: boolean;
14451
+ emptyObjects?: ("ignore" | "always" | "never");
14452
+ }]; // ----- toml/inline-table-key-value-newline -----
14453
+ type TomlInlineTableKeyValueNewline = [] | [{
14454
+ allowAllPropertiesOnSameLine?: boolean;
14380
14455
  }]; // ----- toml/key-spacing -----
14381
14456
  type TomlKeySpacing = [] | [({
14382
14457
  align?: (("equal" | "value") | {
@@ -14507,7 +14582,15 @@ interface _UnicornImportStyle_ModuleStyles {
14507
14582
  }
14508
14583
  interface _UnicornImportStyle_BooleanObject {
14509
14584
  [k: string]: boolean | undefined;
14510
- } // ----- unicorn/no-array-reduce -----
14585
+ } // ----- unicorn/isolated-functions -----
14586
+ type UnicornIsolatedFunctions = [] | [{
14587
+ overrideGlobals?: {
14588
+ [k: string]: (boolean | ("readonly" | "writable" | "writeable" | "off")) | undefined;
14589
+ };
14590
+ functions?: string[];
14591
+ selectors?: string[];
14592
+ comments?: string[];
14593
+ }]; // ----- unicorn/no-array-reduce -----
14511
14594
  type UnicornNoArrayReduce = [] | [{
14512
14595
  allowSimpleOperations?: boolean;
14513
14596
  }]; // ----- unicorn/no-array-reverse -----
@@ -14716,6 +14799,7 @@ type VueAttributesOrder = [] | [{
14716
14799
  order?: (("DEFINITION" | "LIST_RENDERING" | "CONDITIONALS" | "RENDER_MODIFIERS" | "GLOBAL" | "UNIQUE" | "SLOT" | "TWO_WAY_BINDING" | "OTHER_DIRECTIVES" | "OTHER_ATTR" | "ATTR_STATIC" | "ATTR_DYNAMIC" | "ATTR_SHORTHAND_BOOL" | "EVENTS" | "CONTENT") | ("DEFINITION" | "LIST_RENDERING" | "CONDITIONALS" | "RENDER_MODIFIERS" | "GLOBAL" | "UNIQUE" | "SLOT" | "TWO_WAY_BINDING" | "OTHER_DIRECTIVES" | "OTHER_ATTR" | "ATTR_STATIC" | "ATTR_DYNAMIC" | "ATTR_SHORTHAND_BOOL" | "EVENTS" | "CONTENT")[])[];
14717
14800
  alphabetical?: boolean;
14718
14801
  sortLineLength?: boolean;
14802
+ ignoreVBindObject?: boolean;
14719
14803
  }]; // ----- vue/block-lang -----
14720
14804
  type VueBlockLang = [] | [{
14721
14805
  [k: string]: {
@@ -14788,7 +14872,7 @@ type VueDefineMacrosOrder = [] | [{
14788
14872
  }]; // ----- vue/define-props-declaration -----
14789
14873
  type VueDefinePropsDeclaration = [] | [("type-based" | "runtime")]; // ----- vue/define-props-destructuring -----
14790
14874
  type VueDefinePropsDestructuring = [] | [{
14791
- destructure?: ("always" | "never");
14875
+ destructure?: ("only-when-assigned" | "always" | "never");
14792
14876
  }]; // ----- vue/dot-location -----
14793
14877
  type VueDotLocation = [] | [("object" | "property")]; // ----- vue/dot-notation -----
14794
14878
  type VueDotNotation = [] | [{
@@ -15724,7 +15808,10 @@ type VueVSlotStyle = [] | [(("shorthand" | "longform") | {
15724
15808
  atComponent?: ("shorthand" | "longform" | "v-slot");
15725
15809
  default?: ("shorthand" | "longform" | "v-slot");
15726
15810
  named?: ("shorthand" | "longform");
15727
- })]; // ----- vue/valid-v-on -----
15811
+ })]; // ----- vue/valid-v-for -----
15812
+ type VueValidVFor = [] | [{
15813
+ allowEmptyAlias?: boolean;
15814
+ }]; // ----- vue/valid-v-on -----
15728
15815
  type VueValidVOn = [] | [{
15729
15816
  modifiers?: unknown[];
15730
15817
  }]; // ----- vue/valid-v-slot -----
@@ -15760,6 +15847,7 @@ type YamlFlowMappingCurlyNewline = [] | [(("always" | "never") | {
15760
15847
  type YamlFlowMappingCurlySpacing = [] | [("always" | "never")] | [("always" | "never"), {
15761
15848
  arraysInObjects?: boolean;
15762
15849
  objectsInObjects?: boolean;
15850
+ emptyObjects?: ("ignore" | "always" | "never");
15763
15851
  }]; // ----- yaml/flow-sequence-bracket-newline -----
15764
15852
  type YamlFlowSequenceBracketNewline = [] | [(("always" | "never" | "consistent") | {
15765
15853
  multiline?: boolean;
@@ -15930,6 +16018,6 @@ type Yoda = [] | [("always" | "never")] | [("always" | "never"), {
15930
16018
  exceptRange?: boolean;
15931
16019
  onlyEquality?: boolean;
15932
16020
  }]; // Names of all the configs
15933
- type ConfigNames = 'eienjs/gitignore' | 'eienjs/ignores' | 'eienjs/javascript/setup' | 'eienjs/javascript/rules' | 'eienjs/eslint-comments/rules' | 'eienjs/command/rules' | 'eienjs/perfectionist/setup' | 'eienjs/node/rules' | 'eienjs/jsdoc/rules' | 'eienjs/imports/rules' | 'eienjs/unicorn/rules' | 'eienjs/unicorn/special-rules' | 'eienjs/typescript/setup' | 'eienjs/typescript/parser' | 'eienjs/typescript/type-aware-parser' | 'eienjs/typescript/rules' | 'eienjs/typescript/rules-type-aware' | 'eienjs/typescript/disables' | 'eienjs/typescript/erasable-syntax-only' | 'eienjs/stylistic/rules' | 'eienjs/regexp/rules' | 'eienjs/test/setup' | 'eienjs/test/rules' | 'eienjs/vue/setup' | 'eienjs/vue/rules' | 'eienjs/vue/composables-disables' | 'eienjs/astro/setup' | 'eienjs/astro/rules' | 'eienjs/adonisjs/rules' | 'eienjs/adonisjs/inertia-rules' | 'eienjs/adonisjs/disables' | 'eienjs/adonisjs/database-disables' | 'eienjs/adonisjs/bin-disables' | 'eienjs/adonisjs/commands-disables' | 'eienjs/adonisjs/middleware-disables' | 'eienjs/adonisjs/transformers-disables' | 'eienjs/adonisjs/exceptions-disables' | 'eienjs/adonisjs/controllers-disables' | 'eienjs/adonisjs/config-disables' | 'eienjs/adonisjs/providers-disables' | 'eienjs/adonisjs/tests-disables' | 'eienjs/adonisjs/types-disables' | 'eienjs/nuxt/setup' | 'eienjs/nuxt/vue/single-root' | 'eienjs/nuxt/rules' | 'eienjs/nuxt/utils-disables' | 'eienjs/nuxt/sort-config' | 'eienjs/nuxt/vue/rules' | 'eienjs/jsonc/setup' | 'eienjs/jsonc/rules' | 'eienjs/sort/package-json' | 'eienjs/sort/tsconfig-json' | 'eienjs/pnpm/package-json' | 'eienjs/pnpm/pnpm-workspace-yaml' | 'eienjs/pnpm/pnpm-workspace-yaml-sort' | 'eienjs/yaml/setup' | 'eienjs/yaml/rules' | 'eienjs/toml/setup' | 'eienjs/toml/rules' | 'eienjs/markdown/setup' | 'eienjs/markdown/processor' | 'eienjs/markdown/parser' | 'eienjs/markdown/disables' | 'eienjs/formatter/setup' | 'eienjs/formatter/css' | 'eienjs/formatter/scss' | 'eienjs/formatter/less' | 'eienjs/formatter/html' | 'eienjs/formatter/xml' | 'eienjs/formatter/svg' | 'eienjs/formatter/markdown' | 'eienjs/formatter/astro' | 'eienjs/formatter/astro/disables' | 'eienjs/disables/scripts' | 'eienjs/disables/cli' | 'eienjs/disables/bin' | 'eienjs/disables/dts' | 'eienjs/disables/cjs' | 'eienjs/disables/config-files' | 'eienjs/disables/json' | 'eienjs/disables/yaml' | 'eienjs/disables/toml' | 'eienjs/disables/astro' | 'eienjs/disables/deploy-tools';
16021
+ type ConfigNames = 'eienjs/gitignore' | 'eienjs/ignores' | 'eienjs/javascript/setup' | 'eienjs/javascript/rules' | 'eienjs/eslint-comments/rules' | 'eienjs/command/rules' | 'eienjs/perfectionist/setup' | 'eienjs/node/setup' | 'eienjs/node/rules' | 'eienjs/jsdoc/setup' | 'eienjs/jsdoc/rules' | 'eienjs/imports/rules' | 'eienjs/unicorn/rules' | 'eienjs/unicorn/special-rules' | 'eienjs/typescript/setup' | 'eienjs/typescript/parser' | 'eienjs/typescript/type-aware-parser' | 'eienjs/typescript/rules' | 'eienjs/typescript/rules-type-aware' | 'eienjs/typescript/disables' | 'eienjs/typescript/erasable-syntax-only' | 'eienjs/stylistic/rules' | 'eienjs/regexp/rules' | 'eienjs/test/setup' | 'eienjs/test/rules' | 'eienjs/vue/setup' | 'eienjs/vue/rules' | 'eienjs/vue/composables-disables' | 'eienjs/astro/setup' | 'eienjs/astro/rules' | 'eienjs/adonisjs/rules' | 'eienjs/adonisjs/inertia-rules' | 'eienjs/adonisjs/disables' | 'eienjs/adonisjs/database-disables' | 'eienjs/adonisjs/bin-disables' | 'eienjs/adonisjs/commands-disables' | 'eienjs/adonisjs/middleware-disables' | 'eienjs/adonisjs/transformers-disables' | 'eienjs/adonisjs/exceptions-disables' | 'eienjs/adonisjs/controllers-disables' | 'eienjs/adonisjs/config-disables' | 'eienjs/adonisjs/providers-disables' | 'eienjs/adonisjs/tests-disables' | 'eienjs/adonisjs/types-disables' | 'eienjs/nuxt/setup' | 'eienjs/nuxt/vue/single-root' | 'eienjs/nuxt/rules' | 'eienjs/nuxt/utils-disables' | 'eienjs/nuxt/sort-config' | 'eienjs/nuxt/vue/rules' | 'eienjs/jsonc/setup' | 'eienjs/jsonc/rules' | 'eienjs/sort/package-json' | 'eienjs/sort/tsconfig-json' | 'eienjs/pnpm/package-json' | 'eienjs/pnpm/pnpm-workspace-yaml' | 'eienjs/pnpm/pnpm-workspace-yaml-sort' | 'eienjs/yaml/setup' | 'eienjs/yaml/rules' | 'eienjs/toml/setup' | 'eienjs/toml/rules' | 'eienjs/markdown/setup' | 'eienjs/markdown/processor' | 'eienjs/markdown/parser' | 'eienjs/markdown/rules' | 'eienjs/markdown/disables/markdown' | 'eienjs/markdown/disables/code' | 'eienjs/formatter/setup' | 'eienjs/formatter/css' | 'eienjs/formatter/scss' | 'eienjs/formatter/less' | 'eienjs/formatter/html' | 'eienjs/formatter/xml' | 'eienjs/formatter/svg' | 'eienjs/formatter/markdown' | 'eienjs/formatter/astro' | 'eienjs/formatter/astro/disables' | 'eienjs/disables/scripts' | 'eienjs/disables/cli' | 'eienjs/disables/bin' | 'eienjs/disables/dts' | 'eienjs/disables/cjs' | 'eienjs/disables/config-files' | 'eienjs/disables/json' | 'eienjs/disables/yaml' | 'eienjs/disables/toml' | 'eienjs/disables/astro' | 'eienjs/disables/deploy-tools';
15934
16022
  //#endregion
15935
16023
  export { ConfigNames, RuleOptions };