File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tests/baselines/reference Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ const tseslint = require('./typescript-eslint.js');
22
22
tseslint.config(eslintReact)
23
23
>tseslint.config(eslintReact) : void
24
24
> : ^^^^
25
- >tseslint.config : (...configs: tseslint. Config[]) => void
26
- > : ^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^
25
+ >tseslint.config : (...configs: Config[]) => void
26
+ > : ^^^^ ^^ ^^^^^^^^^
27
27
>tseslint : typeof tseslint
28
28
> : ^^^^^^^^^^^^^^^
29
- >config : (...configs: tseslint. Config[]) => void
30
- > : ^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^
29
+ >config : (...configs: Config[]) => void
30
+ > : ^^^^ ^^ ^^^^^^^^^
31
31
>eslintReact : { plugins: { react: { deprecatedRules: { "jsx-sort-default-props": boolean; }; rules: { 'no-unsafe': boolean; }; }; }; }
32
32
> : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
33
@@ -124,7 +124,7 @@ module.exports = { config };
124
124
>exports : typeof module.exports
125
125
> : ^^^^^^^^^^^^^^^^^^^^^
126
126
>{ config } : { config: (...configs: Config[]) => void; }
127
- > : ^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^
127
+ > : ^^^^^^^^^^^^^^ ^^ ^^^^^^^^^^^^
128
128
>config : (...configs: Config[]) => void
129
- > : ^^^^ ^^^^^^^^^^ ^^^^^^^^^
129
+ > : ^^^^ ^^ ^^^^^^^^^
130
130
You can’t perform that action at this time.
0 commit comments