Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-storybook

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-storybook - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

28

dist/configs/addon-interactions.d.ts

@@ -6,9 +6,9 @@ declare const _default: {

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/await-interactions': string;
'storybook/context-in-play-function': string;
'storybook/use-storybook-expect': string;
'storybook/use-storybook-testing-library': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/await-interactions': "error";
readonly 'storybook/context-in-play-function': "error";
readonly 'storybook/use-storybook-expect': "error";
readonly 'storybook/use-storybook-testing-library': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -18,9 +18,9 @@ } | {

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/await-interactions'?: undefined;
'storybook/context-in-play-function'?: undefined;
'storybook/use-storybook-expect'?: undefined;
'storybook/use-storybook-testing-library'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/await-interactions'?: undefined;
readonly 'storybook/context-in-play-function'?: undefined;
readonly 'storybook/use-storybook-expect'?: undefined;
readonly 'storybook/use-storybook-testing-library'?: undefined;
};

@@ -27,0 +27,0 @@ })[];

declare const _default: {
extends: string;
rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/no-stories-of': string;
'storybook/no-title-property-in-meta': string;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/no-stories-of': "error";
readonly 'storybook/no-title-property-in-meta': "error";
};
};
export = _default;

@@ -6,10 +6,10 @@ declare const _default: {

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/csf-component': string;
'storybook/default-exports': string;
'storybook/hierarchy-separator': string;
'storybook/no-redundant-story-name': string;
'storybook/story-exports': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/csf-component': "warn";
readonly 'storybook/default-exports': "error";
readonly 'storybook/hierarchy-separator': "warn";
readonly 'storybook/no-redundant-story-name': "warn";
readonly 'storybook/story-exports': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -19,10 +19,10 @@ } | {

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/csf-component'?: undefined;
'storybook/default-exports'?: undefined;
'storybook/hierarchy-separator'?: undefined;
'storybook/no-redundant-story-name'?: undefined;
'storybook/story-exports'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/csf-component'?: undefined;
readonly 'storybook/default-exports'?: undefined;
readonly 'storybook/hierarchy-separator'?: undefined;
readonly 'storybook/no-redundant-story-name'?: undefined;
readonly 'storybook/story-exports'?: undefined;
};

@@ -29,0 +29,0 @@ })[];

@@ -12,9 +12,9 @@ declare const _default: ({

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/await-interactions': string;
'storybook/context-in-play-function': string;
'storybook/use-storybook-expect': string;
'storybook/use-storybook-testing-library': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/await-interactions': "error";
readonly 'storybook/context-in-play-function': "error";
readonly 'storybook/use-storybook-expect': "error";
readonly 'storybook/use-storybook-testing-library': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -26,9 +26,9 @@ plugins?: undefined;

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/await-interactions'?: undefined;
'storybook/context-in-play-function'?: undefined;
'storybook/use-storybook-expect'?: undefined;
'storybook/use-storybook-testing-library'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/await-interactions'?: undefined;
readonly 'storybook/context-in-play-function'?: undefined;
readonly 'storybook/use-storybook-expect'?: undefined;
readonly 'storybook/use-storybook-testing-library'?: undefined;
};

@@ -35,0 +35,0 @@ plugins?: undefined;

@@ -12,10 +12,10 @@ declare const _default: ({

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/csf-component': string;
'storybook/default-exports': string;
'storybook/hierarchy-separator': string;
'storybook/no-redundant-story-name': string;
'storybook/story-exports': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/csf-component': "warn";
readonly 'storybook/default-exports': "error";
readonly 'storybook/hierarchy-separator': "warn";
readonly 'storybook/no-redundant-story-name': "warn";
readonly 'storybook/story-exports': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -27,10 +27,10 @@ plugins?: undefined;

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/csf-component'?: undefined;
'storybook/default-exports'?: undefined;
'storybook/hierarchy-separator'?: undefined;
'storybook/no-redundant-story-name'?: undefined;
'storybook/story-exports'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/csf-component'?: undefined;
readonly 'storybook/default-exports'?: undefined;
readonly 'storybook/hierarchy-separator'?: undefined;
readonly 'storybook/no-redundant-story-name'?: undefined;
readonly 'storybook/story-exports'?: undefined;
};

@@ -41,8 +41,8 @@ plugins?: undefined;

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/no-stories-of': string;
'storybook/no-title-property-in-meta': string;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/no-stories-of': "error";
readonly 'storybook/no-title-property-in-meta': "error";
};
})[];
export = _default;

