Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

v4.0.0-dev.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@adidahiya adidahiya released this 03 Nov 14:49
· 350 commits to next since this release
  • BREAKING CHANGES
    • [enhancement] The semicolon rule now disallows semicolons in multi-line bound class methods
      (to get the v3 behavior, use the ignore-bound-class-methods option) (#1643)
    • [removed-rule] Removed use-strict rule (#678)
    • [removed-rule] Removed label-undefined rule; covered by compiler (#1614)
    • [enhancement] Renamed no-constructor-vars to no-parameter-properties (#1296)
    • [rule-change] The orderedImports rule now sorts relative modules below non-relative modules (#1640)
  • Deprecated
  • [enhancement] Lint .js files (#1515)
  • [new-fixer] no-var-keyword replaces var with let (#1547)
  • [new-fixer] trailing-comma auto fixed (#1546)
  • [new-fixer] no-unused-variable auto fixed for imports (#1568)
  • [new-fixer] semicolon auto fixed (#1423)
  • [new-rule] max-classes-per-file rule added (#1666)
  • [new-rule-option] no-consecutive-blank-lines rule now accepts a number value indicating max blank lines (#1650)
  • [new-rule-option] ordered-inputs rule option input-sources-order accepts value any (#1602)
  • [bugfix] no-empty rule fixed when parameter has readonly modifier
  • [bugfix] no-namespace rule: do not flag nested or .d.ts namespaces (#1571)

Thanks to our contributors!

  • Alex Eagle
  • Andrii Dieiev
  • Ben Coveney
  • Boris Aranovich
  • Chris Barr
  • Cyril Gandon
  • Evgeniy Zhukovskiy
  • Jay Anslow
  • Kunal Marwaha
  • Martin Probst
  • Mingye Wang
  • Raghav Katyal
  • Sean Dawson
  • Yuichi Nukiyama
  • jakpaw