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

v2.3.1-beta

Compare
Choose a tag to compare
@adidahiya adidahiya released this 06 Aug 22:00
· 2023 commits to master since this release
  • [bugfixess] #137 #434 #451 #456
  • [new-rule] no-require-imports disallows require() style imports
  • [new-rule] no-shadowed-variable moves over shadowed variable checking from no-duplicate-variable into its own rule
  • BREAKING
    • no-duplicate-variable now only checks for duplicates within the same block scope; enable no-shadowed-variable to get duplicate-variable checking across block scopes
  • [enhancement] no-duplicate-variable, no-shadowed-variable, and no-use-before-declare now support ES6 destructuring
  • [enhancement] tslint CLI now uses a default configuration if no config file is found