lighthouse/viewer/test/.eslintrc.cjs

15 строки
178 B
JavaScript

/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
module.exports = {
env: {
mocha: true,
},
globals: {
expect: true,
},
};