Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit bf1d4bf

Browse files
committed
Added icloud nosync to node modules 🚀
1 parent 8a936cf commit bf1d4bf

File tree

5 files changed

+14565
-1
lines changed

5 files changed

+14565
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ node_modules
77
*.code-workspace
88
vendor/
99
.bundle/
10-
.lighthouseci
10+
.lighthouseci# ignore node_modules symlink
11+
node_modules
12+
node_modules.nosync
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"name": "minScore",
4+
"expected": 0.9,
5+
"actual": 0,
6+
"values": [
7+
0
8+
],
9+
"operator": ">=",
10+
"passed": false,
11+
"auditId": "non-composited-animations",
12+
"level": "error",
13+
"url": "https://www.fabrizioduroni.it/blog/",
14+
"auditTitle": "Avoid non-composited animations",
15+
"auditDocumentationLink": "https://developers.google.com/web/fundamentals/performance/rendering/stick-to-compositor-only-properties-and-manage-layer-count"
16+
},
17+
{
18+
"name": "maxLength",
19+
"expected": 0,
20+
"actual": 9,
21+
"values": [
22+
9
23+
],
24+
"operator": "<=",
25+
"passed": false,
26+
"auditId": "uses-long-cache-ttl",
27+
"level": "warn",
28+
"url": "https://www.fabrizioduroni.it/blog/",
29+
"auditTitle": "Uses efficient cache policy on static assets",
30+
"auditDocumentationLink": "https://web.dev/uses-long-cache-ttl/"
31+
}
32+
]

0 commit comments

Comments
 (0)