blob: fdcd34bad8796f7b9b20830b6de78802616d8895 [file] [log] [blame]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/* eslint-disable no-undef */
module.exports = {
env: {
node: false,
browser: true,
},
};