Update
This commit is contained in:
6
src/modules.d.ts
vendored
6
src/modules.d.ts
vendored
@ -18,7 +18,13 @@ declare module 'eslint-plugin-storybook' {
|
||||
import type { Linter } from 'eslint';
|
||||
|
||||
export const configs: {
|
||||
/** @deprecated */
|
||||
csf: Linter.Config;
|
||||
/** @deprecated */
|
||||
recommended: Linter.Config;
|
||||
'flat/csf': Linter.Config;
|
||||
'flat/recommended': Linter.Config;
|
||||
'flat/csf-strict': Linter.Config;
|
||||
'flat/addon-interactions': Linter.Config;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user