@@ -12,10 +12,10 @@ declare const _default: ({

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/csf-component': string;
'storybook/default-exports': string;
'storybook/hierarchy-separator': string;
'storybook/no-redundant-story-name': string;
'storybook/story-exports': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/csf-component': "warn";
readonly 'storybook/default-exports': "error";
readonly 'storybook/hierarchy-separator': "warn";
readonly 'storybook/no-redundant-story-name': "warn";
readonly 'storybook/story-exports': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -27,10 +27,10 @@ plugins?: undefined;

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/csf-component'?: undefined;
'storybook/default-exports'?: undefined;
'storybook/hierarchy-separator'?: undefined;
'storybook/no-redundant-story-name'?: undefined;
'storybook/story-exports'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/csf-component'?: undefined;
readonly 'storybook/default-exports'?: undefined;
readonly 'storybook/hierarchy-separator'?: undefined;
readonly 'storybook/no-redundant-story-name'?: undefined;
readonly 'storybook/story-exports'?: undefined;
};

@@ -37,0 +37,0 @@ plugins?: undefined;

@@ -12,14 +12,14 @@ declare const _default: ({

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/await-interactions': string;
'storybook/context-in-play-function': string;
'storybook/default-exports': string;
'storybook/hierarchy-separator': string;
'storybook/no-redundant-story-name': string;
'storybook/prefer-pascal-case': string;
'storybook/story-exports': string;
'storybook/use-storybook-expect': string;
'storybook/use-storybook-testing-library': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/await-interactions': "error";
readonly 'storybook/context-in-play-function': "error";
readonly 'storybook/default-exports': "error";
readonly 'storybook/hierarchy-separator': "warn";
readonly 'storybook/no-redundant-story-name': "warn";
readonly 'storybook/prefer-pascal-case': "warn";
readonly 'storybook/story-exports': "error";
readonly 'storybook/use-storybook-expect': "error";
readonly 'storybook/use-storybook-testing-library': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -31,14 +31,14 @@ plugins?: undefined;

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/await-interactions'?: undefined;
'storybook/context-in-play-function'?: undefined;
'storybook/default-exports'?: undefined;
'storybook/hierarchy-separator'?: undefined;
'storybook/no-redundant-story-name'?: undefined;
'storybook/prefer-pascal-case'?: undefined;
'storybook/story-exports'?: undefined;
'storybook/use-storybook-expect'?: undefined;
'storybook/use-storybook-testing-library'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/await-interactions'?: undefined;
readonly 'storybook/context-in-play-function'?: undefined;
readonly 'storybook/default-exports'?: undefined;
readonly 'storybook/hierarchy-separator'?: undefined;
readonly 'storybook/no-redundant-story-name'?: undefined;
readonly 'storybook/prefer-pascal-case'?: undefined;
readonly 'storybook/story-exports'?: undefined;
readonly 'storybook/use-storybook-expect'?: undefined;
readonly 'storybook/use-storybook-testing-library'?: undefined;
};

@@ -45,0 +45,0 @@ plugins?: undefined;

@@ -6,14 +6,14 @@ declare const _default: {

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/await-interactions': string;
'storybook/context-in-play-function': string;
'storybook/default-exports': string;
'storybook/hierarchy-separator': string;
'storybook/no-redundant-story-name': string;
'storybook/prefer-pascal-case': string;
'storybook/story-exports': string;
'storybook/use-storybook-expect': string;
'storybook/use-storybook-testing-library': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/await-interactions': "error";
readonly 'storybook/context-in-play-function': "error";
readonly 'storybook/default-exports': "error";
readonly 'storybook/hierarchy-separator': "warn";
readonly 'storybook/no-redundant-story-name': "warn";
readonly 'storybook/prefer-pascal-case': "warn";
readonly 'storybook/story-exports': "error";
readonly 'storybook/use-storybook-expect': "error";
readonly 'storybook/use-storybook-testing-library': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -23,14 +23,14 @@ } | {

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/await-interactions'?: undefined;
'storybook/context-in-play-function'?: undefined;
'storybook/default-exports'?: undefined;
'storybook/hierarchy-separator'?: undefined;
'storybook/no-redundant-story-name'?: undefined;
'storybook/prefer-pascal-case'?: undefined;
'storybook/story-exports'?: undefined;
'storybook/use-storybook-expect'?: undefined;
'storybook/use-storybook-testing-library'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/await-interactions'?: undefined;
readonly 'storybook/context-in-play-function'?: undefined;
readonly 'storybook/default-exports'?: undefined;
readonly 'storybook/hierarchy-separator'?: undefined;
readonly 'storybook/no-redundant-story-name'?: undefined;
readonly 'storybook/prefer-pascal-case'?: undefined;
readonly 'storybook/story-exports'?: undefined;
readonly 'storybook/use-storybook-expect'?: undefined;
readonly 'storybook/use-storybook-testing-library'?: undefined;
};

@@ -37,0 +37,0 @@ })[];

