Skip to content

Commit

Permalink
chore(package): update eslint to version 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and fredj committed Oct 16, 2017
1 parent 968895c commit 371b875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contribs/gmf/src/gmf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gmf.module = angular.module('gmf', [

gmf.module.config(['tmhDynamicLocaleProvider', 'angularLocaleScript',
/**
* @param {tmhDynamicLocaleProvider} tmhDynamicLocaleProvider
* @param {tmhDynamicLocaleProvider} tmhDynamicLocaleProvider angular-dynamic-locale provider.
* @param {string} angularLocaleScript the script.
*/
function(tmhDynamicLocaleProvider, angularLocaleScript) {
Expand All @@ -27,7 +27,7 @@ gmf.module.config(['$animateProvider',
/**
* For performance reason, only perform animation on elements that have the
* `gmf-animatable` css class.
* @param {angular.$animateProvider} $animateProvider
* @param {angular.$animateProvider} $animateProvider animate provider.
*/
function($animateProvider) {
$animateProvider.classNameFilter(/gmf-animatable/);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"corejs-typeahead": "1.2.1",
"coveralls": "3.0.0",
"d3": "4.11.0",
"eslint": "4.8.0",
"eslint": "4.9.0",
"eslint-config-openlayers": "7.0.0",
"file-saver": "1.3.3",
"floatthead": "2.0.3",
Expand Down

0 comments on commit 371b875

Please sign in to comment.