@jimmy.codes/eslint-config 5.17.0 → 5.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +63 -63
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -3123,317 +3123,317 @@ interface RuleOptions {
3123
3123
  'jest-dom/prefer-to-have-value'?: Linter.RuleEntry<[]>
3124
3124
  /**
3125
3125
  * Enforce `test` and `it` usage conventions
3126
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/consistent-test-it.md
3126
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/consistent-test-it.md
3127
3127
  */
3128
3128
  'jest/consistent-test-it'?: Linter.RuleEntry<JestConsistentTestIt>
3129
3129
  /**
3130
3130
  * Enforce assertion to be made in a test body
3131
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/expect-expect.md
3131
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/expect-expect.md
3132
3132
  */
3133
3133
  'jest/expect-expect'?: Linter.RuleEntry<JestExpectExpect>
3134
3134
  /**
3135
3135
  * Enforces a maximum number assertion calls in a test body
3136
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/max-expects.md
3136
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/max-expects.md
3137
3137
  */
3138
3138
  'jest/max-expects'?: Linter.RuleEntry<JestMaxExpects>
3139
3139
  /**
3140
3140
  * Enforces a maximum depth to nested describe calls
3141
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/max-nested-describe.md
3141
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/max-nested-describe.md
3142
3142
  */
3143
3143
  'jest/max-nested-describe'?: Linter.RuleEntry<JestMaxNestedDescribe>
3144
3144
  /**
3145
3145
  * Disallow alias methods
3146
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-alias-methods.md
3146
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-alias-methods.md
3147
3147
  */
3148
3148
  'jest/no-alias-methods'?: Linter.RuleEntry<[]>
3149
3149
  /**
3150
3150
  * Disallow commented out tests
3151
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-commented-out-tests.md
3151
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-commented-out-tests.md
3152
3152
  */
3153
3153
  'jest/no-commented-out-tests'?: Linter.RuleEntry<[]>
3154
3154
  /**
3155
3155
  * Disallow calling `expect` conditionally
3156
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-conditional-expect.md
3156
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-conditional-expect.md
3157
3157
  */
3158
3158
  'jest/no-conditional-expect'?: Linter.RuleEntry<[]>
3159
3159
  /**
3160
3160
  * Disallow conditional logic in tests
3161
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-conditional-in-test.md
3161
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-conditional-in-test.md
3162
3162
  */
3163
3163
  'jest/no-conditional-in-test'?: Linter.RuleEntry<[]>
3164
3164
  /**
3165
3165
  * Disallow confusing usages of jest.setTimeout
3166
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-confusing-set-timeout.md
3166
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-confusing-set-timeout.md
3167
3167
  */
3168
3168
  'jest/no-confusing-set-timeout'?: Linter.RuleEntry<[]>
3169
3169
  /**
3170
3170
  * Disallow use of deprecated functions
3171
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-deprecated-functions.md
3171
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-deprecated-functions.md
3172
3172
  */
3173
3173
  'jest/no-deprecated-functions'?: Linter.RuleEntry<[]>
3174
3174
  /**
3175
3175
  * Disallow disabled tests
3176
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-disabled-tests.md
3176
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-disabled-tests.md
3177
3177
  */
3178
3178
  'jest/no-disabled-tests'?: Linter.RuleEntry<[]>
3179
3179
  /**
3180
3180
  * Disallow using a callback in asynchronous tests and hooks
3181
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-done-callback.md
3181
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-done-callback.md
3182
3182
  */
3183
3183
  'jest/no-done-callback'?: Linter.RuleEntry<[]>
3184
3184
  /**
3185
3185
  * Disallow duplicate setup and teardown hooks
3186
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-duplicate-hooks.md
3186
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-duplicate-hooks.md
3187
3187
  */
3188
3188
  'jest/no-duplicate-hooks'?: Linter.RuleEntry<[]>
3189
3189
  /**
3190
3190
  * Disallow using `exports` in files containing tests
3191
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-export.md
3191
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-export.md
3192
3192
  */
3193
3193
  'jest/no-export'?: Linter.RuleEntry<[]>
3194
3194
  /**
3195
3195
  * Disallow focused tests
3196
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-focused-tests.md
3196
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-focused-tests.md
3197
3197
  */
3198
3198
  'jest/no-focused-tests'?: Linter.RuleEntry<[]>
3199
3199
  /**
3200
3200
  * Disallow setup and teardown hooks
3201
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-hooks.md
3201
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-hooks.md
3202
3202
  */
3203
3203
  'jest/no-hooks'?: Linter.RuleEntry<JestNoHooks>
3204
3204
  /**
3205
3205
  * Disallow identical titles
3206
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-identical-title.md
3206
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-identical-title.md
3207
3207
  */
3208
3208
  'jest/no-identical-title'?: Linter.RuleEntry<[]>
3209
3209
  /**
3210
3210
  * Disallow string interpolation inside snapshots
3211
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-interpolation-in-snapshots.md
3211
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-interpolation-in-snapshots.md
3212
3212
  */
3213
3213
  'jest/no-interpolation-in-snapshots'?: Linter.RuleEntry<[]>
3214
3214
  /**
3215
3215
  * Disallow Jasmine globals
3216
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-jasmine-globals.md
3216
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-jasmine-globals.md
3217
3217
  */
3218
3218
  'jest/no-jasmine-globals'?: Linter.RuleEntry<[]>
3219
3219
  /**
3220
3220
  * Disallow large snapshots
3221
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-large-snapshots.md
3221
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-large-snapshots.md
3222
3222
  */
3223
3223
  'jest/no-large-snapshots'?: Linter.RuleEntry<JestNoLargeSnapshots>
3224
3224
  /**
3225
3225
  * Disallow manually importing from `__mocks__`
3226
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-mocks-import.md
3226
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-mocks-import.md
3227
3227
  */
3228
3228
  'jest/no-mocks-import'?: Linter.RuleEntry<[]>
3229
3229
  /**
3230
3230
  * Disallow specific `jest.` methods
3231
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-restricted-jest-methods.md
3231
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-restricted-jest-methods.md
3232
3232
  */
3233
3233
  'jest/no-restricted-jest-methods'?: Linter.RuleEntry<JestNoRestrictedJestMethods>
3234
3234
  /**
3235
3235
  * Disallow specific matchers & modifiers
3236
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-restricted-matchers.md
3236
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-restricted-matchers.md
3237
3237
  */
3238
3238
  'jest/no-restricted-matchers'?: Linter.RuleEntry<JestNoRestrictedMatchers>
3239
3239
  /**
3240
3240
  * Disallow using `expect` outside of `it` or `test` blocks
3241
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-standalone-expect.md
3241
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-standalone-expect.md
3242
3242
  */
3243
3243
  'jest/no-standalone-expect'?: Linter.RuleEntry<JestNoStandaloneExpect>
3244
3244
  /**
3245
3245
  * Require using `.only` and `.skip` over `f` and `x`
3246
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-test-prefixes.md
3246
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-test-prefixes.md
3247
3247
  */
3248
3248
  'jest/no-test-prefixes'?: Linter.RuleEntry<[]>
3249
3249
  /**
3250
3250
  * Disallow explicitly returning from tests
3251
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-test-return-statement.md
3251
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-test-return-statement.md
3252
3252
  */
3253
3253
  'jest/no-test-return-statement'?: Linter.RuleEntry<[]>
3254
3254
  /**
3255
3255
  * Disallow using `jest.mock()` factories without an explicit type parameter
3256
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/no-untyped-mock-factory.md
3256
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/no-untyped-mock-factory.md
3257
3257
  */
3258
3258
  'jest/no-untyped-mock-factory'?: Linter.RuleEntry<[]>
3259
3259
  /**
3260
3260
  * Enforce padding around `afterAll` blocks
3261
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/padding-around-after-all-blocks.md
3261
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/padding-around-after-all-blocks.md
3262
3262
  */
3263
3263
  'jest/padding-around-after-all-blocks'?: Linter.RuleEntry<[]>
3264
3264
  /**
3265
3265
  * Enforce padding around `afterEach` blocks
3266
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/padding-around-after-each-blocks.md
3266
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/padding-around-after-each-blocks.md
3267
3267
  */
3268
3268
  'jest/padding-around-after-each-blocks'?: Linter.RuleEntry<[]>
3269
3269
  /**
3270
3270
  * Enforce padding around Jest functions
3271
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/padding-around-all.md
3271
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/padding-around-all.md
3272
3272
  */
3273
3273
  'jest/padding-around-all'?: Linter.RuleEntry<[]>
3274
3274
  /**
3275
3275
  * Enforce padding around `beforeAll` blocks
3276
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/padding-around-before-all-blocks.md
3276
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/padding-around-before-all-blocks.md
3277
3277
  */
3278
3278
  'jest/padding-around-before-all-blocks'?: Linter.RuleEntry<[]>
3279
3279
  /**
3280
3280
  * Enforce padding around `beforeEach` blocks
3281
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/padding-around-before-each-blocks.md
3281
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/padding-around-before-each-blocks.md
3282
3282
  */
3283
3283
  'jest/padding-around-before-each-blocks'?: Linter.RuleEntry<[]>
3284
3284
  /**
3285
3285
  * Enforce padding around `describe` blocks
3286
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/padding-around-describe-blocks.md
3286
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/padding-around-describe-blocks.md
3287
3287
  */
3288
3288
  'jest/padding-around-describe-blocks'?: Linter.RuleEntry<[]>
3289
3289
  /**
3290
3290
  * Enforce padding around `expect` groups
3291
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/padding-around-expect-groups.md
3291
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/padding-around-expect-groups.md
3292
3292
  */
3293
3293
  'jest/padding-around-expect-groups'?: Linter.RuleEntry<[]>
3294
3294
  /**
3295
3295
  * Enforce padding around `test` and `it` blocks
3296
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/padding-around-test-blocks.md
3296
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/padding-around-test-blocks.md
3297
3297
  */
3298
3298
  'jest/padding-around-test-blocks'?: Linter.RuleEntry<[]>
3299
3299
  /**
3300
3300
  * Suggest using `toBeCalledWith()` or `toHaveBeenCalledWith()`
3301
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-called-with.md
3301
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-called-with.md
3302
3302
  */
3303
3303
  'jest/prefer-called-with'?: Linter.RuleEntry<[]>
3304
3304
  /**
3305
3305
  * Suggest using the built-in comparison matchers
3306
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-comparison-matcher.md
3306
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-comparison-matcher.md
3307
3307
  */
3308
3308
  'jest/prefer-comparison-matcher'?: Linter.RuleEntry<[]>
3309
3309
  /**
3310
3310
  * Prefer using `.each` rather than manual loops
3311
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-each.md
3311
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-each.md
3312
3312
  */
3313
3313
  'jest/prefer-each'?: Linter.RuleEntry<[]>
3314
3314
  /**
3315
3315
  * Prefer having the last statement in a test be an assertion
3316
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-ending-with-an-expect.md
3316
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-ending-with-an-expect.md
3317
3317
  */
3318
3318
  'jest/prefer-ending-with-an-expect'?: Linter.RuleEntry<JestPreferEndingWithAnExpect>
3319
3319
  /**
3320
3320
  * Suggest using the built-in equality matchers
3321
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-equality-matcher.md
3321
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-equality-matcher.md
3322
3322
  */
3323
3323
  'jest/prefer-equality-matcher'?: Linter.RuleEntry<[]>
3324
3324
  /**
3325
3325
  * Suggest using `expect.assertions()` OR `expect.hasAssertions()`
3326
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-expect-assertions.md
3326
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-expect-assertions.md
3327
3327
  */
3328
3328
  'jest/prefer-expect-assertions'?: Linter.RuleEntry<JestPreferExpectAssertions>
3329
3329
  /**
3330
3330
  * Prefer `await expect(...).resolves` over `expect(await ...)` syntax
3331
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-expect-resolves.md
3331
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-expect-resolves.md
3332
3332
  */
3333
3333
  'jest/prefer-expect-resolves'?: Linter.RuleEntry<[]>
3334
3334
  /**
3335
3335
  * Prefer having hooks in a consistent order
3336
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-hooks-in-order.md
3336
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-hooks-in-order.md
3337
3337
  */
3338
3338
  'jest/prefer-hooks-in-order'?: Linter.RuleEntry<[]>
3339
3339
  /**
3340
3340
  * Suggest having hooks before any test cases
3341
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-hooks-on-top.md
3341
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-hooks-on-top.md
3342
3342
  */
3343
3343
  'jest/prefer-hooks-on-top'?: Linter.RuleEntry<[]>
3344
3344
  /**
3345
3345
  * Prefer importing Jest globals
3346
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-importing-jest-globals.md
3346
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-importing-jest-globals.md
3347
3347
  */
3348
3348
  'jest/prefer-importing-jest-globals'?: Linter.RuleEntry<JestPreferImportingJestGlobals>
3349
3349
  /**
3350
3350
  * Prefer `jest.mocked()` over `fn as jest.Mock`
3351
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-jest-mocked.md
3351
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-jest-mocked.md
3352
3352
  */
3353
3353
  'jest/prefer-jest-mocked'?: Linter.RuleEntry<[]>
3354
3354
  /**
3355
3355
  * Enforce lowercase test names
3356
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-lowercase-title.md
3356
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-lowercase-title.md
3357
3357
  */
3358
3358
  'jest/prefer-lowercase-title'?: Linter.RuleEntry<JestPreferLowercaseTitle>
3359
3359
  /**
3360
3360
  * Prefer mock resolved/rejected shorthands for promises
3361
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-mock-promise-shorthand.md
3361
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-mock-promise-shorthand.md
3362
3362
  */
3363
3363
  'jest/prefer-mock-promise-shorthand'?: Linter.RuleEntry<[]>
3364
3364
  /**
3365
3365
  * Prefer including a hint with external snapshots
3366
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-snapshot-hint.md
3366
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-snapshot-hint.md
3367
3367
  */
3368
3368
  'jest/prefer-snapshot-hint'?: Linter.RuleEntry<JestPreferSnapshotHint>
3369
3369
  /**
3370
3370
  * Suggest using `jest.spyOn()`
3371
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-spy-on.md
3371
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-spy-on.md
3372
3372
  */
3373
3373
  'jest/prefer-spy-on'?: Linter.RuleEntry<[]>
3374
3374
  /**
3375
3375
  * Suggest using `toStrictEqual()`
3376
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-strict-equal.md
3376
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-strict-equal.md
3377
3377
  */
3378
3378
  'jest/prefer-strict-equal'?: Linter.RuleEntry<[]>
3379
3379
  /**
3380
3380
  * Suggest using `toBe()` for primitive literals
3381
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-to-be.md
3381
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-to-be.md
3382
3382
  */
3383
3383
  'jest/prefer-to-be'?: Linter.RuleEntry<[]>
3384
3384
  /**
3385
3385
  * Suggest using `toContain()`
3386
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-to-contain.md
3386
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-to-contain.md
3387
3387
  */
3388
3388
  'jest/prefer-to-contain'?: Linter.RuleEntry<[]>
3389
3389
  /**
3390
3390
  * Suggest using `toHaveLength()`
3391
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-to-have-length.md
3391
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-to-have-length.md
3392
3392
  */
3393
3393
  'jest/prefer-to-have-length'?: Linter.RuleEntry<[]>
3394
3394
  /**
3395
3395
  * Suggest using `test.todo`
3396
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/prefer-todo.md
3396
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/prefer-todo.md
3397
3397
  */
3398
3398
  'jest/prefer-todo'?: Linter.RuleEntry<[]>
3399
3399
  /**
3400
3400
  * Require setup and teardown code to be within a hook
3401
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/require-hook.md
3401
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/require-hook.md
3402
3402
  */
3403
3403
  'jest/require-hook'?: Linter.RuleEntry<JestRequireHook>
3404
3404
  /**
3405
3405
  * Require a message for `toThrow()`
3406
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/require-to-throw-message.md
3406
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/require-to-throw-message.md
3407
3407
  */
3408
3408
  'jest/require-to-throw-message'?: Linter.RuleEntry<[]>
3409
3409
  /**
3410
3410
  * Require test cases and hooks to be inside a `describe` block
3411
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/require-top-level-describe.md
3411
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/require-top-level-describe.md
3412
3412
  */
3413
3413
  'jest/require-top-level-describe'?: Linter.RuleEntry<JestRequireTopLevelDescribe>
3414
3414
  /**
3415
3415
  * Enforce unbound methods are called with their expected scope
3416
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/unbound-method.md
3416
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/unbound-method.md
3417
3417
  */
3418
3418
  'jest/unbound-method'?: Linter.RuleEntry<JestUnboundMethod>
3419
3419
  /**
3420
3420
  * Enforce valid `describe()` callback
3421
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/valid-describe-callback.md
3421
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/valid-describe-callback.md
3422
3422
  */
3423
3423
  'jest/valid-describe-callback'?: Linter.RuleEntry<[]>
3424
3424
  /**
3425
3425
  * Enforce valid `expect()` usage
3426
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/valid-expect.md
3426
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/valid-expect.md
3427
3427
  */
3428
3428
  'jest/valid-expect'?: Linter.RuleEntry<JestValidExpect>
3429
3429
  /**
3430
3430
  * Require promises that have expectations in their chain to be valid
3431
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/valid-expect-in-promise.md
3431
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/valid-expect-in-promise.md
3432
3432
  */
3433
3433
  'jest/valid-expect-in-promise'?: Linter.RuleEntry<[]>
3434
3434
  /**
3435
3435
  * Enforce valid titles
3436
- * @see https://github.com/jest-community/eslint-plugin-jest/blob/v28.14.0/docs/rules/valid-title.md
3436
+ * @see https://github.com/jest-community/eslint-plugin-jest/blob/v29.0.1/docs/rules/valid-title.md
3437
3437
  */
3438
3438
  'jest/valid-title'?: Linter.RuleEntry<JestValidTitle>
3439
3439
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmy.codes/eslint-config",
3
- "version": "5.17.0",
3
+ "version": "5.18.0",
4
4
  "description": "A simple, modern ESLint config that covers most use cases.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -47,7 +47,7 @@
47
47
  "eslint-import-resolver-typescript": "^4.4.3",
48
48
  "eslint-plugin-astro": "^1.3.1",
49
49
  "eslint-plugin-import-x": "^4.15.2",
50
- "eslint-plugin-jest": "^28.14.0",
50
+ "eslint-plugin-jest": "^29.0.1",
51
51
  "eslint-plugin-jest-dom": "^5.5.0",
52
52
  "eslint-plugin-jsdoc": "^51.0.3",
53
53
  "eslint-plugin-jsx-a11y": "^6.10.2",