UNPKG

382 BJavaScriptView Raw
1/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
2/* Copyright (c) 2018 Mobify Research & Development Inc. All rights reserved. */
3/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
4
5/* eslint-disable */
6module.exports = {
7 extends: 'lighthouse:default',
8 settings: {
9 skipAudits: ['redirects-http']
10 }
11}