From bc86414bf53a7dd14a5dba59e5ab1ca565a672c7 Mon Sep 17 00:00:00 2001 From: Gabriela Araujo Britto Date: Tue, 16 Apr 2024 12:00:36 -0700 Subject: [PATCH] fix baselines --- ...peNoExcessPropertyCheckFromContainedLiteral.types | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -> : ^^^^ ^^^^^^^^^^^^^^^^^^^ +> : ^^^^ ^^ ^^^^^^^^^