turn off testing library's aggressive reporting that flagged getByUsername and getByName github apis as sync apis in non-test code

Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
This commit is contained in:
Raghunandan Balachandran
2024-09-15 23:24:37 +02:00
parent d0ea1748aa
commit 42c13f1530
+3
View File
@@ -263,4 +263,7 @@ module.exports = {
},
},
],
settings: {
'testing-library/custom-queries': 'off',
},
};