Commit 89550ed
committed
chore(lint): allow default exports in config files
Add biome override to permit default exports in .config/ directory.
Config files require default exports for tool compatibility (ESLint,
Vitest, Taze) while the rest of the codebase uses named exports only.1 parent 1f40dea commit 89550ed
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
183 | 193 | | |
184 | 194 | | |
185 | 195 | | |
0 commit comments