Skip to content

Releases: github/eslint-plugin-github

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.

v4.1.0

16 Jul 11:02
Compare
Choose a tag to compare
  • Add require-passive-events rule (#110), and add to browser config
  • Add prefer-observers rule (#110), and add to browser config
  • Add no-useless-passive rule (#110), and add to browser config

v4.0.1

27 May 09:57
d186731
Compare
Choose a tag to compare
  • Don't extends configs in the browser and internal configs (#108)

v4.0.0

22 May 09:08
01080b3
Compare
Choose a tag to compare

Version 4.0.0-1 has been out for a while and considered stable.

In this major version we've dropped react/graphql/relay support and beefed up the TypeScript support. The prettier config has been moved into github/prettier-config. Additionally we've removed the initialization scripts that generate configurations so this package is more in line with other sharable ESLint configs.

v4.0.0-1

03 Apr 08:35
46b2170
Compare
Choose a tag to compare
v4.0.0-1 Pre-release
Pre-release
  • Merge pull request #104 from github/change-typescript-rules 9f552f1
  • turn off interface-name-prefix rule be71c95
  • turn off no-unused-vars rule in typescript config eae37ab
  • Merge pull request #103 from github/use-prettier-config-package 54bd28d
  • use prettier from npm package 40fbc4a

v4.0.0-0...v4.0.0-1