Skip to content

Commit 8eab85e

Browse files
authored
Move is-crawlable to skipAudits
Signed-off-by: Matt Cowley <me@mattcowley.co.uk>
1 parent a43d7b1 commit 8eab85e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.lighthouserc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"collect": {
44
"numberOfRuns": 1,
55
"settings": {
6-
"preset": "desktop"
6+
"preset": "desktop",
7+
"skipAudits": ["is-crawlable"]
78
}
89
},
910
"assert": {
1011
"assertions": {
1112
"categories:performance": ["warn", { "minScore": 0.9 }],
1213
"categories:accessibility": ["warn", { "minScore": 0.9 }],
1314
"categories:best-practices": ["warn", { "minScore": 0.9 }],
14-
"categories:seo": ["warn", { "minScore": 0.9 }],
15-
"is-crawlable": "off"
15+
"categories:seo": ["warn", { "minScore": 0.9 }]
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)