Skip to content

Commit 0d66211

Browse files
committed
test: fix createTestingLibraryRule test
1 parent 6a85121 commit 0d66211

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/fake-rule.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ export default createTestingLibraryRule<Options, MessageIds>({
2626
docs: {
2727
description: 'Fake rule to test rule maker and detection helpers',
2828
category: 'Possible Errors',
29-
recommended: false,
29+
recommendedConfig: {
30+
dom: false,
31+
angular: false,
32+
react: false,
33+
vue: false,
34+
},
3035
},
3136
messages: {
3237
fakeError: 'fake error reported',

0 commit comments

Comments
 (0)