Skip to content

Commit 6d19ce8

Browse files
committed
Fix linter issues
1 parent 1a8d5fe commit 6d19ce8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/content-visibility.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Content Visibility Custom Metric - Optimized Version
3-
*
3+
*
44
* Analyzes CSS usage of the content-visibility property using efficient
55
* regex-based detection with performance optimizations.
66
*/
@@ -108,4 +108,4 @@
108108
}
109109

110110
return contentVisibility();
111-
})();
111+
})();

metric-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ Example response:
740740
"count": 5,
741741
"values": [
742742
"auto",
743-
"hidden",
743+
"hidden",
744744
"skip",
745745
"auto",
746746
"hidden"

0 commit comments

Comments
 (0)