You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,16 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b
103
103
104
104
Contributed by @Conaclos
105
105
106
+
-`noUnusedImports` now reports empty named imports and suggests its removal ([#3574](https://github.com/biomejs/biome/issues/3574)).
107
+
108
+
The rule now suggests the removal of empty named imports such as:
109
+
110
+
```diff
111
+
- import {} from "mod";
112
+
```
113
+
114
+
Contributed by @Conaclos
115
+
106
116
#### Bug fixes
107
117
108
118
-[useArrayLiterals](https://biomejs.dev/linter/rules/use-array-literals/) now reports all expressions using the `Array` constructors.
0 commit comments