We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963e70e commit 50a72c1Copy full SHA for 50a72c1
lib/rules/no-unnecessary-act.ts
@@ -22,7 +22,7 @@ export default createTestingLibraryRule<[], MessageIds>({
22
recommendedConfig: {
23
dom: false,
24
angular: false,
25
- react: false, // this should be enabled on v5 of the plugin
+ react: false,
26
vue: false,
27
},
28
0 commit comments