All Versions
46
Latest Version
Avg Release Cycle
14 days
Latest Release
1230 days ago

Changelog History
Page 3

  • v7.0.0-alpha.3 Changes

    March 28, 2020
    • ๐Ÿ‘• 78c8cda Breaking: RuleTester Improvements (refs eslint/rfcs#25) (#12955) (Milos Djermanovic)
    • โšก๏ธ e0f1b6c Update: stricter array index check in no-magic-numbers (fixes #12845) (#12851) (Milos Djermanovic)
    • โšก๏ธ 362713c Update: Improve report location for template-curly-spacing (#12813) (Milos Djermanovic)
    • ๐Ÿ‘• 29f32db Fix: Change error message logic for implicit file ignore (fixes #12873) (#12878) (Scott Hardin)
    • ๐Ÿ‘• eb1a43c Fix: require-await ignore async generators (fixes #12459) (#13048) (Anix)
    • ๐Ÿ‘• 920465b Fix: getNameLocationInGlobalDirectiveComment end location (refs #12334) (#13086) (Milos Djermanovic)
    • ๐Ÿ‘• ae14a02 Fix: add end location to report in no-extra-bind (refs #12334) (#13083) (Milos Djermanovic)
    • โšก๏ธ 105384c Update: report operator location in operator-linebreak (refs #12334) (#13102) (Milos Djermanovic)
    • โšก๏ธ 081e240 Update: support globalThis in no-implied-eval (fixes #12670) (#13105) (YeonJuan)
    • ๐Ÿ‘• 185982d Breaking: improve plugin resolving (refs eslint/rfcs#47) (#12922) (Toru Nagashima)
    • ๐Ÿ‘• 0c20bc0 Fix: check assignment property target in camelcase (fixes #13025) (#13027) (YeonJuan)
    • ๐Ÿ‘• 8d50a7d Fix: add end location to report in no-prototype-builtins (refs #12334) (#13087) (Milos Djermanovic)
    • ๐Ÿ‘• 3e4e7f8 Fix: incorrect logic for required parens in no-extra-boolean-cast fixer (#13061) (Milos Djermanovic)
    • ๐Ÿ‘• 6c069f9 Docs: Add comments to code block in example (#13089) (Kibeom Kwon)
    • ๐Ÿ‘• ee1f053 Docs: Fix typo (#13092) (Max Coplan)
    • ๐Ÿ‘• 76324ac Docs: Add further reading to rule (#13084) (Max Coplan)
    • โšก๏ธ a1370ab Update: Report constructor calls in no-obj-calls (#12909) (Milos Djermanovic)
    • โฌ†๏ธ 2111c52 Upgrade: [email protected] (#13076) (Milos Djermanovic)
    • ๐Ÿ‘• 3f7c9bf Docs: clarify variables option in no-use-before-define (fixes #12986) (#13017) (Anix)
    • ๐Ÿ‘• aef9488 Fix: allow references to external globals in id-blacklist (fixes #12567) (#12987) (Milos Djermanovic)
    • ๐Ÿ‘• 4955c50 Fix: remove type arguments in prefer-object-spread (fixes #13058) (#13063) (Milos Djermanovic)
    • ๐Ÿ‘• 48b122f Breaking: change relative paths with --config (refs eslint/rfcs#37) (#12887) (Toru Nagashima)
    • โšก๏ธ 085979f Update: consider env in no-implied-eval (fixes #12733) (#12757) (YeonJuan)
    • ๐Ÿ‘• 9ac5b9e Docs: Clarify node_modules is ignored by default (fixes #13006) (#13054) (Mika Kuijpers)
    • ๐Ÿ‘• 0de91f3 Docs: removed correct code from incorrect eg (#13060) (Anix)
    • ๐Ÿ‘• dbe357d Fix: check template literal in prefer-numeric-literals (fixes #13045) (#13046) (YeonJuan)
    • ๐Ÿ‘• 2260611 Fix: added async in allow method in no-empty-function (fixes #12768) (#13036) (Anix)
    • ๐Ÿ‘• f3788af Sponsors: Sync README with website (ESLint Jenkins)
    • โšก๏ธ e90b29b Update: Allow testing Suggestions with data in RuleTester (fixes #12606) (#12635) (Milos Djermanovic)
    • ๐Ÿ‘• 7224eee Fix: no-plusplus allow comma operands in for afterthought (fixes #13005) (#13024) (Milos Djermanovic)
    • ๐Ÿ‘• 7598cf8 Fix: Newline before eof when creating config via --init (#12952) (Andreas Lind)
    • โšก๏ธ 183e300 Update: support globalThis (refs #12670) (#12774) (YeonJuan)
    • โšก๏ธ af7af9d Docs: Update governance (#13055) (Nicholas C. Zakas)
    • ๐Ÿ‘• 31d5eb3 Sponsors: Sync README with website (ESLint Jenkins)
    • โฌ†๏ธ 95613d4 Upgrade: [email protected] (#13026) (Kai Cataldo)
    • ๐Ÿ‘• f1525dc Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 0243549 Fix: camelcase false positive with computed property (fixes #13022) (#13023) (Milos Djermanovic)
    • ๐Ÿ”’ bc0c02c Chore: added lock files to gitignore (#13015) (Anix)
    • ๐Ÿ’… 79ac6cd Docs: added less confusing explanation for func-style (fixes #12900) (#13004) (Anix)
    • โšก๏ธ 26267ed Chore: update GitHub Actions (#12984) (Pig Fang)
    • โšก๏ธ 1299705 Update: acorn version (#13016) (Idan Avrahami)
    • ๐Ÿ‘• 6cef0d5 Fix: Check division operator in astUtils.canTokensBeAdjacent (#12879) (Milos Djermanovic)
    • ๐Ÿ‘• fd8e1f5 Sponsors: Sync README with website (ESLint Jenkins)
    • โšก๏ธ 472025f Chore: update space-before-function-paren in eslint-config-eslint (#12966) (Kai Cataldo)
    • ๐Ÿ‘• fd8c42a Sponsors: Sync README with website (ESLint Jenkins)
  • v7.0.0-alpha.2 Changes

    February 28, 2020
    • โšก๏ธ 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)
  • v7.0.0-alpha.1 Changes

    February 14, 2020
    • ๐Ÿ‘• f702b1a Docs: Add missing plugin reference (#12796) (Eduard Bardajรญ Puig)
    • ๐Ÿ‘• 1f1424c Fix: fix inconsistently works option in no-extra-parens (fixes #12717) (#12843) (YeonJuan)
    • ๐Ÿ‘• b5adcaa Fix: make YieldExpression throwable (fixes #12880) (#12897) (YeonJuan)
    • ๐Ÿ‘• 4293229 Breaking: use-isnan enforceForSwitchCase default true (fixes #12810) (#12913) (Milos Djermanovic)
    • ๐Ÿ‘• cf38d0d Breaking: change default ignore pattern (refs eslint/rfcs#51) (#12888) (Toru Nagashima)
    • ๐Ÿ‘• bfe1dc4 Breaking: no-dupe-class-members checks some computed keys (fixes #12808) (#12837) (Milos Djermanovic)
    • โšก๏ธ 1ee6b63 Update: check template literal in yoda (fixes #12863) (#12876) (YeonJuan)
    • ๐Ÿ‘• 0ae7041 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 1907e57 Chore: add Twitter and Open Collective badge (#12877) (Kai Cataldo)
    • ๐Ÿ‘• 95e0586 Fix: id-blacklist false positives on renamed imports (#12831) (Milos Djermanovic)
    • ๐Ÿ’… b7f0d20 Chore: Use consistent badge style (#12825) (fisker Cheung)
    • ๐Ÿ‘• 3734a66 Chore: use ids for messages (#12859) (Gareth Jones)
    • ๐Ÿ‘• 824d235 Docs: add errorOnUnmatchedPattern option to CLIEngine (#12834) (Arthur Denner)
    • โšก๏ธ 439c833 Update: array-callback-return checks Array.forEach (fixes #12551) (#12646) (Gabriel R Sezefredo)
    • ๐Ÿ‘• 33efd71 Docs: Fix spelling mistakes (#12861) (Bryan Mishkin)
    • โšก๏ธ a5b3c5f Docs: Update README team and sponsors (ESLint Jenkins)
    • ๐Ÿ‘• 0cae920 Chore: rename shadowed global (#12862) (Tony Brix)
    • ๐Ÿ‘• 055b80d Chore: Fix typo in complexity.js (#12864) (Kyle Shevlin)
    • ๐Ÿ‘• d6c313d Docs: add missing eslint comments in prefer-regex-literals examples (#12858) (Milos Djermanovic)
    • ๐Ÿ‘• 7d551ab Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 540de8e Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• ac5d515 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• dadc892 Fix: operator-assignment crash on adjacent division assignment (#12844) (Milos Djermanovic)
    • 9f39ef0 Chore: typo in PULL_REQUEST_TEMPLATE.md (#12848) (Balรกzs Orbรกn)
    • ๐Ÿ‘• a60d5cd Chore: typo in no-irregular-whitespace.js (#12847) (Balรกzs Orbรกn)
    • ๐Ÿ‘• 691d19a Chore: add missing ecmaVersion 2020/11 type value (#12833) (Piotr Bล‚aลผejewicz (Peter Blazejewicz))
    • ๐Ÿ‘• 516ddb3 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• a9d92f9 Fix: radix rule crash on disabled globals (#12824) (Milos Djermanovic)
    • โšก๏ธ 03a69db Update: check template literal in no-proto, no-iterator (fixes #12801) (#12806) (YeonJuan)
    • โšก๏ธ 562e784 Update: fix no-magic-numbers false negative with ignoreArrayIndexes (#12805) (Milos Djermanovic)
    • ๐Ÿ‘• f5b9656 Chore: add test for no-constant-condition (#12836) (Milos Djermanovic)
    • ๐Ÿ’… 533c114 Fix: multiline-comment-style rule add extra space after * (fixes #12785) (#12823) (Karthik Priyadarshan)
    • โšก๏ธ 0460748 Update: check template literal in no-constant-condition (fixes #12815) (#12816) (YeonJuan)
    • ๐Ÿ‘• 80309c3 Fix: no-constant-condition doesn't introspect arrays (fixes #12225) (#12307) (Sean Gray)
    • ๐Ÿ‘• 10a79a6 Chore: Adopt eslint-plugin/require-meta-docs-description internally (#12762) (Bryan Mishkin)
    • ๐Ÿ‘• aea1729 Docs: Fix anchor links in Node.js API TOC (#12821) (Matija Marohniฤ‡)
    • ๐Ÿ‘• 1b8a3ce Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• c2217c0 Breaking: make radix rule stricter (#12608) (fisker Cheung)
  • v7.0.0-alpha.0 Changes

    January 17, 2020
    • ๐Ÿ‘• 1aa021d Breaking: lint overrides files (fixes #10828, refs eslint/rfcs#20) (#12677) (Toru Nagashima)
    • โšก๏ธ e59d775 Update: Separate pattern/expression options for array-element-newline (#11796) (jacobparish)
    • โšก๏ธ f8f115a Update: treat comment tokens in template-curly-spacing (fixes #12744) (#12775) (YeonJuan)
    • ๐Ÿ‘• b50179d Breaking: Check assignment targets in no-extra-parens (#12490) (Milos Djermanovic)
    • ๐Ÿ‘• de4fa7c Fix: wrong indent at tagged template in indent (fixes #12122) (#12596) (YeonJuan)
    • ๐Ÿ‘• d86a5bb Breaking: Check flatMap in array-callback-return (fixes #12235) (#12765) (Milos Djermanovic)
    • ๐Ÿ‘• cf46df7 Breaking: description in directive comments (refs eslint/rfcs#33) (#12699) (Toru Nagashima)
    • ๐Ÿ‘• 7350589 Breaking: some rules recognize bigint literals (fixes #11803) (#12701) (Toru Nagashima)
    • ๐Ÿ‘• 16a1c1f Fix: prefer-object-spread false positives with accessors (fixes #12086) (#12784) (Milos Djermanovic)
    • ๐Ÿ‘• f9774ec New: Add default-case-last rule (fixes #12665) (#12668) (Milos Djermanovic)
    • โšก๏ธ 9a93d9e Update: fix no-restricted-imports export * false negative (fixes #12737) (#12798) (Milos Djermanovic)
    • ๐Ÿ‘• 0d8c0af Fix: improve report location for computed-property-spacing (#12795) (Milos Djermanovic)
    • ๐Ÿ‘• 756b95d Fix: id-blacklist should ignore ObjectPatterns (fixes #12787) (#12792) (JP Ramassini)
    • ๐Ÿ‘• 561b6d4 Chore: add prerequisites checklist to PR template (#12790) (Kai Cataldo)
    • ๐Ÿ‘• 01ff791 Fix: Display pipe character correctly in test output (#12771) (Brad Zacher)
    • โšก๏ธ 68becbd Update: fix no-restricted-imports importNames reporting (fixes #12282) (#12711) (Andrey Alexandrov)
    • โšก๏ธ ae959b6 Update: report double extra parens in no-extra-parens (fixes #12127) (#12697) (YeonJuan)
    • ๐Ÿ‘• 02fcc05 Docs: Improve sort-keys (#12791) (Steven Vachon)
    • ๐Ÿ‘• 35cd958 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• a1d999c New: Add no-useless-backreference rule (fixes #12673) (#12690) (Milos Djermanovic)
    • โšก๏ธ b2c6209 Update: fix no-extra-parens CallExpression#callee false negatives (#12743) (Milos Djermanovic)
    • โšก๏ธ 14b42c3 Update: fix counting jsx comment len in max-len (fixes #12213) (#12661) (YeonJuan)
    • โฌ†๏ธ e632c31 Upgrade: several dependencies (#12753) (Toru Nagashima)
    • ๐Ÿ‘• 25eb703 Docs: fix dead link in max-lines rule docs (#12766) (Christian Bundy)
    • ๐Ÿ”จ 9dfc850 Chore: Refactor to use messageId in a number of rules (#12715) (Brad Zacher)
    • ๐Ÿ‘• 1118fce Breaking: runtime-deprecation on '~/.eslintrc' (refs eslint/rfcs#32) (#12678) (Toru Nagashima)
    • ๐Ÿ‘• 2c28fbb Breaking: drop Node.js 8 support (refs eslint/rfcs#44) (#12700) (Toru Nagashima)
    • ๐Ÿ’… 098b67d Docs: fix minor typo in brace-style.md (#12749) (Marko Kaznovac)
    • โšก๏ธ 313f70a Update: add outerIIFEBody: "off" to indent rule (fixes #11377) (#12706) (Kai Cataldo)
    • ๐Ÿ‘• b77b858 Chore: fix separateRequires tests for one-var rule (#12709) (Milos Djermanovic)
    • ๐Ÿ‘• e4df7df Chore: add JSDoc types for RuleTester test cases (#12325) (Chiawen Chen)
    • ๐Ÿ‘• b23ad0d Docs: change a broken link in working-with-rules.md (#12732) (Damien Cassou)
    • โšก๏ธ 3fa39a6 Update: Handle locally unsupported regex in computed property keys (#12056) (Milos Djermanovic)
    • ๐Ÿ‘• 4744397 Chore: remove unused code in max-lines-per-function (#12659) (YeonJuan)
    • โšก๏ธ 4e16957 Build: update browser build (#12693) (Toru Nagashima)
    • ๐Ÿ‘• 00ddfff Fix: Windows path parsing for JUnit (fixes #12507) (#12509) (Michael Wall)
    • ๐Ÿ‘• 985dac3 New: Add no-restricted-exports rule (fixes #10428) (#12546) (Milos Djermanovic)
    • ๐Ÿ‘• 1aff21b Fix: no-mixed-spaces-and-tabs reports multiline strings (#12566) (Milos Djermanovic)
    • โšก๏ธ 8f1020f Update: no-void add an option to allow void as a statement (#12613) (Brad Zacher)
    • โšก๏ธ bb6cf50 Update: Add offsetTernaryExpressions option for indent rule (#12556) (Adam Stankiewicz)
    • ๐Ÿ‘• 39f5a45 Chore: add test cases for for-direction (#12698) (YeonJuan)
    • ๐Ÿ‘• b340304 Chore: Add extra test, improve docs (#12492) (Kevin Partington)
    • ๐Ÿš€ 827259e Build: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • v6.8.0 Changes

    December 20, 2019
    • ๐Ÿ‘• c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan)
    • ๐Ÿ‘• 9986d9e Chore: add object option test cases in yield-star-spacing (#12679) (YeonJuan)
    • ๐Ÿ‘• 1713d07 New: Add no-error-on-unmatched-pattern flag (fixes #10587) (#12377) (ncraley)
    • โšก๏ธ 5c25a26 Update: autofix bug in lines-between-class-members (fixes #12391) (#12632) (YeonJuan)
    • ๐Ÿ‘• 4b3cc5c Chore: enable prefer-regex-literals in eslint codebase (#12268) (่–›ๅฎš่ฐ”็š„็Œซ)
    • โšก๏ธ 05faebb Update: improve suggestion testing experience (#12602) (Brad Zacher)
    • โšก๏ธ 05f7dd5 Update: Add suggestions for no-unsafe-negation (fixes #12591) (#12609) (Milos Djermanovic)
    • โšก๏ธ d3e43f1 Docs: Update no-multi-assign explanation (#12615) (Yuping Zuo)
    • ๐Ÿ‘• 272e4db Fix: no-multiple-empty-lines: Adjust reported loc (#12594) (Tobias Bieniek)
    • ๐Ÿ‘• a258039 Fix: no-restricted-imports schema allows multiple paths/patterns objects (#12639) (Milos Djermanovic)
    • ๐Ÿ‘• 51f9620 Fix: improve report location for array-bracket-spacing (#12653) (Milos Djermanovic)
    • ๐Ÿ‘• 45364af Fix: prefer-numeric-literals doesn't check types of literal arguments (#12655) (Milos Djermanovic)
    • ๐Ÿ‘• e3c570e Docs: Add example for expression option (#12694) (Arnaud Barrรฉ)
    • ๐Ÿ‘• 6b774ef Docs: Add spacing in comments for no-console rule (#12696) (Nikki Nikkhoui)
    • ๐Ÿ”จ 7171fca Chore: refactor regex in config comment parser (#12662) (Milos Djermanovic)
    • โšก๏ธ 1600648 Update: Allow $schema in config (#12612) (Yordis Prieto)
    • โšก๏ธ acc0e47 Update: support .eslintrc.cjs (refs eslint/rfcs#43) (#12321) (Evan Plaice)
    • ๐Ÿš€ 49c1658 Chore: remove bundling of ESLint during release (#12676) (Kai Cataldo)
    • ๐Ÿ‘• 257f3d6 Chore: complete to move to GitHub Actions (#12625) (Toru Nagashima)
    • ๐Ÿ‘• ab912f0 Docs: 1tbs with allowSingleLine edge cases (refs #12284) (#12314) (Ari Kardasis)
    • ๐Ÿ‘• dd1c30e Sponsors: Sync README with website (ESLint Jenkins)
    • โšก๏ธ a230f84 Update: include node version in cache (#12582) (Eric Wang)
    • ๐Ÿ‘• 8b65f17 Chore: remove references to parser demo (#12644) (Kai Cataldo)
    • ๐Ÿ‘• e9cef99 Docs: wrap {{}} in raw liquid tags to prevent interpolation (#12643) (Kai Cataldo)
    • ๐Ÿ‘• e707453 Docs: Fix configuration example in no-restricted-imports (fixes #11717) (#12638) (Milos Djermanovic)
    • ๐Ÿ‘• 19194ce Chore: Add tests to cover default object options in comma-dangle (#12627) (YeonJuan)
    • โšก๏ธ 6e36d12 Update: do not recommend require-atomic-updates (refs #11899) (#12599) (Kai Cataldo)
  • v6.7.2 Changes

    November 30, 2019
    • ๐Ÿ‘• bc435a9 Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes #12614) (#12616) (Toru Nagashima)
    • ๐Ÿ‘• 4928d51 Fix: don't ignore the entry directory (fixes #12604) (#12607) (Toru Nagashima)
    • ๐Ÿ‘• b41677a Docs: Clarify suggestion's data in Working with Rules (refs #12606) (#12617) (Milos Djermanovic)
    • ๐Ÿ‘• ea16de4 Fix: Support tagged template literal generics in no-unexpected-multiline (#11698) (Brad Zacher)
    • ๐Ÿ‘• fa6415d Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• e1e158b Sponsors: Sync README with website (ESLint Jenkins)
  • v6.7.1 Changes

    November 25, 2019
    • ๐Ÿ‘• dd1e9f4 Fix: revert changes to key-spacing due to regression (#12598) (Kai Cataldo)
    • โšก๏ธ c644b54 Docs: Update README team and sponsors (ESLint Jenkins)
  • v6.7.0 Changes

    November 22, 2019
    • ๐Ÿ‘• 312a88f New: Add grouped-accessor-pairs rule (fixes #12277) (#12331) (Milos Djermanovic)
    • โšก๏ธ 5c68f5f Update: Add 'lexicalBindings' to no-implicit-globals and change messages (#11996) (Milos Djermanovic)
    • ๐Ÿ‘• 6eaad96 New: Add suggestions API (#12384) (Will Douglas)
    • ๐Ÿ‘• b336fbe Fix: indent rule with JSX spread props (#12581) (Nathan Woltman)
    • โšก๏ธ 97c745d Update: Report assignment expression location in no-cond-assign (#12465) (Milos Djermanovic)
    • โšก๏ธ 0f01f3d Update: Check member expressions with this in operator-assignment (#12495) (Milos Djermanovic)
    • ๐Ÿ‘• 62c7038 Fix: invalid token checking in computed-property-spacing (fixes #12198) (#12533) (YeonJuan)
    • โšก๏ธ 4f8a1ee Update: Add enforceForClassMembers option to no-useless-computed-key (#12110) (ark120202)
    • ๐Ÿ‘• 1a2eb99 New: new rule no-constructor-return (fixes #12481) (#12529) (Pig Fang)
    • ๐Ÿ‘• ca3b2a6 New: ignorePatterns in config files (refs eslint/rfcs#22) (#12274) (Toru Nagashima)
    • ๐Ÿ‘• 60204a3 Docs: Added another Textmate 2 bundle. (#12580) (Ryan Fitzer)
    • ๐Ÿ’… 62623f9 Fix: preserve whitespace in multiline-comment-style (fixes #12312) (#12316) (Kai Cataldo)
    • ๐Ÿ‘• 17a8849 New: Add no-dupe-else-if rule (fixes #12469) (#12504) (Milos Djermanovic)
    • โšก๏ธ 41a78fd Update: improve location for semi and comma-dangle (#12380) (Chiawen Chen)
    • ๐Ÿ‘• 0a480f8 Docs: Change "Code Conventions" link in pull-requests.md (#12401) (Denis Sikuler)
    • ๐Ÿ‘• fed20bb Fix: require-await crash on global await (#12571) (Brad Zacher)
    • โšก๏ธ b8030fc Update: deprecate personal config (fixes #11914, refs eslint/rfcs#32) (#12426) (Toru Nagashima)
    • ๐Ÿ‘• 40c8c32 Fix: improve report location for object-curly-spacing (#12563) (Milos Djermanovic)
    • ๐Ÿ‘• 1110045 Fix: ignore marker-only comments in spaced-comment (fixes #12036) (#12558) (Milos Djermanovic)
    • โšก๏ธ 6503cb8 Update: Fix uglified object align in key-spacing (fixes #11414) (#12472) (YeonJuan)
    • ๐Ÿ‘• 40791af Docs: clarify ignoreDestructuring option in the camelcase rule (#12553) (Milos Djermanovic)
    • ๐Ÿ‘• 07d398d Chore: Add GitHub organization to Sponsor button (#12562) (Brandon Mills)
    • ๐Ÿ’… a477707 Chore: Format style guide links so they can be clicked (#12189) (Ivan V)
    • โšก๏ธ 0f7edef Update: add react plugin config for eslint init (#12446) (Ibrahim Rouis)
    • โšก๏ธ 448ff1e Update: Report '\08' and '\09' in no-octal-escape (fixes #12080) (#12526) (Milos Djermanovic)
    • ๐Ÿ‘• 45aa6a3 New: Add no-setter-return rule (fixes #12285) (#12346) (Milos Djermanovic)
    • ๐Ÿ‘• 0afb518 Fix: invalid autofix in function-call-argument-newline (fixes #12454) (#12539) (YeonJuan)
    • โšก๏ธ 90305e0 Update: Depcrecate isSpaceBetweenTokens() (#12519) (Kai Cataldo)
    • ๐Ÿ‘• 41b1e43 New: add option for camelcase (fixes #12527) (#12528) (Pig Fang)
    • โฌ†๏ธ f49f1e0 Upgrade: upgrade optionator to avoid license issue (fixes #11536) (#12537) (Pig Fang)
    • ๐Ÿ‘• 0286b57 Docs: Clean up Getting Started Guide (#12544) (Nicholas C. Zakas)
    • ๐Ÿ‘• 575a98d Chore: Add funding field to package.json (#12543) (Nicholas C. Zakas)
    • ๐Ÿ‘• 9e29e18 Fix: sourceCode#isSpaceBetweenTokens() checks non-adjacent tokens (#12491) (Kai Cataldo)
    • ๐Ÿ‘• 5868550 Docs: add notice about function keyword in keyword-spacing (#12524) (Pig Fang)
    • ๐Ÿ‘• bb556d5 Fix: curly multi reports single lexical declarations (fixes #11908) (#12513) (Milos Djermanovic)
    • ๐Ÿ‘• ac60621 Fix: unexpected autofix in prefer-const (fixes #12514) (#12521) (YeonJuan)
    • โšก๏ธ 990065e Update: curly multi-or-nest flagging semis on next line (fixes #12370) (#12378) (cherryblossom000)
    • ๐Ÿ‘• 084a8a6 Fix: no-cond-assign with always option reports switch case clauses (#12470) (Milos Djermanovic)
    • โšก๏ธ 7e41355 Update: improve report location for space-infix-ops (#12324) (Chiawen Chen)
    • โšก๏ธ 94ff921 Update: Add capIsConstructor option to no-invalid-this (fixes #12271) (#12308) (Milos Djermanovic)
    • ๐Ÿ‘• de65de6 New: Add prefer-exponentiation-operator rule (fixes #10482) (#12360) (Milos Djermanovic)
    • โšก๏ธ c78f4a7 Update: Allow JSX exception in no-inline-comments (fixes #11270) (#12388) (Milos Djermanovic)
    • ๐Ÿ‘• e17fb90 New: allowAfterThisConstructor for no-underscore-dangle (fixes #11488) (#11489) (sripberger)
    • โšก๏ธ 287ca56 Build: update CI for Node.js 13 (#12496) (Toru Nagashima)
    • โฌ†๏ธ 98e1d50 Upgrade: globals to v12.1.0 (#12296) (Tony Brix)
    • ๐Ÿ‘• 8ac71a3 Sponsors: Sync README with website (ESLint Jenkins)
    • โšก๏ธ 4e142ea Docs: Update README team and sponsors (ESLint Jenkins)
  • v6.6.0 Changes

    October 25, 2019
    • โšก๏ธ 39dfe08 Update: false positives in function-call-argument-newline (fixes #12123) (#12280) (Scott O'Hara)
    • โšก๏ธ 4d84210 Update: improve report location for no-trailing-spaces (fixes #12315) (#12477) (Milos Djermanovic)
    • โšก๏ธ c6a7745 Update: no-trailing-spaces false negatives after comments (fixes #12479) (#12480) (Milos Djermanovic)
    • ๐Ÿ‘• 0bffe95 Fix: no-misleading-character-class crash on invalid regex (fixes #12169) (#12347) (Milos Djermanovic)
    • โšก๏ธ c6a9a3b Update: Add enforceForIndexOf option to use-isnan (fixes #12207) (#12379) (Milos Djermanovic)
    • โšก๏ธ 364877b Update: measure plugin loading time and output in debug message (#12395) (Victor Homyakov)
    • ๐Ÿ‘• 1744fab Fix: operator-assignment removes and duplicates comments (#12485) (Milos Djermanovic)
    • ๐Ÿ‘• 52ca11a Fix: operator-assignment invalid autofix with adjacent tokens (#12483) (Milos Djermanovic)
    • ๐Ÿ‘• 0f6d0dc Fix: CLIEngine#addPlugin reset lastConfigArrays (fixes #12425) (#12468) (Toru Nagashima)
    • ๐Ÿ‘• 923a8cb Chore: Fix lint failure in JSDoc comment (#12489) (Brandon Mills)
    • โšก๏ธ aac3be4 Update: Add ignored prop regex no-param-reassign (#11275) (Luke Bennett)
    • ๐Ÿ‘• e5382d6 Chore: Remove unused parameter in dot-location (#12464) (Milos Djermanovic)
    • ๐Ÿ‘• 49faefb Fix: no-obj-calls false positive (fixes #12437) (#12467) (Toru Nagashima)
    • ๐Ÿ‘• b3dbd96 Fix: problematic installation issue (fixes #11018) (#12309) (Toru Nagashima)
    • ๐Ÿ‘• cd7c29b Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 8233873 Docs: Add note about Node.js requiring SSL support (fixes #11413) (#12475) (Nicholas C. Zakas)
    • ๐Ÿ‘• 89e8aaf Fix: improve report location for no-tabs (#12471) (Milos Djermanovic)
    • โšก๏ธ 7dffe48 Update: Enable function string option in comma-dangle (fixes #12058) (#12462) (YeonJuan)
    • ๐Ÿ‘• e15e1f9 Docs: fix doc for no-unneeded-ternary rule (fixes #12098) (#12410) (Sam Rae)
    • ๐Ÿ‘• b1dc58f Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 61749c9 Chore: Provide debug log for parser errors (#12474) (Brad Zacher)
    • โšก๏ธ 7c8bbe0 Update: enforceForOrderingRelations no-unsafe-negation (fixes #12163) (#12414) (Sam Rae)
    • โšก๏ธ 349ed67 Update: improve report location for no-mixed-operators (#12328) (Chiawen Chen)
    • ๐Ÿ‘• a102eaa Fix: prefer-numeric-literals invalid autofix with adjacent tokens (#12387) (Milos Djermanovic)
    • โšก๏ธ 6e7c18d Update: enforceForNewInMemberExpressions no-extra-parens (fixes #12428) (#12436) (Milos Djermanovic)
    • ๐Ÿ‘• 51fbbd7 Fix: array-bracket-newline consistent error with comments (fixes #12416) (#12441) (Milos Djermanovic)
    • ๐Ÿ‘• e657d4c Fix: report full dot location in dot-location (#12452) (Milos Djermanovic)
    • โšก๏ธ 2d6e345 Update: make isSpaceBetweenTokens() ignore newline in comments (#12407) (YeonJuan)
    • โšก๏ธ 84f71de Update: remove default overrides in keyword-spacing (fixes #12369) (#12411) (YeonJuan)
    • โšก๏ธ 18a0b0e Update: improve report location for no-space-in-parens (#12364) (Chiawen Chen)
    • โšก๏ธ d61c8a5 Update: improve report location for no-multi-spaces (#12329) (Chiawen Chen)
    • โฌ†๏ธ 561093f Upgrade: bump inquirer to 7.0.0 (#12440) (Joe Graham)
    • ๐Ÿ‘• fb633b2 Chore: Add a script for testing with more control (#12444) (Eric Wang)
    • ๐Ÿ‘• 012ec51 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 874fe16 New: pass cwd from cli engine (#12389) (Eric Wang)
    • โšก๏ธ b962775 Update: no-self-assign should detect member expression with this (#12279) (Tibor Blenessy)
    • ๐Ÿ‘• 02977f2 Docs: Clarify eslint:recommended semver policy (#12429) (Kevin Partington)
    • ๐Ÿ‘• 97045ae Docs: Fixes object type for rules in "Use a Plugin" (#12409) (Daisy Develops)
    • ๐Ÿ‘• 24ca088 Docs: Fix typo in v6 migration guide (#12412) (Benjamim Sonntag)
    • โšก๏ธ b094008 Chore: update version parameter name (#12402) (Toru Nagashima)
    • ๐Ÿ‘• e5637ba Chore: enable jsdoc/require-description (#12365) (Kai Cataldo)
    • ๐Ÿ‘• d31f337 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 7ffb22f Chore: Clean up inline directive parsing (#12375) (Jordan Eldredge)
    • ๐Ÿ‘• 84467c0 Docs: fix wrong max-depth example (fixes #11991) (#12358) (Gabriel R Sezefredo)
    • ๐Ÿ‘• 3642342 Docs: Fix minor formatting/grammar errors (#12371) (cherryblossom000)
    • ๐Ÿ‘• c47fa0d Docs: Fix missing word in sentence (#12361) (Dan Boulet)
    • ๐Ÿ‘• 8108f49 Chore: enable additional eslint-plugin-jsdoc rules (#12336) (Kai Cataldo)
    • โšก๏ธ b718d2e Chore: update issue template with --eslint-fix flag (#12352) (James George)
    • ๐Ÿ‘• 20ba14d Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 566a947 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 070cbd0 Sponsors: Sync README with website (ESLint Jenkins)
  • v6.5.1 Changes

    October 01, 2019
    • ๐Ÿ‘• 0d3d7d9 Docs: fix typo in no-magic-numbers (#12345) (Josiah Rooney)
    • ๐Ÿ‘• 447ac87 Fix: no-useless-rename handles ExperimentalRestProperty (fixes #12335) (#12339) (Kai Cataldo)
    • ๐Ÿ‘• b6ff73c Sponsors: Sync README with website (ESLint Jenkins)