Rebecca Stevens
Rebecca Stevens
From my understanding, tsdocs uses TypeDoc under the hood to generate the page. So we'll want to keep all the things to do with ensuring we're documenting the code right,...
We could put a lot of the config files in a sub `config` directory. Would that work or do just want to reduce file count? A lot of configs can...
No, I'm not very familiar with them either.
I was planning on using them for a new option of an eslint rule I was working on, but it turned out these weren't what I was looking for. (It...
I notice that in one of my projects, I'm currently using `getTypeOfPropertyOfType` from `@typescript-eslint/type-utils` and (will be) using a bunch of functions from this library. I thought that it might...
I've updated how the types are compiled for this project. Hopefully, as a consequence, this has also fixed this issue. Let me know if you still have to issue. Also,...
* **#864** * **#863** * **#862** * **#839** 👈 * **#826** * **#810** * **#804** : 1 other dependent PR ([#807](https://github.com/eslint-functional/eslint-plugin-functional/pull/807) ) * **#811** * **#803** * **#812** * **#845**...
globs are more of an extra I decided to include in this issue rather than making a new issue for them. I'm happy to remove them from this issue. Regex...
I guess the main thing is that I want to keep support for patterns when I add this feature to [`is-immutable-type`](https://github.com/RebeccaStevens/is-immutable-type) and to several rules in [`eslint-plugin-functional`](https://github.com/eslint-functional/eslint-plugin-functional). One use case...