diff --git a/tests/baselines/reference/moduleExportsTypeNoExcessPropertyCheckFromContainedLiteral.types b/tests/baselines/reference/moduleExportsTypeNoExcessPropertyCheckFromContainedLiteral.types index bb999fc07a9..6fb88dba90b 100644 --- a/tests/baselines/reference/moduleExportsTypeNoExcessPropertyCheckFromContainedLiteral.types +++ b/tests/baselines/reference/moduleExportsTypeNoExcessPropertyCheckFromContainedLiteral.types @@ -22,12 +22,12 @@ const tseslint = require('./typescript-eslint.js'); tseslint.config(eslintReact) >tseslint.config(eslintReact) : void > : ^^^^ ->tseslint.config : (...configs: tseslint.Config[]) => void -> : ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +>tseslint.config : (...configs: Config[]) => void +> : ^^^^ ^^ ^^^^^^^^^ >tseslint : typeof tseslint > : ^^^^^^^^^^^^^^^ ->config : (...configs: tseslint.Config[]) => void -> : ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +>config : (...configs: Config[]) => void +> : ^^^^ ^^ ^^^^^^^^^ >eslintReact : { plugins: { react: { deprecatedRules: { "jsx-sort-default-props": boolean; }; rules: { 'no-unsafe': boolean; }; }; }; } > : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -124,7 +124,7 @@ module.exports = { config }; >exports : typeof module.exports > : ^^^^^^^^^^^^^^^^^^^^^ >{ config } : { config: (...configs: Config[]) => void; } -> : ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ +> : ^^^^^^^^^^^^^^ ^^ ^^^^^^^^^^^^ >config : (...configs: Config[]) => void -> : ^^^^ ^^^^^^^^^^^^^^^^^^^ +> : ^^^^ ^^ ^^^^^^^^^