Skip to content

Commit

Permalink
lint and deps bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyou2012 committed May 2, 2017
1 parent 77a2445 commit 4926ac1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ rules:
camelcase: 0
semi: [2, always]
object-curly-spacing: [2, always]
no-unused-expressions: 0

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"coveralls": "^2.11.14",
"eslint": "^3.9.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.1.2",
"nyc": "^10.0.0",
Expand Down

0 comments on commit 4926ac1

Please sign in to comment.