Skip to content

Releases: typhonjs-config/eslint-config

0.6.3

26 Jun 20:56
Compare
Choose a tag to compare

0.6.3

  • Turn off jsdoc/no-defaults which was enabled in ^46.

0.6.2

26 Jun 20:36
Compare
Choose a tag to compare

0.6.2

  • Bump eslint-plugin-jsdoc to ^46.

0.6.1

25 Apr 01:25
Compare
Choose a tag to compare

0.6.1

  • Fix for not including in package new /rules directory.

0.6.0

  • By default "jsdoc/no-undefined-types": "off" is used. A new no-undefined-types config is now available
    for each year release that enables the no-undefined-types rule along with including Typescript types not
    included in eslint-plugin-jsdoc.

  • Updated eslint-plugin-jsdoc dependency to ^43.

0.5.0

22 Apr 21:17
Compare
Choose a tag to compare

0.5.0 (major)

  • Removed jsdoc/no-undefined-types rule turning it off; must now provide explicit types.
    • To explicitly turn off again add "rules": { "jsdoc/no-undefined-types": "off" } to eslint config.
  • Added public to exceptions in tag-lines rule.
  • Fixed old invalid configuration values in tag-lines.

0.4.0

21 Apr 02:49
Compare
Choose a tag to compare

0.4.0

  • Updated eslint-plugin-jsdoc dependency to 43.0.7.
  • Added hidden to exceptions in tag-lines rule.

0.3.6

21 Oct 00:05
Compare
Choose a tag to compare

0.3.6

  • Updated eslint-plugin-jsdoc dependency to 39.3.14.

0.3.5

03 Aug 00:58
Compare
Choose a tag to compare

0.3.5

  • Added template to exceptions in tag-lines rule.
  • Added no-useless-constructor to default ESM rules.
  • Updated eslint-plugin-jsdoc dependency to 39.3.4.

v0.3.2

08 Nov 06:16
Compare
Choose a tag to compare

0.3.2

  • Small fix to include es2021 environment in 2022 config.

v0.3.1

02 Nov 00:45
Compare
Choose a tag to compare

0.3.1

  • Small fix for invalid env ESM attributes for 2018 / 2019.

v0.3.0

29 Oct 08:26
Compare
Choose a tag to compare

Added support for ESLint 8.x