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');
2222tseslint.config(eslintReact)
2323>tseslint.config(eslintReact) : void
2424> : ^^^^
25- >tseslint.config : (...configs: tseslint. Config[]) => void
26- > : ^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^
25+ >tseslint.config : (...configs: Config[]) => void
26+ > : ^^^^ ^^ ^^^^^^^^^
2727>tseslint : typeof tseslint
2828> : ^^^^^^^^^^^^^^^
29- >config : (...configs: tseslint. Config[]) => void
30- > : ^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^
29+ >config : (...configs: Config[]) => void
30+ > : ^^^^ ^^ ^^^^^^^^^
3131>eslintReact : { plugins: { react: { deprecatedRules: { "jsx-sort-default-props": boolean; }; rules: { 'no-unsafe': boolean; }; }; }; }
3232> : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3333
@@ -124,7 +124,7 @@ module.exports = { config };
124124>exports : typeof module.exports
125125> : ^^^^^^^^^^^^^^^^^^^^^
126126>{ config } : { config: (...configs: Config[]) => void; }
127- > : ^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^
127+ > : ^^^^^^^^^^^^^^ ^^ ^^^^^^^^^^^^
128128>config : (...configs: Config[]) => void
129- > : ^^^^ ^^^^^^^^^^ ^^^^^^^^^
129+ > : ^^^^ ^^ ^^^^^^^^^
130130
You can’t perform that action at this time.
0 commit comments