ESLint v7.0.0-alpha.2 Release Notes

Release Date: 2020-02-28 // about 4 years ago
    • ⚡️ a5b41a7 Update: no-restricted-modules handle TemplateLiteral (fixes #12926) (#12927) (Michal Piechowiak)
    • ⚡️ 051567a Update: check identifier in array pattern in id-length (fixes #12832) (#12839) (YeonJuan)
    • 👕 4af06fc Breaking: Test with an unknown error property should fail in RuleTester (#12096) (Milos Djermanovic)
    • ⚡️ 9038a29 Update: func-names as-needed false negative with AssignmentPattern (#12932) (Milos Djermanovic)
    • 👕 afde78b Fix: curly removes necessary braces between if and else (fixes #12928) (#12943) (Milos Djermanovic)
    • 💅 4797fb2 Fix: arrow-body-style crash with object literal body (fixes #12884) (#12886) (Milos Djermanovic)
    • 👕 afa9aac Breaking: class default true computed-property-spacing (fixes #12812) (#12915) (Milos Djermanovic)
    • 👕 b8e20d3 Docs: Mention TypeScript's compiler check (#12903) (Benny Neugebauer)
    • 👕 de14d1c Fix: wrap-iife autofix removes mandatory parentheses (#12905) (Milos Djermanovic)
    • 👕 5775b06 Fix: Optionally allow underscores in member names (#11972) (Edgardo Avilés)
    • ⚡️ e997f32 Docs: Updated arrow-parens for minor grammar issue (#12962) (Tom)
    • 👕 7d52151 Breaking: classes default true in accessor-pairs (fixes #12811) (#12919) (Milos Djermanovic)
    • 👕 cf14355 Docs: Fix links to custom parsers doc (#12965) (Brandon Mills)
    • 👕 0dfc3ff Fix: add end location to report in no-eval (#12960) (Milos Djermanovic)
    • 👕 f479f6f Docs: References correct config file name (#12885) (Patrick Kilgore)
    • 👕 78182e4 Breaking: Add new rules to eslint:recommended (fixes #12911) (#12920) (Milos Djermanovic)
    • 👕 8d5c434 Docs: fix category descriptions for site generation (fixes #12894) (#12930) (Kai Cataldo)
    • 👕 05380e6 Docs: Remove claim about semicolons from docs (#12944) (Luke Sikina)
    • 👕 aa9d725 Sponsors: Sync README with website (ESLint Jenkins)
    • ⚡️ 7747177 Update: report rename id destructuring in id-blacklist (fixes #12807) (#12923) (YeonJuan)
    • 👕 6423e11 Breaking: check unnamed default export in func-names (fixes #12194) (#12195) (Chiawen Chen)
    • ⚡️ 77df505 Update: check renaming identifier in object destructuring (fixes 12827) (#12881) (YeonJuan)
    • ⚡️ 41de9df Update: enforceForLogicalOperands no-extra-boolean-cast (fixes #12137) (#12734) (jmoore914)