Skip to content

Instantly share code, notes, and snippets.

@nottyo
Last active March 4, 2022 09:24
Show Gist options
  • Select an option

  • Save nottyo/ddc2338894d4467ceeeea0fbf4c1bd49 to your computer and use it in GitHub Desktop.

Select an option

Save nottyo/ddc2338894d4467ceeeea0fbf4c1bd49 to your computer and use it in GitHub Desktop.
eslint-plugin-test-selectors
{
"plugins": [
"test-selectors"
],
"extends": [
"react-app",
"react-app/jest",
"plugin:test-selectors/recommended"
]
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment