mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 12:32:08 -06:00
fix baselines
This commit is contained in:
parent
fb1b26cc68
commit
bc86414bf5
@ -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
|
||||
> : ^^^^ ^^^^^^^^^^^^^^^^^^^
|
||||
> : ^^^^ ^^ ^^^^^^^^^
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user