Skip to content

Commit

Permalink
Update ESlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Jun 23, 2016
1 parent 166de4c commit 80cb38c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"rules": {
"indent": [2, 2],
"quotes": [2, "single", "avoid-escape"]
"quotes": [2, "single", "avoid-escape"],
"semi": [2, "always", { "omitLastInOneLineBlock": true }]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"capture-stream": "^0.1.2",
"eslint": "^1.10.3",
"eslint": "2.13.1",
"mocha": "^2.1.0",
"proxyquire": "^1.0.1",
"sinon": "^1.9.1"
Expand Down

0 comments on commit 80cb38c

Please sign in to comment.