@@ -8,10 +8,10 @@ declare const _default: {

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/csf-component': string;
'storybook/default-exports': string;
'storybook/hierarchy-separator': string;
'storybook/no-redundant-story-name': string;
'storybook/story-exports': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/csf-component': "warn";
readonly 'storybook/default-exports': "error";
readonly 'storybook/hierarchy-separator': "warn";
readonly 'storybook/no-redundant-story-name': "warn";
readonly 'storybook/story-exports': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -21,10 +21,10 @@ } | {

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/csf-component'?: undefined;
'storybook/default-exports'?: undefined;
'storybook/hierarchy-separator'?: undefined;
'storybook/no-redundant-story-name'?: undefined;
'storybook/story-exports'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/csf-component'?: undefined;
readonly 'storybook/default-exports'?: undefined;
readonly 'storybook/hierarchy-separator'?: undefined;
readonly 'storybook/no-redundant-story-name'?: undefined;
readonly 'storybook/story-exports'?: undefined;
};

@@ -36,6 +36,6 @@ })[];

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/no-stories-of': string;
'storybook/no-title-property-in-meta': string;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/no-stories-of': "error";
readonly 'storybook/no-title-property-in-meta': "error";
};

@@ -48,9 +48,9 @@ };

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/await-interactions': string;
'storybook/context-in-play-function': string;
'storybook/use-storybook-expect': string;
'storybook/use-storybook-testing-library': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/await-interactions': "error";
readonly 'storybook/context-in-play-function': "error";
readonly 'storybook/use-storybook-expect': "error";
readonly 'storybook/use-storybook-testing-library': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -60,9 +60,9 @@ } | {

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/await-interactions'?: undefined;
'storybook/context-in-play-function'?: undefined;
'storybook/use-storybook-expect'?: undefined;
'storybook/use-storybook-testing-library'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/await-interactions'?: undefined;
readonly 'storybook/context-in-play-function'?: undefined;
readonly 'storybook/use-storybook-expect'?: undefined;
readonly 'storybook/use-storybook-testing-library'?: undefined;
};

