Skip to content

Commit

Permalink
Install eslint configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcollier committed Jan 31, 2019
1 parent 7305014 commit f2dd49c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eslintrc

This file was deleted.

7 changes: 7 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,7 @@
module.exports = {
root: true,
extends: ["eslint:recommended", "eslint-config-digitalbazaar"],
env: {
node: true
}
}
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -42,6 +42,8 @@
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.12.1",
"eslint-config-digitalbazaar": "^1.0.0",
"mocha": "^5.2.0",
"nock": "^10.0.2",
"sinon": "^7.1.1",
Expand Down

0 comments on commit f2dd49c

Please sign in to comment.