/** * SPDX-FileCopyrightText: © 2021 Liferay, Inc. * SPDX-License-Identifier: BSD-3-Clause */ module.exports = { env: { mocha: true, }, globals: { assert: true, sinon: true, }, rules: { 'no-console': 'off', }, };