Releases: github/eslint-plugin-github
v4.2.0
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
Fix a bug in 4.1.4 which used an invalid value for the @typescript-eslint/no-shadow
rule
v4.1.4
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
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.1
v4.1.0
v4.0.1
v4.0.0
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.