Aaron Brewer
Aaron Brewer
This is not necessarily for merging, just wanted to post for posterity!
This may just be an issue in monorepos, and specifically using https://spaceribs.tech/packages/nx-betterer/index.html, it seems like the .eslint file in the sub-project directory has trouble getting `parserOptions`. Happy to change this...
Makes sense, I definitely feel as though the `component` param is an oversimplification of what angular considers to be just another directive, from [the docs](https://angular.io/guide/architecture-components#directives): > A component is technically...
@ThibaudAV @Marklb per: https://github.com/storybookjs/storybook/pull/13215#issuecomment-732729849 can we close this or does it still need to be documented?
damn @ThibaudAV you totally got my hopes up with: > With this solution it works without any problems. If my quick test is correct let me know of course if...
thanks @chadbrewbaker, i'll update here if I receive any response back
 Getting closer!
that certainly works in the meantime, but I'd assume type parameters are just as important to document as parameters? why wouldn't we want to make it a more straightforward process...
@brettz9 sure, here's an example I'm working with: ```ts /** * A tuple of the coordinates and the value at the coordinate. */ export type Pairs = [D, V |...