Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 2 KB

CHANGELOG.md

File metadata and controls

49 lines (23 loc) · 2 KB

2.0.0 (2021-01-16)

Features

  • drop support for node 8 (369aed3)
  • update @typescript-eslint/experimental-utils to v4 (790fe6e)

BREAKING CHANGES

  • drop support for node 8
  • update @typescript-eslint/experimental-utils to v4

1.0.4 (2020-07-20)

Bug Fixes

  • remove string values from ignorePatterns if they exist (8384a38)

1.0.3 (2020-06-24)

Bug Fixes

  • improve handling of errors in overrides config blocks (c51cc4e)

1.0.2 (2020-06-07)

Bug Fixes

  • support configs with [@typescript-eslint](https://github.com/typescript-eslint) type-checking rules (d3fd59c)

1.0.1 (2020-06-07)

Bug Fixes

  • include tsconfig.fake.json in published package (54818b2)

1.0.0 (2020-06-07)

Features