open-vault/ui/lib/.eslintrc.js

12 lines
149 B
JavaScript
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
2018-04-03 14:16:57 +00:00
module.exports = {
env: {
node: true,
browser: true,
2018-04-03 14:16:57 +00:00
},
};