UNPKG

react-storybook-addon-chapters

Version:

React Storybook Chapters addon allows showcasing of multiple components within a story by breaking it down into smaller categories (chapters) and subcategories (sections) for more organizational goodness.

19 lines (18 loc) 414 B
{ "extends": "airbnb", "rules": { "arrow-body-style": 0, "prefer-arrow-callback": 0, "func-names": 0, "react/jsx-filename-extension": 0, "react/jsx-no-bind": 0, "react/jsx-uses-react": 1, "react/prefer-stateless-function": 0, "import/no-named-as-default": 0, "import/no-named-as-default-member": 0, "import/named": 0 }, "parserOptions": { "ecmaVersion": 9 } }