|
2 | 2 | "ci": { |
3 | 3 | "assert": { |
4 | 4 | "assertions": { |
| 5 | + "categories:accessibility": ["error", {"minScore": 1}], |
5 | 6 | "accesskeys": ["error", {"minScore": 1}], |
6 | 7 | "aria-allowed-attr": ["error", {"minScore": 1}], |
7 | 8 | "aria-required-attr": ["error", {"minScore": 1}], |
|
10 | 11 | "aria-roles": ["error", {"minScore": 1}], |
11 | 12 | "aria-valid-attr-value": ["error", {"minScore": 1}], |
12 | 13 | "aria-valid-attr": ["error", {"minScore": 1}], |
13 | | - "audio-caption": ["error", {"minScore": 1}], |
14 | 14 | "button-name": ["error", {"minScore": 1}], |
15 | 15 | "bypass": ["error", {"minScore": 1}], |
16 | 16 | "color-contrast": ["error", {"minScore": 1}], |
17 | 17 | "definition-list": ["error", {"minScore": 1}], |
18 | 18 | "dlitem": ["error", {"minScore": 1}], |
19 | 19 | "document-title": ["error", {"minScore": 1}], |
20 | | - "duplicate-id": ["error", {"minScore": 1}], |
21 | 20 | "frame-title": ["error", {"minScore": 1}], |
22 | 21 | "html-has-lang": ["error", {"minScore": 1}], |
23 | 22 | "html-lang-valid": ["error", {"minScore": 1}], |
24 | 23 | "image-alt": ["error", {"minScore": 1}], |
25 | 24 | "input-image-alt": ["error", {"minScore": 1}], |
26 | 25 | "label": ["error", {"minScore": 1}], |
27 | | - "layout-table": ["error", {"minScore": 1}], |
28 | 26 | "link-name": ["error", {"minScore": 1}], |
29 | 27 | "list": ["error", {"minScore": 1}], |
30 | 28 | "listitem": ["error", {"minScore": 1}], |
|
35 | 33 | "td-headers-attr": ["error", {"minScore": 1}], |
36 | 34 | "th-has-data-cells": ["error", {"minScore": 1}], |
37 | 35 | "valid-lang": ["error", {"minScore": 1}], |
38 | | - "video-caption": ["error", {"minScore": 1}], |
39 | | - "video-description": ["error", {"minScore": 1}] |
| 36 | + "video-caption": ["error", {"minScore": 1}] |
40 | 37 | } |
41 | 38 | }, |
42 | 39 | "collect": { |
43 | 40 | "startServerCommand": "npm run dev", |
44 | | - "url": ["http://localhost:3000"], |
45 | | - "chromeFlags": "--no-sandbox" |
| 41 | + "url": ["http://localhost:3000"] |
46 | 42 | } |
47 | 43 | } |
48 | 44 | } |
0 commit comments