Skip to content

Rules are not found in release 1.1.1 #10

@jannisg

Description

@jannisg

With my .eslintrc.js file as follows:

module.exports = {
  extends: [
    'plugin:testing-library/react',
    'plugin:jest-dom/recommended',
  ],
}

I am getting an error (for each rule) of

error  Definition for rule 'XXX' was not found

where XXX refers to all of the rules from this plugin (prefer-checked, prefer-enable-disable, and prefer-required)


Downgrading my eslint-plugin-jest-dom to version 1.1.0 fixes this issue and linting works as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions