-
It seems that the latest JSDoc version (3.4.0 at the time of this writing) had an incompatible API change, which results in an exception when generating the documentation (I noticed this after removin…
-
Has anybody reviewed compatibility with the types listed in jsdoctypeparser/jsdoctypeparser#50 ? If you haven't, @simonseyock, I might be able to investigate.
-
Hi,
Is there any setting/option to make the `require-param` rule to apply fixes by adding an object instead of properties in new lines?
If not, I think moving forward with a new proposal should…
-
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 use the `benderthecrime/require-jsdoc-on-export` rule to work, by adding it to the .eslintrc file as:
```
"rules": {
"benderthecrime/require-jsdoc-on-export": [
2,
{…
mnezh updated
7 years ago
-
This is more a feature request than a problem.
## Problem
As a new user, I find it a bit difficult to orient myself in the documentation files.
It would probably be more beneficial to have a s…
-
When writing tsdoc strings, it's powerful to be able to reference types from an inline link tag.
It would however be great if the eslint plugin would mark these as used and avoid the [@typescript-esl…
-
### Input code
```js
/**
* Test function.
* @param {string} [arg] - Test argument.
*/
export function test(arg = 'default_value') {}
```
### JSDoc configuration
Default.
### JSDo…
-
I did better-docs and JSDoc integration with React Native.
- First I created a fresh React Native CLI project using ` react-native init whatevername`
- I did follow exactly the same steps ment…
-
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
- […