Skip to content

Releases: tjw-lint/eslint-config-tjw-jsdoc

Improve formatting & README

24 Oct 03:08
Compare
Choose a tag to compare
  • Changed formatting so it does not require an empty line after an @example if it is the end of the block.
  • Added example to README to demo the formatting enforcement.

Diffs:

Update Dependencies

17 Sep 17:37
Compare
Choose a tag to compare

Updated dependencies and update rules to match latest eslint-plugin-jsdocs rules.

Diffs:

Format @callback tag

22 Jun 17:25
Compare
Choose a tag to compare

Added @callback to list of tags to enforce formatting on. Updated deps.

Diffs:

Disable "check-examples"

15 Jun 12:40
173a016
Compare
Choose a tag to compare

Checking examples is not currently possible in ESLint 8 because the API used for it in ESLint 7 was deprecated, however work towards a new approach is in progress. Once this rule is fixed upstream we will re-enable it.

Also updated README slightly.

Diffs:

Disable "require-examples", Update deps

05 Jun 19:38
Compare
Choose a tag to compare

I turned off the requirement that all functions have an example of how to use them (jsdoc/require-example). This is pretty tedious and not that beneficial in almost all cases. However, if you do want to supply an example usage, we still lint that if present.

Updated the deps.

Bumped the version.

Initial Release

09 Aug 02:32
Compare
Choose a tag to compare

All the rules that I set up for create-desktop-shortcuts.