@@ -76,14 +76,14 @@ })[];

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/await-interactions': string;
'storybook/context-in-play-function': string;
'storybook/default-exports': string;
'storybook/hierarchy-separator': string;
'storybook/no-redundant-story-name': string;
'storybook/prefer-pascal-case': string;
'storybook/story-exports': string;
'storybook/use-storybook-expect': string;
'storybook/use-storybook-testing-library': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/await-interactions': "error";
readonly 'storybook/context-in-play-function': "error";
readonly 'storybook/default-exports': "error";
readonly 'storybook/hierarchy-separator': "warn";
readonly 'storybook/no-redundant-story-name': "warn";
readonly 'storybook/prefer-pascal-case': "warn";
readonly 'storybook/story-exports': "error";
readonly 'storybook/use-storybook-expect': "error";
readonly 'storybook/use-storybook-testing-library': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -93,14 +93,14 @@ } | {

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/await-interactions'?: undefined;
'storybook/context-in-play-function'?: undefined;
'storybook/default-exports'?: undefined;
'storybook/hierarchy-separator'?: undefined;
'storybook/no-redundant-story-name'?: undefined;
'storybook/prefer-pascal-case'?: undefined;
'storybook/story-exports'?: undefined;
'storybook/use-storybook-expect'?: undefined;
'storybook/use-storybook-testing-library'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/await-interactions'?: undefined;
readonly 'storybook/context-in-play-function'?: undefined;
readonly 'storybook/default-exports'?: undefined;
readonly 'storybook/hierarchy-separator'?: undefined;
readonly 'storybook/no-redundant-story-name'?: undefined;
readonly 'storybook/prefer-pascal-case'?: undefined;
readonly 'storybook/story-exports'?: undefined;
readonly 'storybook/use-storybook-expect'?: undefined;
readonly 'storybook/use-storybook-testing-library'?: undefined;
};

@@ -120,10 +120,10 @@ })[];

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/csf-component': string;
'storybook/default-exports': string;
'storybook/hierarchy-separator': string;
'storybook/no-redundant-story-name': string;
'storybook/story-exports': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/csf-component': "warn";
readonly 'storybook/default-exports': "error";
readonly 'storybook/hierarchy-separator': "warn";
readonly 'storybook/no-redundant-story-name': "warn";
readonly 'storybook/story-exports': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -135,10 +135,10 @@ plugins?: undefined;

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/csf-component'?: undefined;
'storybook/default-exports'?: undefined;
'storybook/hierarchy-separator'?: undefined;
'storybook/no-redundant-story-name'?: undefined;
'storybook/story-exports'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/csf-component'?: undefined;
readonly 'storybook/default-exports'?: undefined;
readonly 'storybook/hierarchy-separator'?: undefined;
readonly 'storybook/no-redundant-story-name'?: undefined;
readonly 'storybook/story-exports'?: undefined;
};

@@ -158,10 +158,10 @@ plugins?: undefined;

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/csf-component': string;
'storybook/default-exports': string;
'storybook/hierarchy-separator': string;
'storybook/no-redundant-story-name': string;
'storybook/story-exports': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/csf-component': "warn";
readonly 'storybook/default-exports': "error";
readonly 'storybook/hierarchy-separator': "warn";
readonly 'storybook/no-redundant-story-name': "warn";
readonly 'storybook/story-exports': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -173,10 +173,10 @@ plugins?: undefined;

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/csf-component'?: undefined;
'storybook/default-exports'?: undefined;
'storybook/hierarchy-separator'?: undefined;
'storybook/no-redundant-story-name'?: undefined;
'storybook/story-exports'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/csf-component'?: undefined;
readonly 'storybook/default-exports'?: undefined;
readonly 'storybook/hierarchy-separator'?: undefined;
readonly 'storybook/no-redundant-story-name'?: undefined;
readonly 'storybook/story-exports'?: undefined;
};

@@ -187,6 +187,6 @@ plugins?: undefined;

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/no-stories-of': string;
'storybook/no-title-property-in-meta': string;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/no-stories-of': "error";
readonly 'storybook/no-title-property-in-meta': "error";
};

