UNPKG

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