mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-15 07:41:34 +01:00
* add common-prefix util and use it in the list controller * add test * browser js for in-repo dirs * address PR feedback
7 lines
71 B
JavaScript
7 lines
71 B
JavaScript
module.exports = {
|
|
env: {
|
|
node: true,
|
|
browser: true,
|
|
},
|
|
};
|