UNPKG

99 BJavaScriptView Raw
1module.exports = {
2 env: {
3 node: true
4 },
5 extends: [
6 'eslint-config-mongodb-js'
7 ]
8};