You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add husky dependency & configuration.
Since we automatically cut a new release when one is detected in a commit, we need to run the tests before pushing, to ensure that our rules are still applied as expected.
Add notes to README as to why we do not have any other integrations.
Add CODEOWNERS & contributing guidelines.
Add custom data-test definition for eslint-plugin-test-selectors
Now our JSX should not yell at us that we aren't using data-test-id, because we are using data-testid.
Update test output, because some rules began applying in a different order.