|
12 | 12 | { |
13 | 13 | "matchingUrlPattern": ".*/index\\.html$", |
14 | 14 | "assertions": { |
15 | | - "categories:performance": ["warn", { "minScore": 0.9 }], |
16 | | - "categories:accessibility": ["error", { "minScore": 0.9 }], |
17 | | - "categories:best-practices": ["warn", { "minScore": 0.9 }], |
18 | | - "categories:seo": ["warn", { "minScore": 0.9 }] |
| 15 | + "categories:performance": ["error", { "minScore": 0.99 }], |
| 16 | + "categories:accessibility": ["error", { "minScore": 1 }], |
| 17 | + "categories:best-practices": ["error", { "minScore": 1 }], |
| 18 | + "categories:seo": ["error", { "minScore": 1 }] |
19 | 19 | } |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | "matchingUrlPattern": ".*/404\\.html$", |
23 | 23 | "assertions": { |
24 | | - "categories:performance": ["warn", { "minScore": 0.9 }], |
25 | | - "categories:accessibility": ["error", { "minScore": 0.9 }], |
26 | | - "categories:best-practices": ["warn", { "minScore": 0.9 }] |
| 24 | + "categories:performance": ["error", { "minScore": 1 }], |
| 25 | + "categories:accessibility": ["error", { "minScore": 1 }], |
| 26 | + "categories:best-practices": ["error", { "minScore": 1 }] |
27 | 27 | } |
28 | 28 | } |
29 | 29 | ] |
|
0 commit comments