core(config): add silent seo audits to default config (#3582)

This commit is contained in:
Brendan Kenny 2017-10-17 13:13:36 -07:00 коммит произвёл Paul Irish
Родитель e0bdcc24af
Коммит 67ebde272e
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -35,6 +35,7 @@ module.exports = {
'dobetterweb/response-compression',
'dobetterweb/tags-blocking-first-paint',
'dobetterweb/websql',
'seo/meta-description',
],
},
{
@ -144,6 +145,8 @@ module.exports = {
'dobetterweb/script-blocking-first-paint',
'dobetterweb/uses-http2',
'dobetterweb/uses-passive-event-listeners',
'seo/meta-description',
'seo/http-status-code',
],
groups: {