UNPKG

116 BJavaScriptView Raw
1module.exports = {
2 env: {
3 browser: true
4 },
5 extends: [
6 'digitalbazaar',
7 'digitalbazaar/vue'
8 ]
9};