diff options
author | Itxaka <itxaka@redhat.com> | 2016-02-19 10:41:34 +0100 |
---|---|---|
committer | Itxaka Serrano Garcia <itxaka@redhat.com> | 2016-03-31 14:06:45 +0000 |
commit | 9697a9f580476f7b4780e07b600c6643507fffdc (patch) | |
tree | ba70e8eac4f584e78ba761f505a70814c86009d1 /package.json | |
parent | e1f07e27944b505dec57dda20d3c3b13eb3bb4d7 (diff) | |
download | horizon-9697a9f580476f7b4780e07b600c6643507fffdc.tar.gz |
bump eslint version to 1.10.3
bumps the eslint version to 1.10.3 which fixes a lot of
issues, especially rules not working as expected
or being ignored and brings the js code up to date to
comply with those rules.
Change-Id: I1234e7991f98d4ceb0c5333dc036c6a30206ff64
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ae015bdd2..95f7fd0d5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "repository": "none", "license": "Apache 2.0", "devDependencies": { - "eslint": "1.2.1", + "eslint": "1.10.3", "eslint-config-openstack": "1.2.3", "eslint-plugin-angular": "0.15.0", "jasmine-core": "2.2.0", |