Skip to content

Commit 48a0261

Browse files
committed
chore: lint
1 parent bc8d385 commit 48a0261

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/shared-metrics/src/description.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/**
99
* @param {import('@instana/core/src/config').InstanaConfig} config
1010
*/
11+
// eslint-disable-next-line no-unused-vars
1112
exports.init = function init(config) {};
1213

1314
exports.payloadPrefix = 'description';

packages/shared-metrics/src/directDependencies.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ let logger;
1111
/**
1212
* @param {import('@instana/core/src/config').InstanaConfig} config
1313
*/
14-
// eslint-disable-next-line no-unused-vars
1514
exports.init = function init(config) {
1615
logger = config.logger;
1716
};

0 commit comments

Comments
 (0)