Last active
March 4, 2022 09:24
-
-
Save nottyo/ddc2338894d4467ceeeea0fbf4c1bd49 to your computer and use it in GitHub Desktop.
eslint-plugin-test-selectors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "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