chore(eslint) Update eslint (#14412)

This commit is contained in:
Horatiu Muresan
2024-02-27 12:56:05 +02:00
committed by GitHub
parent 5b860c20b1
commit 9f8662c0a1
24 changed files with 168 additions and 128 deletions

View File

@@ -14,7 +14,7 @@ class GoogleAnalyticsHandler extends AbstractHandler {
/**
* Creates new instance of the GA analytics handler.
*
* @param {Object} options -
* @param {Object} options - The Google Analytics options.
* @param {string} options.googleAnalyticsTrackingId - The GA track id
* required by the GA API.
*/
@@ -34,7 +34,7 @@ class GoogleAnalyticsHandler extends AbstractHandler {
/**
* Initializes the ga object.
*
* @param {Object} options -
* @param {Object} options - The Google Analytics options.
* @param {string} options.googleAnalyticsTrackingId - The GA track id
* required by the GA API.
* @returns {void}