UNPKG

lighthouse

Version:

Automated auditing, performance metrics, and best practices for the web.

16 lines (12 loc) 257 B
/** * @license * Copyright 2017 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as LH from '../../types/lh.js'; /** @type {LH.Config} */ const fullConfig = { extends: 'lighthouse:default', settings: {}, }; export default fullConfig;