Kasper Peulen fac2465219 No unused locals in tsconfig to disable deepscan
Deep scan is not compatible with TS 4.9 yet. And the only issues it seems to find that are not covered yet by TS or ESLint are unused imports. TSC can catch those by enabling noUnusedLocals in tsconfig.
2022-11-29 16:28:00 +01:00
..
2022-07-21 11:24:07 +02:00
2022-11-14 14:18:39 +01:00

Storybook Docs Utils

Shared utility functions for frameworks to implement docs:

  • ArgType extraction
  • Dynamic snippet generation
  • Is the user using docs or controls?

This library is used by most framework packages so it and its dependencies should be minimized