Skip to content

Commit def8ae9

Browse files
committed
fixup: check lint
1 parent c404e9f commit def8ae9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/compass-schema-validation/src/modules/validation.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ import { openToast } from '@mongodb-js/compass-components';
66
import { isEqual, pick } from 'lodash';
77
import { disableEditRules } from './edit-mode';
88
import { isAction } from '../util';
9-
import { IS_ZERO_STATE_CHANGED, IsZeroStateChangedAction } from './zero-state';
9+
import {
10+
IS_ZERO_STATE_CHANGED,
11+
type IsZeroStateChangedAction,
12+
} from './zero-state';
1013

1114
export type ValidationServerAction = 'error' | 'warn';
1215
export type ValidationLevel = 'off' | 'moderate' | 'strict';

0 commit comments

Comments
 (0)