@@ -205,9 +205,9 @@ })[];

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/await-interactions': string;
'storybook/context-in-play-function': string;
'storybook/use-storybook-expect': string;
'storybook/use-storybook-testing-library': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/await-interactions': "error";
readonly 'storybook/context-in-play-function': "error";
readonly 'storybook/use-storybook-expect': "error";
readonly 'storybook/use-storybook-testing-library': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -219,9 +219,9 @@ plugins?: undefined;

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/await-interactions'?: undefined;
'storybook/context-in-play-function'?: undefined;
'storybook/use-storybook-expect'?: undefined;
'storybook/use-storybook-testing-library'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/await-interactions'?: undefined;
readonly 'storybook/context-in-play-function'?: undefined;
readonly 'storybook/use-storybook-expect'?: undefined;
readonly 'storybook/use-storybook-testing-library'?: undefined;
};

@@ -241,14 +241,14 @@ plugins?: undefined;

rules: {
'react-hooks/rules-of-hooks': string;
'import/no-anonymous-default-export': string;
'storybook/await-interactions': string;
'storybook/context-in-play-function': string;
'storybook/default-exports': string;
'storybook/hierarchy-separator': string;
'storybook/no-redundant-story-name': string;
'storybook/prefer-pascal-case': string;
'storybook/story-exports': string;
'storybook/use-storybook-expect': string;
'storybook/use-storybook-testing-library': string;
'storybook/no-uninstalled-addons'?: undefined;
readonly 'react-hooks/rules-of-hooks': "off";
readonly 'import/no-anonymous-default-export': "off";
readonly 'storybook/await-interactions': "error";
readonly 'storybook/context-in-play-function': "error";
readonly 'storybook/default-exports': "error";
readonly 'storybook/hierarchy-separator': "warn";
readonly 'storybook/no-redundant-story-name': "warn";
readonly 'storybook/prefer-pascal-case': "warn";
readonly 'storybook/story-exports': "error";
readonly 'storybook/use-storybook-expect': "error";
readonly 'storybook/use-storybook-testing-library': "error";
readonly 'storybook/no-uninstalled-addons'?: undefined;
};

@@ -260,14 +260,14 @@ plugins?: undefined;

rules: {
'storybook/no-uninstalled-addons': string;
'react-hooks/rules-of-hooks'?: undefined;
'import/no-anonymous-default-export'?: undefined;
'storybook/await-interactions'?: undefined;
'storybook/context-in-play-function'?: undefined;
'storybook/default-exports'?: undefined;
'storybook/hierarchy-separator'?: undefined;
'storybook/no-redundant-story-name'?: undefined;
'storybook/prefer-pascal-case'?: undefined;
'storybook/story-exports'?: undefined;
'storybook/use-storybook-expect'?: undefined;
'storybook/use-storybook-testing-library'?: undefined;
readonly 'storybook/no-uninstalled-addons': "error";
readonly 'react-hooks/rules-of-hooks'?: undefined;
readonly 'import/no-anonymous-default-export'?: undefined;
readonly 'storybook/await-interactions'?: undefined;
readonly 'storybook/context-in-play-function'?: undefined;
readonly 'storybook/default-exports'?: undefined;
readonly 'storybook/hierarchy-separator'?: undefined;
readonly 'storybook/no-redundant-story-name'?: undefined;
readonly 'storybook/prefer-pascal-case'?: undefined;
readonly 'storybook/story-exports'?: undefined;
readonly 'storybook/use-storybook-expect'?: undefined;
readonly 'storybook/use-storybook-testing-library'?: undefined;
};

@@ -274,0 +274,0 @@ plugins?: undefined;

{
"name": "eslint-plugin-storybook",
"version": "0.11.0",
"version": "0.11.1",
"description": "Best practice rules for Storybook",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc