Skip to content

Commit 86a6b1b

Browse files
Merge branch 'main' into update-deps-v20
2 parents 078d1c4 + 3e01728 commit 86a6b1b

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,15 @@
457457
"code",
458458
"bug"
459459
]
460+
},
461+
{
462+
"login": "jdegand",
463+
"name": "J. Degand",
464+
"avatar_url": "https://avatars.githubusercontent.com/u/70610011?v=4",
465+
"profile": "https://github.com/jdegand",
466+
"contributions": [
467+
"code"
468+
]
460469
}
461470
],
462471
"contributorsPerLine": 7,

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ Thanks goes to these people ([emoji key][emojis]):
278278
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jvereecken"><img src="https://avatars.githubusercontent.com/u/108937550?v=4?s=100" width="100px;" alt="Jamie Vereecken"/><br /><sub><b>Jamie Vereecken</b></sub></a><br /><a href="https://github.com/testing-library/angular-testing-library/commits?author=jvereecken" title="Code">💻</a></td>
279279
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Christian24"><img src="https://avatars.githubusercontent.com/u/2406635?v=4?s=100" width="100px;" alt="Christian24"/><br /><sub><b>Christian24</b></sub></a><br /><a href="https://github.com/testing-library/angular-testing-library/commits?author=Christian24" title="Code">💻</a> <a href="https://github.com/testing-library/angular-testing-library/pulls?q=is%3Apr+reviewed-by%3AChristian24" title="Reviewed Pull Requests">👀</a></td>
280280
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikeshtro"><img src="https://avatars.githubusercontent.com/u/93714867?v=4?s=100" width="100px;" alt="Michal Štrajt"/><br /><sub><b>Michal Štrajt</b></sub></a><br /><a href="https://github.com/testing-library/angular-testing-library/commits?author=mikeshtro" title="Code">💻</a> <a href="https://github.com/testing-library/angular-testing-library/issues?q=author%3Amikeshtro" title="Bug reports">🐛</a></td>
281+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jdegand"><img src="https://avatars.githubusercontent.com/u/70610011?v=4?s=100" width="100px;" alt="J. Degand"/><br /><sub><b>J. Degand</b></sub></a><br /><a href="https://github.com/testing-library/angular-testing-library/commits?author=jdegand" title="Code">💻</a></td>
281282
</tr>
282283
</tbody>
283284
</table>

eslint.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ export default tseslint.config(
4242
caughtErrorsIgnorePattern: '^_',
4343
},
4444
],
45-
// These are needed for test cases
46-
'@angular-eslint/prefer-standalone': 'off',
47-
'@angular-eslint/no-input-rename': 'off',
48-
'@angular-eslint/no-input-rename': 'off',
45+
"@angular-eslint/prefer-standalone": "off",
46+
"@angular-eslint/no-input-rename": "off",
4947
},
5048
},
5149
{

0 commit comments

Comments
 (0)