-
Notifications
You must be signed in to change notification settings - Fork 4
/
by-feature.js
20 lines (20 loc) · 983 Bytes
/
by-feature.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module.exports = {
debugCss: require('./recipes/by-feature/debug-css'),
emails: require('./recipes/by-feature/emails'),
embed: require('./recipes/by-feature/embed'),
excerpt: require('./recipes/by-feature/excerpt'),
favicon: require('./recipes/by-feature/favicon'),
fullScreenshot: require('./recipes/by-feature/full-screenshot'),
headings: require('./recipes/by-feature/headings'),
healthcheck: require('./recipes/by-feature/healthcheck'),
html: require('./recipes/by-feature/html'),
images: require('./recipes/by-feature/images'),
jsonLd: require('./recipes/by-feature/json-ld'),
lighthouse: require('./recipes/by-feature/lighthouse'),
pdf: require('./recipes/by-feature/pdf'),
screenshot: require('./recipes/by-feature/screenshot'),
technologyStack: require('./recipes/by-feature/technology-stack'),
text: require('./recipes/by-feature/text'),
uris: require('./recipes/by-feature/uris'),
youtubeDl: require('./recipes/by-feature/youtube-dl')
}