UNPKG

368 BJavaScriptView Raw
1/**
2 * MongoDB shell language.
3 *
4 * @todo (imlucas) plugin for custom shell stuff the kernel team wants:
5 * http://eslint.org/docs/developer-guide/working-with-plugins
6 */
7module.exports = {
8 /**
9 * @todo (imlucas) Track down more globals from http://github.com/mongodb-js/shell
10 * and send a PR to http://npm.im/globals.
11 */
12 env: {
13 mongodb: true
14 }
15};