663e344f87
* 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,
|
|
},
|
|
};
|