Skip to content

Commit fd233a5

Browse files
authored
[eslint-plugin-mobx] fix test after upstream type name change (DefinitelyTyped#73960)
1 parent 8a8ec64 commit fd233a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import pluginMobx = require("eslint-plugin-mobx");
2-
pluginMobx.configs.recommended; // $ExpectType Config<RulesRecord>
3-
pluginMobx.flatConfigs.recommended; // $ExpectType Config<RulesRecord>
2+
pluginMobx.configs.recommended; // $ExpectType Config<RulesRecord> || Config<RulesConfig>
3+
pluginMobx.flatConfigs.recommended; // $ExpectType Config<RulesRecord> || Config<RulesConfig>

0 commit comments

Comments
 (0)