You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also:
- chore: update jsdoccomment and devDeps.
- docs: improve linebreaks
Now parses identifiers sans hyphens and avoiding treating NaN and Infinity as numbers
|:heavy_check_mark:||[check-values](./docs/rules/check-values.md#readme)| This rule checks the values for a handful of tags: `@version`, `@since`, `@license` and `@author`. |
443
444
||:wrench:|[convert-to-jsdoc-comments](./docs/rules/convert-to-jsdoc-comments.md#readme)| Converts non-JSDoc comments preceding or following nodes into JSDoc ones |
444
445
|:heavy_check_mark:|:wrench:|[empty-tags](./docs/rules/empty-tags.md#readme)| Checks tags that are expected to be empty (e.g., `@abstract` or `@async`), reporting if they have content |
446
+
|:heavy_check_mark:|:wrench:|[escape-inline-tags](./docs/rules/escape-inline-tags.md#readme)| Reports use of JSDoc tags in non-tag positions (in the default "typescript" mode). |
445
447
|:heavy_check_mark:||[implements-on-classes](./docs/rules/implements-on-classes.md#readme)| Prohibits use of `@implements` on non-constructor functions (to enforce the tag only being used on classes/constructors). |
446
448
|||[imports-as-dependencies](./docs/rules/imports-as-dependencies.md#readme)| Reports if JSDoc `import()` statements point to a package which is not listed in `dependencies` or `devDependencies`|
447
449
|||[informative-docs](./docs/rules/informative-docs.md#readme)| This rule reports doc comments that only restate their attached name. |
0 commit comments