Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 1.19 KB

0.0.3-beta.48 (2020-10-01)

Changes

  • A no-internal rule has been added.
  • The deprecation rule has been deprecated and renamed to no-deprecated.
  • The ban-imports rule has been deprecated in favour of the built-in ESLint rule no-restricted-imports.
  • The deprecated rules will be removed when the beta ends.

0.0.3-beta.46 (2020-09-25)

Breaking Changes

  • Removed the no-unused-declarations rule. Now that the official TypeScript ESLint plugin has a proper implementation of no-unused-vars, no-unused-declaration is pretty much redundant and I would prefer not to support it. If anyone needs to differentiate between vars and imports, the eslint-plugin-unused-imports plugin includes no-unused-vars-ts and no-unused-imports-ts rules - and the latter has a fixer.