@@ -21,3 +21,143 @@ source: crates/oxc_linter/src/tester.rs
2121 · ─────────
2222 ╰────
2323 help : Forbid named default exports .
24+
25+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
26+ ╭─[no_named_default .tsx :1 :9 ]
27+ 1 │ import {default as named } from " foo" ;
28+ · ───────
29+ ╰────
30+ help : Forbid named default exports .
31+
32+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
33+ ╭─[no_named_default .tsx :1 :9 ]
34+ 1 │ import {default as named ,} from " foo" ;
35+ · ───────
36+ ╰────
37+ help : Forbid named default exports .
38+
39+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
40+ ╭─[no_named_default .tsx :1 :9 ]
41+ 1 │ import {default as named , bar } from " foo" ;
42+ · ───────
43+ ╰────
44+ help : Forbid named default exports .
45+
46+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
47+ ╭─[no_named_default .tsx :1 :9 ]
48+ 1 │ import {default as named , bar ,} from " foo" ;
49+ · ───────
50+ ╰────
51+ help : Forbid named default exports .
52+
53+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
54+ ╭─[no_named_default .tsx :1 :24 ]
55+ 1 │ import defaultExport , {default as named } from " foo" ;
56+ · ───────
57+ ╰────
58+ help : Forbid named default exports .
59+
60+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
61+ ╭─[no_named_default .tsx :1 :24 ]
62+ 1 │ import defaultExport , {default as named ,} from " foo" ;
63+ · ───────
64+ ╰────
65+ help : Forbid named default exports .
66+
67+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
68+ ╭─[no_named_default .tsx :1 :24 ]
69+ 1 │ import defaultExport , {default as named , bar } from " foo" ;
70+ · ───────
71+ ╰────
72+ help : Forbid named default exports .
73+
74+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
75+ ╭─[no_named_default .tsx :1 :24 ]
76+ 1 │ import defaultExport , {default as named , bar ,} from " foo" ;
77+ · ───────
78+ ╰────
79+ help : Forbid named default exports .
80+
81+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
82+ ╭─[no_named_default .tsx :1 :8 ]
83+ 1 │ import {default as named }from " foo" ;
84+ · ───────
85+ ╰────
86+ help : Forbid named default exports .
87+
88+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
89+ ╭─[no_named_default .tsx :1 :9 ]
90+ 1 │ import {default as named }from " foo" ;
91+ · ───────
92+ ╰────
93+ help : Forbid named default exports .
94+
95+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
96+ ╭─[no_named_default .tsx :1 :8 ]
97+ 1 │ import {default as named } from " foo" ;
98+ · ───────
99+ ╰────
100+ help : Forbid named default exports .
101+
102+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
103+ ╭─[no_named_default .tsx :1 :8 ]
104+ 1 │ import {default as named ,}from " foo" ;
105+ · ───────
106+ ╰────
107+ help : Forbid named default exports .
108+
109+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
110+ ╭─[no_named_default .tsx :1 :19 ]
111+ 1 │ import /* comment*/ {default as named }from " foo" ;
112+ · ───────
113+ ╰────
114+ help : Forbid named default exports .
115+
116+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
117+ ╭─[no_named_default .tsx :1 :20 ]
118+ 1 │ import /* comment*/ {default as named }from " foo" ;
119+ · ───────
120+ ╰────
121+ help : Forbid named default exports .
122+
123+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
124+ ╭─[no_named_default .tsx :1 :8 ]
125+ 1 │ import {default as named }/* comment*/ from " foo" ;
126+ · ───────
127+ ╰────
128+ help : Forbid named default exports .
129+
130+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
131+ ╭─[no_named_default .tsx :1 :23 ]
132+ 1 │ import defaultExport ,{default as named }from " foo" ;
133+ · ───────
134+ ╰────
135+ help : Forbid named default exports .
136+
137+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
138+ ╭─[no_named_default .tsx :1 :24 ]
139+ 1 │ import defaultExport , {default as named } from " foo" with {type : "json "};
140+ · ───────
141+ ╰────
142+ help : Forbid named default exports .
143+
144+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
145+ ╭─[no_named_default .tsx :1 :24 ]
146+ 1 │ import defaultExport , {default as named } from " foo" with {type : "json "}
147+ · ───────
148+ ╰────
149+ help : Forbid named default exports .
150+
151+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
152+ ╭─[no_named_default .tsx :1 :9 ]
153+ 1 │ import {default as named1 , default as named2 ,} from " foo" ;
154+ · ───────
155+ ╰────
156+ help : Forbid named default exports .
157+
158+ ⚠ eslint - plugin - import (no -named -default ): Replace default import with named import .
159+ ╭─[no_named_default .tsx :1 :28 ]
160+ 1 │ import {default as named1 , default as named2 ,} from " foo" ;
161+ · ───────
162+ ╰────
163+ help : Forbid named default exports .
0 commit comments