We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38795eb commit 27c93e8Copy full SHA for 27c93e8
packages/@biomejs/biome/CHANGELOG.md
@@ -158,11 +158,12 @@
158
159
```js
160
const VERY_LONG_CONDITION_1234123412341234123412341234 = false;
161
+
162
if (
- VERY_LONG_CONDITION_1234123412341234123412341234 &&
163
164
165
VERY_LONG_CONDITION_1234123412341234123412341234
+ && VERY_LONG_CONDITION_1234123412341234123412341234
166
167
) {
168
console.log("DONE");
169
}
0 commit comments