Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Dec 7, 2023
1 parent e9109a1 commit 603e0e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ import {
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';

import { CspBenchmarkRule, CspBenchmarkRuleMetadata } from '../../../common/types/latest';
import { getRuleList } from '../configurations/findings_flyout/rule_tab';
import { getRemediationList } from '../configurations/findings_flyout/overview_tab';
import * as TEST_SUBJECTS from './test_subjects';
import {
CspBenchmarkRule,
CspBenchmarkRuleMetadata,
} from '@kbn/cloud-security-posture-plugin/common/types/latest';

interface RuleFlyoutProps {
onClose(): void;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
useEuiTheme,
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
import { CspBenchmarkRule } from '@kbn/cloud-security-posture-plugin/common/types/latest';
import { CspBenchmarkRule } from '../../../common/types/latest';
import type { RulesState } from './rules_container';
import * as TEST_SUBJECTS from './test_subjects';

Expand Down

0 comments on commit 603e0e6

Please sign in to comment.