Skip to content

Commit

Permalink
Update eslint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Sep 2, 2020
1 parent c470b83 commit dfa516c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
module.exports = {
root: true,
env: {
browser: true,
commonjs: true,
node: true
},
extends: ['eslint-config-digitalbazaar'],
extends: [
'digitalbazaar'
],
parserOptions: {
ecmaVersion: 5
},
Expand Down

0 comments on commit dfa516c

Please sign in to comment.