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.
11 lines • 341 B
JSON
{
"typescript.tsc.autoDetect": "off",
"typescript.format.insertSpaceAfterCommaDelimiter": false,
"typescript.reportStyleChecksAsWarnings": false,
"typescript.suggest.paths": false,
"typescript.validate.enable": false,
"typescript.format.enable": false,
"search.exclude": {
"**/node_modules": false
}
}