Commit 082391b
authored
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
- [x] Run tests (part of pre-push hook)
- [x] Update demo and tests, if linting configuration is being changed
- [ ] Update documentation & README
- [x] Increment package.json version1 parent caa8a80 commit 082391b
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
102 | 111 | | |
103 | 112 | | |
104 | 113 | | |
| |||
114 | 123 | | |
115 | 124 | | |
116 | 125 | | |
| 126 | + | |
117 | 127 | | |
118 | 128 | | |
119 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments