Skip to content

Commit

Permalink
Update gulp-eslint to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 2, 2016
1 parent b1f06b6 commit 8b89f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"eslint-plugin-html": "^1.3.0",
"gulp": "^3.8.11",
"gulp-audit": "^1.0.0",
"gulp-eslint": "^2.0.0",
"gulp-eslint": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-vulcanize": "^6.0.1",
Expand Down
3 changes: 2 additions & 1 deletion test/.eslintrc.json
Expand Up @@ -6,6 +6,7 @@
"assert": true,
"sinon": true,
"WCT": true,
"fixture": true
"fixture": true,
"Polymer": true
}
}

0 comments on commit 8b89f02

Please sign in to comment.