UNPKG

88 BJavaScriptView Raw
1module.exports = {
2 env: {
3 node: true
4 },
5 extends: [
6 'digitalbazaar'
7 ]
8};