Skip to content

Commit 9fd0d1c

Browse files
committed
FIxed eslint error
1 parent da6c310 commit 9fd0d1c

File tree

3 files changed

+1
-3
lines changed
  • x-pack

3 files changed

+1
-3
lines changed

x-pack/plugins/security_solution/public/cases/components/configure_cases/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const useGetUrlSearchMock = useGetUrlSearch as jest.Mock;
3838

3939
describe('ConfigureCases', () => {
4040
beforeEach(() => {
41-
useKibanaMock().services.triggersActionsUi = ({
41+
useKibanaMock().services.triggersActionsUi = ({
4242
actionTypeRegistry: actionTypeRegistryMock.create(),
4343
} as unknown) as TriggersAndActionsUIPublicPluginStart;
4444
});

x-pack/plugins/security_solution/public/cases/components/configure_cases/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ interface ConfigureCasesComponentProps {
5555
}
5656

5757
const ConfigureCasesComponent: React.FC<ConfigureCasesComponentProps> = ({ userCanCrud }) => {
58-
// eslint-disable-next-line @typescript-eslint/naming-convention
5958
const { http, triggersActionsUi, notifications, application, docLinks } = useKibana().services;
6059

6160
const [connectorIsValid, setConnectorIsValid] = useState(true);

x-pack/test/functional_with_es_ssl/fixtures/plugins/alerts/public/plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export interface AlertingExamplePublicSetupDeps {
1919
}
2020

2121
export class AlertingFixturePlugin implements Plugin<Setup, Start, AlertingExamplePublicSetupDeps> {
22-
// eslint-disable-next-line @typescript-eslint/naming-convention
2322
public setup(core: CoreSetup, { alerts, triggersActionsUi }: AlertingExamplePublicSetupDeps) {
2423
alerts.registerNavigation(
2524
'alerting_fixture',

0 commit comments

Comments
 (0)