UNPKG

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