Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 992 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 992 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

1.10.1

  • @xrplf/eslint-config allows typescript > 5.0.0 as a peer dependency
  • @xrplf/eslint-config allows eslint-plugin-jsdoc > 40.0.0 as a peer dependency

1.8.0

  • @xrplf/eslint-config no longer uses @typescript-eslint/no-unused-vars-experimental

1.5.0

  • @xrplf/eslint-config lints filenames such that they match their default export
  • @xrplf/eslint-config's engines and peer dependencies are looser
  • @xrplf/eslint-config allows the category doc tag for use with type doc

1.3.0

  • @xrplf/eslint-config allows peers with typescript 3 or 4
  • @xrplf/eslint-config skips blank lines and comments in max-lines and max-lines-per-function rules

1.2.2

First version that is correctly tagged with this CHANGELOG. Previous releases accidentally used a CHANGELOG from a related project and should be ignored.