-
Getting above error when adding storybook. It is correctly picking up .stories.ts files
![image](https://github.com/user-attachments/assets/f03d333f-1ffd-40bd-b277-c7cf41bced6d)
.storybook/main
`…
-
## Motivation
My motivation for this rule is to enforce consistent spacing for type unions in type parameter, specifically to always have spaces surrounding the `|`. E.g. `string | number`, not…
-
## Motivation
Enabling all rules without having to add each rule or the ones missing from the recommended config
## Current behavior
There is no extensible "all" config like there is a recomm…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Looks like it's trying to parse TypeScript as if it was Javascript. (since as I go about changing the file replacing the typescript syntax by js syntax, it complains about the next typescript specific…
-
**Note:** This is how JetBrains' PHPStorm IDE documents arrays of values of unknown type by default.
### Input code
```js
/**
* @param {*[]} foo
*/
```
### JSDoc configuration
…
-
As part of the build process, [CesiumJS generates TypeScript definitions based off our jsdoc comments](https://github.com/CesiumGS/cesium/pull/8878).
While we're generally pretty meticulous about h…
ggetz updated
2 months ago
-
I have the following file structure:
```
parentDir
|---config.json
|---package-lock.json
|---package.json
|---example.js
|---node_modules
```
package.json looks like:
```json
{
"devD…
-
The option for `require-jsdoc` is hard to use. It requires knowledge of ESTree. And it is not useful for this rule to make distinction between `FunctionDeclaration`, `FunctionExpression`, and `ArrowFu…
-
I really like the documentation and I want to really try to avoid rewriting it's system but I think we should colocate it with the code in this repo as opposed to keeping it in a different repo. I als…