/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: BUSL-1.1 */ /* eslint-disable no-undef */ module.exports = { env: { node: false, browser: true, }, };