ESLint v7.31.0 released
by Brandon Mills - 17 July 2021We just pushed ESLint v7.31.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.
Enhancements
- a96b05fUpdate: add end location to report in- consistent-return(refs #12334) (#14798) (Nitin Kumar)
- ddffa8aUpdate: Indicating the operator in question (#14764) (Paul Smith)
- bba714cUpdate: Clarifying what changes need to be made in no-mixed-operators (#14765) (Paul Smith)
Documentation
- e0e8e30Docs: update BUG_REPORT template (#14787) (Nitin Kumar)
- 39115c8Docs: provide more context to no-eq-null (#14801) (gfyoung)
- 9a3c73cDocs: fix a broken link (#14790) (Sam Chen)
- b0d22e3Docs: Mention benefit of providing- meta.docs.url(#14774) (Bryan Mishkin)