Releases: github/eslint-plugin-github
Releases · github/eslint-plugin-github
v4.3.3
v4.3.2
4.3.1
What's Changed
- Suggest using textContent instead of innerHTML by @manuelpuyol in #138
- Publish package from releases via GitHub actions. by @koddsson in #139
- Update
@typescript-eslint
packages by @koddsson in e52d6a9 - Update
eslint-plugin-import
by @koddsson in a1923a2
Full Changelog: v4.3.0...4.3.1
v4.3.0
- Add
no-inner-html
rule (#137), and add to browser config. - Use
@typescript-eslint/no-invalid-this
instead ofno-invalid-this
.
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.