Upgraded eslint

This corrects a bug in the valid-jsdoc rule, identified here:
https://github.com/eslint/eslint/issues/4443

Change-Id: I6572c31933388d9660a8effaafec293a18db21b0
This commit is contained in:
Michael Krotscheck 2016-02-16 11:42:22 -08:00
parent 03a4ff083a
commit f4ccfb1604
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@ cover
www
bower_components
node_modules
dist

View File

@ -22,7 +22,7 @@
"angular-mocks": "1.4.6",
"bower": "1.5.2",
"del": "1.2.1",
"eslint": "1.9.0",
"eslint": "1.10.3",
"eslint-config-openstack": "1.2.3",
"eslint-plugin-angular": "0.4.0",
"gulp": "3.9.0",