Skip to content

v8.7.0

Compare
Choose a tag to compare
@eslintbot eslintbot released this 16 Jan 01:51
· 1184 commits to main since this release

Features

  • 19ad061 feat: no-restricted-imports support casing (#15439) (gfyoung)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#15493) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @eslint/create-config (#15150) (唯然)
  • 127f524 feat: false negative with property option in id-match (#15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#15478) (Milos Djermanovic)

Bug Fixes

  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#15495) (Milos Djermanovic)
  • 02d6426 fix: Correctly consume RuleTester statics (#15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#15486) (Jordan Eldredge)

Documentation

  • f50f849 docs: Update CLI docs to prefer local install (#15513) (Nicholas C. Zakas)
  • 0469eb1 docs: Update shell code fences for new website (#15522) (Olga)

Chores

  • 369fb1b chore: Upgrade to eslint-visitor-keys@3.2.0 (#15526) (Brandon Mills)
  • ba6317b ci: remove master branch from CI configs (#15501) (Milos Djermanovic)
  • 79b6340 chore: fixed typo in client-Engine (#15497) (Abhay Gupta)
  • 6278281 chore: switch new syntax issue template to forms (#15480) (Nitin Kumar)