Skip to content

Commit fe5ea89

Browse files
committed
Fix lint
1 parent 1874456 commit fe5ea89

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

code/addons/test/src/components/MethodCall.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import type { ReactElement } from 'react';
22
import React, { Fragment } from 'react';
33

4-
import type { Call, CallRef, ElementRef } from '@storybook/instrumenter';
5-
import { useTheme } from 'storybook/internal/theming';
64
import { logger } from 'storybook/internal/client-logger';
5+
import { useTheme } from 'storybook/internal/theming';
6+
7+
import type { Call, CallRef, ElementRef } from '@storybook/instrumenter';
78

89
import { ObjectInspector } from '@devtools-ds/object-inspector';
910

code/core/src/cli/globalSettings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export async function globalSettings(filePath = DEFAULT_SETTINGS_PATH) {
4141
}
4242

4343
// For testing
44+
// eslint-disable-next-line @typescript-eslint/naming-convention, no-underscore-dangle
4445
export function _clearGlobalSettings() {
4546
settings = undefined;
4647
}

0 commit comments

Comments
 (0)