fix baselines

This commit is contained in:
Gabriela Araujo Britto 2024-04-16 12:00:36 -07:00
parent fb1b26cc68
commit bc86414bf5

View File

@ -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
> : ^^^^ ^^^^^^^^^^^^^^^^^^^
> : ^^^^ ^^ ^^^^^^^^^