open-vault/ui/lib/.eslintrc.js
Matthew Irish 663e344f87
Change tab completion in the UI to prefer common prefix (#6759)
* add common-prefix util and use it in the list controller

* add test

* browser js for in-repo dirs

* address PR feedback
2019-05-22 09:28:34 -05:00

7 lines
71 B
JavaScript

module.exports = {
env: {
node: true,
browser: true,
},
};