Fix linting

This commit is contained in:
Michael Shilman 2022-11-03 01:42:48 +08:00
parent 9a55d7088f
commit b00748bff3

View File

@ -1,4 +1,3 @@
/* eslint-disable camelcase */
import type { Store_SelectionSpecifier, Store_Selection } from '@storybook/types';
export abstract class SelectionStore {