-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.js
More file actions
29 lines (28 loc) · 870 Bytes
/
index.js
File metadata and controls
29 lines (28 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import imgAlt from "./img-alt"
import imgAltFilename from "./img-alt-filename"
import tableCaption from "./table-caption"
import tableHeader from "./table-header"
import tableHeaderScope from "./table-header-scope"
import smallTextContrast from "./small-text-contrast"
import largeTextContrast from "./large-text-contrast"
import adjacentSameLinks from "./adjacent-links"
import headingsSequence from "./headings-sequence"
import imageAltLength from "./img-alt-length"
import paragraphsForHeadings from "./paragraphs-for-headings"
import listStructure from "./list-structure"
import validLinks from "./valid-links"
export default [
imgAlt,
imgAltFilename,
tableCaption,
tableHeader,
tableHeaderScope,
smallTextContrast,
largeTextContrast,
adjacentSameLinks,
headingsSequence,
imageAltLength,
paragraphsForHeadings,
listStructure,
validLinks
]