UNPKG

lighthouse

Version:

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

14 lines (11 loc) 215 B
/** * @license * Copyright 2017 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** @type {LH.Config} */ const fullConfig = { extends: 'lighthouse:default', settings: {}, }; export default fullConfig;