Skip to content

Commit bc86414

Browse files
committed
fix baselines
1 parent fb1b26c commit bc86414

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/baselines/reference/moduleExportsTypeNoExcessPropertyCheckFromContainedLiteral.types

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ const tseslint = require('./typescript-eslint.js');
2222
tseslint.config(eslintReact)
2323
>tseslint.config(eslintReact) : void
2424
> : ^^^^
25-
>tseslint.config : (...configs: tseslint.Config[]) => void
26-
> : ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
25+
>tseslint.config : (...configs: Config[]) => void
26+
> : ^^^^ ^^ ^^^^^^^^^
2727
>tseslint : typeof tseslint
2828
> : ^^^^^^^^^^^^^^^
29-
>config : (...configs: tseslint.Config[]) => void
30-
> : ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29+
>config : (...configs: Config[]) => void
30+
> : ^^^^ ^^ ^^^^^^^^^
3131
>eslintReact : { plugins: { react: { deprecatedRules: { "jsx-sort-default-props": boolean; }; rules: { 'no-unsafe': boolean; }; }; }; }
3232
> : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3333

@@ -124,7 +124,7 @@ module.exports = { config };
124124
>exports : typeof module.exports
125125
> : ^^^^^^^^^^^^^^^^^^^^^
126126
>{ config } : { config: (...configs: Config[]) => void; }
127-
> : ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^
127+
> : ^^^^^^^^^^^^^^ ^^ ^^^^^^^^^^^^
128128
>config : (...configs: Config[]) => void
129-
> : ^^^^ ^^^^^^^^^^^^^^^^^^^
129+
> : ^^^^ ^^ ^^^^^^^^^
130130

0 commit comments

Comments
 (0)