Skip to content

Commit 7ff9039

Browse files
committed
Reenable eslint after code-block
1 parent be8e853 commit 7ff9039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/middleware/options/TelemetryHandlerOptions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export enum FeatureUsageFlag {
2727
REDIRECT_HANDLER_ENABLED = 0x1,
2828
RETRY_HANDLER_ENABLED = 0x2,
2929
AUTHENTICATION_HANDLER_ENABLED = 0x4,
30+
/* eslint-enable @typescript-eslint/naming-convention */
3031
}
3132

3233
/**

0 commit comments

Comments
 (0)