mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-11 00:57:00 +02: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,
|
|
},
|
|
};
|