-
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
- […
-
I'm trying to add a logo and a custom stylesheet on the JSDoc build configs, but the files are not copied over to the generated `docs` directory.
I placed my assets in a `jsodc` directory at the pr…
-
The method names of the class are sorted to a point, then it starts over again. (unless this is intended behavior).
You can see in this example, it is sorted up until **whereCondition** and then s…
-
### Context
As a developper I would like to have help from my IDE to add metadata to the different modules of Otter.
### Proposal
- [ ] Intellisense for Configuration metadata
- [x] Suppor…
-
We need a way for BRJS plugins to make use of installed Node packages. We should do it a way that any BRJS plugin can make use of the mechanism and we shouldn't force BRJS users to have to install nod…
-
When using a dot `.` character in an event name, only the last part is shown.
### Input code
```js
/**
*/
class Foo {
}
/**
* Test Event
*
* @memberof Foo
* @event one.two…
-
According to the [documentation](https://storybook.js.org/docs/api/doc-block-description#writing-descriptions), to set the description of a component you should use a JSDoc comment above the `meta` va…
-
Because I need this for my project, I started to rewrite this library using TypeScript, a different XML builder and modern tooling. @kewisch Are you open to include this as "v2" in this repository?
…
-
default_theme & sections order setting is not effective
{
"source": {
"include": ["./Resources"],
"excludePattern": "(node_modules/|docs)",
"includePattern": ".js$"
},
"opt…
ximlu updated
4 months ago
-
Autofix for `unicorn/prevent-abbreviations` must either don't touch function parameters or rename them in JSDoc when it exists or it will break a code (the JSDoc based type check, documentation, etc)…