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