diff --git a/.eslintrc.json b/.eslintrc.json index d76362fa..8f529fe4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,5 +16,5 @@ "processor": "svelte3/svelte3" } ], - "ignorePatterns": ["*.snap"] + "ignorePatterns": ["docs", "*.snap"] } diff --git a/README.md b/README.md index 08d735ce..19a127ce 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Currently, the following components are supported: - CheckboxSkeleton - CodeSnippet - CodeSnippetSkeleton +- ComboBox - ComposedModal - ModalHeader - ModalBody diff --git a/docs/iframe.html b/docs/iframe.html index a908fdaa..b95f963b 100644 --- a/docs/iframe.html +++ b/docs/iframe.html @@ -70,4 +70,4 @@ }
Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.