@@ -373,6 +373,14 @@ source: crates/oxc_linter/src/tester.rs
373373 3 │ return arg ;
374374 ╰────
375375
376+ ⚠ typescript - eslint (explicit - module - boundary - types ): Missing return type on function
377+ ╭─[explicit_module_boundary_types.tsx:2:22]
378+ 1 │
379+ 2 │ function foo(arg ) {
380+ · ───
381+ 3 │ return arg ;
382+ ╰────
383+
376384 ⚠ typescript - eslint (explicit - module - boundary - types ): Missing argument type on function
377385 ╭─[explicit_module_boundary_types.tsx:2:26]
378386 1 │
@@ -381,6 +389,14 @@ source: crates/oxc_linter/src/tester.rs
381389 3 │ return arg ;
382390 ╰────
383391
392+ ⚠ typescript - eslint (explicit - module - boundary - types ): Missing return type on function
393+ ╭─[explicit_module_boundary_types.tsx:2:22]
394+ 1 │
395+ 2 │ function foo(arg ) {
396+ · ───
397+ 3 │ return arg ;
398+ ╰────
399+
384400 ⚠ typescript - eslint (explicit - module - boundary - types ): Missing argument type on function
385401 ╭─[explicit_module_boundary_types.tsx:2:26]
386402 1 │
@@ -389,6 +405,14 @@ source: crates/oxc_linter/src/tester.rs
389405 3 │ return arg ;
390406 ╰────
391407
408+ ⚠ typescript - eslint (explicit - module - boundary - types ): Missing return type on function
409+ ╭─[explicit_module_boundary_types.tsx:2:22]
410+ 1 │
411+ 2 │ function foo(arg ) {
412+ · ───
413+ 3 │ return arg ;
414+ ╰────
415+
392416 ⚠ typescript - eslint (explicit - module - boundary - types ): Missing argument type on function
393417 ╭─[explicit_module_boundary_types.tsx:2:38]
394418 1 │
@@ -682,7 +706,13 @@ source: crates/oxc_linter/src/tester.rs
682706 ╰────
683707
684708 ⚠ typescript - eslint (explicit - module - boundary - types ): Missing return type on function
685- ╭─[explicit_module_boundary_types.tsx:1:75 ]
709+ ╭─[explicit_module_boundary_types.tsx:1:58 ]
686710 1 │ function Test(): void { const _x = () => { }; } function Test2() { return () => { }; } export { Test2 };
687- · ──
711+ · ─────
712+ ╰────
713+
714+ ⚠ typescript - eslint (explicit - module - boundary - types ): Missing return type on function
715+ ╭─[explicit_module_boundary_types.tsx:1:10]
716+ 1 │ function App() { return 42 ; } export default App
717+ · ───
688718 ╰────
0 commit comments