6.1.1
- Add cy files to our overrides for tests and non-production code to not include our extra rules that are not needed for that (#21)
For example, we don't need to add test selectors for buttons in our cy
tests.
This will make it so we don't see these warnings (and the like) in our
apps that will have cypress testing:
To-Dos
- Run tests (part of pre-push hook)
- Update demo and tests, if linting configuration is being changed
- Update documentation & README
- Increment package.json version