Skip to content

Releases: github/eslint-plugin-github

v4.3.3

29 Oct 11:35
42b1b34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.2...v4.3.3

v4.3.2

06 Oct 15:13
6d8ee54
Compare
Choose a tag to compare

This is an empty release to solve some issues with publishing that we encountered when adding publishing from CI functionality to this project.

4.3.1

06 Oct 14:29
23aafe6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...4.3.1

v4.3.0

09 Sep 21:36
Compare
Choose a tag to compare
  • Add no-inner-html rule (#137), and add to browser config.
  • Use @typescript-eslint/no-invalid-this instead of no-invalid-this.

v4.2.0...v4.3.0

v4.2.0

11 Aug 10:15
v4.2.0
a8ec7ad
Compare
Choose a tag to compare

This release includes multiple new rules that we consider helpful when developing code in JavaScript.

Thanks to @pablonete for their first contribution 🙌🏻

v4.1.5...v4.2.0

v4.1.5

16 Jul 21:35
Compare
Choose a tag to compare

Fix a bug in 4.1.4 which used an invalid value for the @typescript-eslint/no-shadow rule

v4.1.4...v4.1.5

v4.1.4

16 Jul 18:59
v4.1.4
618187b
Compare
Choose a tag to compare

This release includes a fix to the no-shadow rule when enabled as part of the typescript configuration. Additionally, we've done some internal work and added more tests to the existing rules.

v4.1.3...v4.1.4

v4.1.3

07 Apr 08:29
v4.1.3
96e15c7
Compare
Choose a tag to compare

We are now pinning the svg-element-attributes version to 1.x.x to prevent import errors. Thanks to @andykenward 🎉

Additionally, we've added some meta properties of rules and updated dependencies.

v4.1.2...v4.1.3

v4.1.2

04 Mar 15:46
Compare
Choose a tag to compare

This release ensures compatibility with the latest version of eslint-config-prettier.

Thanks @galkin

v4.1.1

20 Jul 14:39
Compare
Choose a tag to compare

Fix a bug in v4.1.0 where the new rules were not added to the rule index.