eslint-config-mongodb-js
Version:
eslint sharable configs for mongodb-js.
16 lines (15 loc) • 368 B
JavaScript
/**
* MongoDB shell language.
*
* @todo (imlucas) plugin for custom shell stuff the kernel team wants:
* http://eslint.org/docs/developer-guide/working-with-plugins
*/
module.exports = {
/**
* @todo (imlucas) Track down more globals from http://github.com/mongodb-js/shell
* and send a PR to http://npm.im/globals.
*/
env: {
mongodb: true
}
};