Sign in
third-party-mirror
/
hashicorp
/
vault
/
207cf1a6dd87aaf17739c72eeeef099f0e1cbae6
/
.
/
v1.14.6
/
ui
/
lib
/
replication
/
addon
/
.eslintrc.js
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
,
},
};