Skip to content

Commit 8d93743

Browse files
committed
The whole file uses camelcase
1 parent 5b3bcf0 commit 8d93743

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/performance/src/services/perf_logger.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ interface TraceMetric {
8585
custom_attributes?: { [key: string]: string };
8686
}
8787

88-
/* eslint-enable camelcase */
89-
9088
let logger: (
9189
resource: NetworkRequest | Trace,
9290
resourceType: ResourceType
@@ -248,3 +246,4 @@ function getApplicationInfo(firebaseApp: FirebaseApp): ApplicationInfo {
248246
application_process_state: 0
249247
};
250248
}
249+
/* eslint-enable camelcase */

0 commit comments

Comments
 (0)