We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c1314 commit 25eb3f9Copy full SHA for 25eb3f9
biome.json
@@ -18,7 +18,6 @@
18
"style": {
19
"noArguments": "off",
20
"noParameterAssign": "off",
21
- "noUselessElse": "off",
22
"useTemplate": "off"
23
},
24
"suspicious": {
debug_toolbar/static/debug_toolbar/js/timer.js
@@ -9,9 +9,8 @@ function insertBrowserTiming() {
9
return (
10
((performance.timing[stat] - timingOffset) / totalTime) * 100.0
11
);
12
- } else {
13
- return 0;
14
}
+ return 0;
15
16
function getCSSWidth(stat, endStat) {
17
let width = 0;
0 commit comments