mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
12 lines
149 B
JavaScript
12 lines
149 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
module.exports = {
|
|
env: {
|
|
node: true,
|
|
browser: true,
|
|
},
|
|
};
|