davidcalhoun / eslint-plugin-test-selectors

Enforces that data-test-id attributes are added to interactive DOM elements (JSX) to help with UI testing. JSX only.
28 stars 14 forks source link

Update readme #2

Closed davidcalhoun closed 5 years ago

davidcalhoun commented 5 years ago

The way this is currently implemented, this needs to be added, but it's missing from the docs:

    "extends": [
        "plugin:test-selectors/recommended"
    ],