Skip to content

Commit

Permalink
Update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jun 17, 2018
1 parent a8961a2 commit 5a9be65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
"chai": "4.1.2",
"coveralls": "3.0.1",
"dependency-check": "3.1.0",
"eslint": "3.19.0",
"eslint-config-semistandard": "7.0.0",
"eslint-config-standard": "6.2.1",
"eslint": "4.19.1",
"eslint-config-semistandard": "12.0.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "2.3.1",
"eslint-plugin-standard": "3.1.0",
"husky": "0.14.3",
"installed-check": "2.1.3",
"mocha": "5.2.0",
Expand Down
3 changes: 3 additions & 0 deletions test/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"env": {
"mocha": true
},
"rules": {
"no-unused-expressions": 0
}
}

0 comments on commit 5a9be65

Please sign in to comment.