Skip to content

Commit

Permalink
Update linting tools.
Browse files Browse the repository at this point in the history
- Add jshint dependency.
- Allow ES2015 for jshint.
  • Loading branch information
davidlehn authored and dlongley committed Jan 10, 2017
1 parent ba65edc commit 805bf7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .jshintrc
@@ -1,3 +1,4 @@
{
"sub": true
"sub": true,
"esversion": 6
}
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -24,7 +24,8 @@
],
"devDependencies": {
"almond": "~0.2.6",
"jscs": "^1.8.1",
"jscs": "^3.0.7",
"jshint": "^2.9.4",
"requirejs": "~2.1.8"
},
"repository": {
Expand Down

0 comments on commit 805bf7c

Please sign in to comment.